summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
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 /meta/classes/image.bbclass
parent89fee17faea28df1a2961d5a0a78a1415d8b9c43 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/classes/image.bbclass')
-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 7b1f65cf04..ccc4de48e1 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -14,9 +14,6 @@ IMAGE_BASENAME[export] = "1"
14export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}" 14export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
15PACKAGE_INSTALL_ATTEMPTONLY ?= "" 15PACKAGE_INSTALL_ATTEMPTONLY ?= ""
16 16
17# We need to recursively follow RDEPENDS and RRECOMMENDS for images
18do_rootfs[recrdeptask] += "do_populate_sysroot"
19
20# Images are generally built explicitly, do not need to be part of world. 17# Images are generally built explicitly, do not need to be part of world.
21EXCLUDE_FROM_WORLD = "1" 18EXCLUDE_FROM_WORLD = "1"
22 19