diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 7b1f65cf0..ccc4de48e 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" |