From 7b5b56cf195f05bfc730a242f624573ad08a5d47 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 21 Feb 2007 20:19:32 +0000 Subject: image.bbclass: We need to make sure all do_populate_staging tasks have fun so postinsts run correcting at image generation time git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1283 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/image.bbclass') diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 2d0747e3a..d8c6ccff2 100644 --- a/meta/classes/image.bbclass +++ b/meta/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_deploy" +do_rootfs[recrdeptask] = "do_package_write do_deploy do_populate_staging" # Images are generally built explicitly, do not need to be part of world. EXCLUDE_FROM_WORLD = "1" -- cgit v1.2.3