mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 17:07:45 +00: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:
parent
866ab593a0
commit
ec30e86122
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user