mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
images: Merge common functionality into image.bbclass, add copyright headers
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1732 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
inherit rootfs_${IMAGE_PKGTYPE}
|
||||
|
||||
LICENSE = "MIT"
|
||||
PACKAGES = ""
|
||||
RDEPENDS = "${IMAGE_INSTALL}"
|
||||
|
||||
export IMAGE_BASENAME = "${PN}"
|
||||
export PACKAGE_INSTALL = "${IMAGE_INSTALL}"
|
||||
|
||||
# We need to recursively follow RDEPENDS and RRECOMMENDS for images
|
||||
BUILD_ALL_DEPS = "1"
|
||||
|
||||
Reference in New Issue
Block a user