[oe-commits] org.oe.dev opie-image: install extra stuff on machines with more flash only. Supported are spitz/akita now - other must be added

hrw commit openembedded-commits at lists.openembedded.org
Wed Dec 13 11:36:38 UTC 2006


opie-image: install extra stuff on machines with more flash only. Supported are spitz/akita now - other must be added

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 8e3bc2d3a1f5eb2a00d6d0d03073eb2a93abc112
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8e3bc2d3a1f5eb2a00d6d0d03073eb2a93abc112
Files:
1
packages/images/opie-image.bb
Diffs:

#
# mt diff -rb36b81d60f90ff7fad004d9e2a7e064c2b997603 -r8e3bc2d3a1f5eb2a00d6d0d03073eb2a93abc112
#
# 
# 
# patch "packages/images/opie-image.bb"
#  from [f467d65722d2fb70747a4fb2426f7520ecaf2544]
#    to [4733358224c15b4f133b8287cd08cfef24b2e94c]
# 
============================================================
--- packages/images/opie-image.bb	f467d65722d2fb70747a4fb2426f7520ecaf2544
+++ packages/images/opie-image.bb	4733358224c15b4f133b8287cd08cfef24b2e94c
@@ -7,16 +7,16 @@ RDEPENDS = "${INSTALL_PACKAGES}"
 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}"
 
 # merge feed-sources into ipkg.conf for opie-aqpkg as it can't handle feed-sources outside of ipkg.conf.






More information about the Openembedded-commits mailing list