summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index e995265244..752b2de0b0 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -2,7 +2,7 @@ inherit rootfs_${IMAGE_PKGTYPE}
2 2
3# We need to recursively follow RDEPENDS and RRECOMMENDS for images 3# We need to recursively follow RDEPENDS and RRECOMMENDS for images
4BUILD_ALL_DEPS = "1" 4BUILD_ALL_DEPS = "1"
5do_rootfs[recrdeptask] = "do_package" 5do_rootfs[recrdeptask] = "do_package_write"
6 6
7# Images are generally built explicitly, do not need to be part of world. 7# Images are generally built explicitly, do not need to be part of world.
8EXCLUDE_FROM_WORLD = "1" 8EXCLUDE_FROM_WORLD = "1"