diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 4 | ||||
-rw-r--r-- | conf/machine/wl500g.conf | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 5df7fd0656..38561149d7 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -319,8 +319,8 @@ BOOTSTRAP_EXTRA_RRECOMMENDS = "" export QTDIR = "${STAGING_DIR}/${HOST_SYS}/qt2" export QPEDIR = "${STAGING_DIR}/${HOST_SYS}" export OPIEDIR = "${STAGING_DIR}/${HOST_SYS}" -export palmtopdir = "/opt/QtPalmtop" -export palmqtdir = "/opt/QtPalmtop" +export palmtopdir = "${prefix}" +export palmqtdir = "${prefix}" ################################################################## # Download locations and utilities. diff --git a/conf/machine/wl500g.conf b/conf/machine/wl500g.conf index 516d709110..f2e4006a8f 100644 --- a/conf/machine/wl500g.conf +++ b/conf/machine/wl500g.conf @@ -3,4 +3,6 @@ #@DESCRIPTION: Machine configuration for the MIPS based WL500g(x) devices TARGET_ARCH = "mipsel" +MACHINE_FEATURES = "kernel26 usbhost wifi ext2" + TARGET_CC_ARCH = "-Os -mips2" |