[oe-commits] org.oe.dev image.bbclass: Make images trigger all do_deploy tasks to run so kernels and things like updater.sh for the zaurus get deployed with the image. This change on affects bitbake 1.7.x users who *will* need to use the latest 1.7.x version from svn.

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Jan 7 16:22:41 UTC 2007


image.bbclass: Make images trigger all do_deploy tasks to run so kernels and things like updater.sh for the zaurus get deployed with the image. This change on affects bitbake 1.7.x users who *will* need to use the latest 1.7.x version from svn.

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 47274cc0739378c72583716ea1dae1d95e00ec3c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=47274cc0739378c72583716ea1dae1d95e00ec3c
Files:
1
classes/image.bbclass
Diffs:

#
# mt diff -r05805b1475ff5c52860a94bf5eca7cc99de6ea1f -r47274cc0739378c72583716ea1dae1d95e00ec3c
#
# 
# 
# patch "classes/image.bbclass"
#  from [f20bd41b99110477d3bd9b1276f990af089781c3]
#    to [76300e66d053d299cb1ba97a2ba2a8f9258b9c6f]
# 
============================================================
--- classes/image.bbclass	f20bd41b99110477d3bd9b1276f990af089781c3
+++ classes/image.bbclass	76300e66d053d299cb1ba97a2ba2a8f9258b9c6f
@@ -1,10 +1,10 @@ BUILD_ALL_DEPS = "1"
 inherit rootfs_${IMAGE_PKGTYPE}
 
 PACKAGES = ""
 
 # We need to recursively follow RDEPENDS and RRECOMMENDS for images
 BUILD_ALL_DEPS = "1"
-do_rootfs[recrdeptask] = "do_package_write"
+do_rootfs[recrdeptask] = "do_package_write do_deploy"
 
 # Images are generally built explicitly, do not need to be part of world.
 EXCLUDE_FROM_WORLD = "1"






More information about the Openembedded-commits mailing list