diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-17 10:26:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-17 10:26:52 +0000 |
commit | 43cd3c0c6b338107c3540233600f2a0bf16854e1 (patch) | |
tree | c7b17bae2fe6229c35df58a5c6c42c9449844c5d /conf/machine/tosa.conf | |
parent | 47252fc24cbfd80630f5a768bd5ac960b47daace (diff) |
Cleanup of GPE meta files:
* Creation of task-gpe for gpe tasks
* Removal of unneeded DEPENDS variables
* Switch existing gpe meta files to use task-gpe
* include gpe-image.bb instead of reinventing the wheel
Diffstat (limited to 'conf/machine/tosa.conf')
-rw-r--r-- | conf/machine/tosa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index a4bdba8675..b573f5721d 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -15,7 +15,7 @@ IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE EXTRA_IMAGEDEPENDS += "zaurus-updater" GUI_MACHINE_CLASS = "bigscreen" -GPE_EXTRA_DEPENDS += "gaim" +GPE_EXTRA_INSTALL += "gaim" ROOT_FLASH_SIZE = "28" include conf/machine/include/handheld-common.conf |