[oe-commits] org.oe.dev opie-image: Drop machine appends for opie-image, make it be the same on all machines.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Apr 6 10:36:41 UTC 2007


opie-image: Drop machine appends for opie-image, make it be the same on all machines.
* Those appends were found to not work at all (overwrire INSTALL_PACKAGES instead)
* Let's have default opie-image clean and lean, and the same for all machines, which
helps support and QA. Use package manager, folks!
* If there's a need for more packaged images, let's create opie-big-image.

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

#
# mt diff -rf4ff76f0cbdc4e8740cb8490c4c262c0ac868b1a -rf4c0e1478f073e39dfdcf873292c0dfa54861d74
#
# 
# 
# patch "packages/images/opie-image.bb"
#  from [a5ccd00ff8dd180e49a2d52c9ef658ebf9a58547]
#    to [6e82664c5e048a6ace172b1590aec6a3be929657]
# 
============================================================
--- packages/images/opie-image.bb	a5ccd00ff8dd180e49a2d52c9ef658ebf9a58547
+++ packages/images/opie-image.bb	6e82664c5e048a6ace172b1590aec6a3be929657
@@ -1,8 +1,8 @@ LICENSE = "MIT"
 export IMAGE_BASENAME = "opie-image"
 export IMAGE_LINGUAS = ""
 
 LICENSE = "MIT"
-PR = "r21"
+PR = "r22"
 
 DEPENDS = "${MACHINE_TASK_PROVIDER} task-opie"
 RDEPENDS = "${INSTALL_PACKAGES}"
@@ -14,9 +14,6 @@ INSTALL_PACKAGES = "${MACHINE_TASK_PROVI
 		    task-opie-extra-settings \
 		    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 PACKAGE_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