summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-29 00:55:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-29 14:01:50 +0100
commite7f52f8f4c3ca7fad49206ca35c759a70bc7ca13 (patch)
tree38df65b508ec515b6dac5518ce8aa6bf4344d864
parent89fee17faea28df1a2961d5a0a78a1415d8b9c43 (diff)
downloadast2050-yocto-poky-e7f52f8f4c3ca7fad49206ca35c759a70bc7ca13.zip
ast2050-yocto-poky-e7f52f8f4c3ca7fad49206ca35c759a70bc7ca13.tar.gz
image.bbclass: Remove uneeded do_populate_sysroot requirement for images
(From OE-Core rev: 68d19cc52869d7732fac0d185be811bc38334970) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/image.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 7b1f65c..ccc4de4 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -14,9 +14,6 @@ IMAGE_BASENAME[export] = "1"
export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
PACKAGE_INSTALL_ATTEMPTONLY ?= ""
-# We need to recursively follow RDEPENDS and RRECOMMENDS for images
-do_rootfs[recrdeptask] += "do_populate_sysroot"
-
# Images are generally built explicitly, do not need to be part of world.
EXCLUDE_FROM_WORLD = "1"
OpenPOWER on IntegriCloud