From 7bdc81a45299ae0a41596e5ed8ccf478dd1ed6bd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 7 Jan 2007 15:21:08 +0000 Subject: 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. --- classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/image.bbclass b/classes/image.bbclass index bcf9bef13c..69d7fb2e9b 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -4,7 +4,7 @@ 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" -- cgit v1.2.3