mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
image.bbclass: Allow partial backwards compatibility
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2646 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,10 +2,10 @@ inherit rootfs_${IMAGE_PKGTYPE}
|
|||||||
|
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
PACKAGES = ""
|
PACKAGES = ""
|
||||||
RDEPENDS = "${IMAGE_INSTALL}"
|
RDEPENDS += "${IMAGE_INSTALL}"
|
||||||
|
|
||||||
export IMAGE_BASENAME = "${PN}"
|
export IMAGE_BASENAME ?= "${PN}"
|
||||||
export PACKAGE_INSTALL = "${IMAGE_INSTALL}"
|
export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
|
||||||
|
|
||||||
# We need to recursively follow RDEPENDS and RRECOMMENDS for images
|
# We need to recursively follow RDEPENDS and RRECOMMENDS for images
|
||||||
do_rootfs[recrdeptask] += "do_deploy do_populate_staging"
|
do_rootfs[recrdeptask] += "do_deploy do_populate_staging"
|
||||||
|
|||||||
Reference in New Issue
Block a user