summaryrefslogtreecommitdiff
path: root/packages/images
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-13 11:34:37 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-13 11:34:37 +0000
commit27ed81c7028f01455d77f436a15ca8d24373a0b6 (patch)
tree8299439b654aa469fa598b9d25830ff7790e1da8 /packages/images
parent5cb4132ba0258cdaeb10a955f4d6b634883de984 (diff)
opie-image: install extra stuff on machines with more flash only. Supported are spitz/akita now - other must be added
Diffstat (limited to 'packages/images')
-rw-r--r--packages/images/opie-image.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/images/opie-image.bb b/packages/images/opie-image.bb
index 668e2dab2e..e22200abc5 100644
--- a/packages/images/opie-image.bb
+++ b/packages/images/opie-image.bb
@@ -7,15 +7,15 @@ PR = "r21"
DEPENDS = "${MACHINE_TASK_PROVIDER} task-opie"
RDEPENDS = "${INSTALL_PACKAGES}"
-extra_stuff := '${@base_conditional("ROOT_FLASH_SIZE", "24", "", "task-opie-extra-games task-opie-extra-apps task-opie-extra-styles",d)}'
-
INSTALL_PACKAGES = "${MACHINE_TASK_PROVIDER} task-opie-base task-opie-base-applets \
task-opie-base-inputmethods task-opie-base-apps \
task-opie-base-settings task-opie-base-decorations \
task-opie-base-styles task-opie-base-pim \
task-opie-extra-settings \
- task-opie-bluetooth task-opie-irda \
- ${extra_stuff}"
+ task-opie-bluetooth task-opie-irda "
+
+INSTALL_PACKAGES_spitz_append = "task-opie-extra-games task-opie-extra-apps task-opie-extra-styles"
+INSTALL_PACKAGES_akita_append = "task-opie-extra-games task-opie-extra-apps task-opie-extra-styles"
export IPKG_INSTALL = "${INSTALL_PACKAGES}"