summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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