image.bbclass: Make images trigger all do_deploy tasks to run so kernels and things...
authorRichard Purdie <rpurdie@rpsys.net>
Sun, 7 Jan 2007 15:21:08 +0000 (15:21 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Sun, 7 Jan 2007 15:21:08 +0000 (15:21 +0000)
classes/image.bbclass

index bcf9bef..69d7fb2 100644 (file)
@@ -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"