From fb617bed6ebbb17ca9a14ea5985302b03311ccb7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 7 Sep 2010 18:03:51 +0100 Subject: 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 --- meta/recipes-core/images/poky-image-base.bb | 2 ++ meta/recipes-core/images/poky-image-minimal-directdisk.bb | 2 ++ meta/recipes-core/images/poky-image-minimal-initramfs.bb | 2 ++ meta/recipes-core/images/poky-image-minimal-live.bb | 2 ++ meta/recipes-core/images/poky-image-minimal.bb | 2 ++ 5 files changed, 10 insertions(+) (limited to 'meta/recipes-core/images') diff --git a/meta/recipes-core/images/poky-image-base.bb b/meta/recipes-core/images/poky-image-base.bb index d214642c40..461b805b60 100644 --- a/meta/recipes-core/images/poky-image-base.bb +++ b/meta/recipes-core/images/poky-image-base.bb @@ -4,4 +4,6 @@ IMAGE_FEATURES += "apps-console-core" +LICENSE = "MIT" + inherit poky-image diff --git a/meta/recipes-core/images/poky-image-minimal-directdisk.bb b/meta/recipes-core/images/poky-image-minimal-directdisk.bb index e068464607..18d993e542 100644 --- a/meta/recipes-core/images/poky-image-minimal-directdisk.bb +++ b/meta/recipes-core/images/poky-image-minimal-directdisk.bb @@ -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" diff --git a/meta/recipes-core/images/poky-image-minimal-initramfs.bb b/meta/recipes-core/images/poky-image-minimal-initramfs.bb index ef7784b626..a94e71218f 100644 --- a/meta/recipes-core/images/poky-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/poky-image-minimal-initramfs.bb @@ -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 diff --git a/meta/recipes-core/images/poky-image-minimal-live.bb b/meta/recipes-core/images/poky-image-minimal-live.bb index 7d9aa5f154..f3d3638ee6 100644 --- a/meta/recipes-core/images/poky-image-minimal-live.bb +++ b/meta/recipes-core/images/poky-image-minimal-live.bb @@ -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" diff --git a/meta/recipes-core/images/poky-image-minimal.bb b/meta/recipes-core/images/poky-image-minimal.bb index 44710a4ca8..48136ed0f1 100644 --- a/meta/recipes-core/images/poky-image-minimal.bb +++ b/meta/recipes-core/images/poky-image-minimal.bb @@ -5,6 +5,8 @@ IMAGE_INSTALL = "task-poky-boot ${ROOTFS_PKGMANAGE}" IMAGE_LINGUAS = " " +LICENSE = "MIT" + inherit poky-image # remove not needed ipkg informations -- cgit 1.2.3-korg