mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
image.bbclass: Fix image task dependencies after package.bbclass updates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@809 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,7 +2,7 @@ inherit rootfs_${IMAGE_PKGTYPE}
|
||||
|
||||
# We need to recursively follow RDEPENDS and RRECOMMENDS for images
|
||||
BUILD_ALL_DEPS = "1"
|
||||
do_rootfs[recrdeptask] = "do_package"
|
||||
do_rootfs[recrdeptask] = "do_package_write"
|
||||
|
||||
# Images are generally built explicitly, do not need to be part of world.
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
Reference in New Issue
Block a user