diff options
-rw-r--r-- | meta/classes/image.bbclass | 2 |
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 |
4 | BUILD_ALL_DEPS = "1" | 4 | BUILD_ALL_DEPS = "1" |
5 | do_rootfs[recrdeptask] = "do_package" | 5 | do_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. |
8 | EXCLUDE_FROM_WORLD = "1" | 8 | EXCLUDE_FROM_WORLD = "1" |