mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
image.bbclass: Remove uneeded do_populate_sysroot requirement for images
(From OE-Core rev: 68d19cc52869d7732fac0d185be811bc38334970) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,9 +14,6 @@ IMAGE_BASENAME[export] = "1"
|
|||||||
export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
|
export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
|
||||||
PACKAGE_INSTALL_ATTEMPTONLY ?= ""
|
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.
|
# Images are generally built explicitly, do not need to be part of world.
|
||||||
EXCLUDE_FROM_WORLD = "1"
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user