mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
poky-image: Set LICENSE field for the image recipes (note this doesn't apply to the image contents, just the recipe and code used
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
${POKY_BASE_INSTALL} \
|
||||
task-poky-clutter-core \
|
||||
|
||||
@@ -4,4 +4,6 @@
|
||||
|
||||
IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit poky-image
|
||||
|
||||
@@ -4,4 +4,6 @@
|
||||
|
||||
IMAGE_FEATURES += "apps-console-core"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit poky-image
|
||||
|
||||
@@ -4,6 +4,8 @@ DESCRIPTION = "Minimal Bootable Direct Disk Image"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootdirectdisk[depends] += "poky-image-minimal:do_rootfs"
|
||||
|
||||
|
||||
|
||||
@@ -5,4 +5,6 @@ IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-pa
|
||||
export IMAGE_BASENAME = "poky-image-minimal-initramfs"
|
||||
IMAGE_LINGUAS = ""
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit poky-image
|
||||
|
||||
@@ -6,4 +6,6 @@ LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootimg[depends] += "poky-image-minimal:do_rootfs"
|
||||
|
||||
@@ -5,6 +5,8 @@ IMAGE_INSTALL = "task-poky-boot ${ROOTFS_PKGMANAGE}"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit poky-image
|
||||
|
||||
# remove not needed ipkg informations
|
||||
|
||||
Reference in New Issue
Block a user