projects
/
bitbake.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
get dir without having to rely on OEDIR
[bitbake.git]
/
bin
/
commander
/
appinfo.py
1
import os
2
hostname = os.uname()[1]
3
hostos = os.uname()[2]
4
appname = "OpenEmbedded Commander"
5
appversion = "0.0.2"
6
appcaption = "%s V%s on %s (%s)" % ( appname, appversion, hostname, hostos )
7
imageDir = "%s/images/" % os.path.dirname( __file__ )
8