summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-09-07 18:03:51 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-07 18:03:51 +0100
commitfb617bed6ebbb17ca9a14ea5985302b03311ccb7 (patch)
treeec500a86a2b1c978f8f0372bbcf9018a9fefb1a6
parent8ee9aff079e3778d3c27c5a0850ec8ce3fb4ebc4 (diff)
downloadpoky-fb617bed6ebbb17ca9a14ea5985302b03311ccb7.tar.gz
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>
-rw-r--r--meta/packages/images/poky-image-clutter.bb2
-rw-r--r--meta/packages/images/poky-image-core.bb2
-rw-r--r--meta/recipes-core/images/poky-image-base.bb2
-rw-r--r--meta/recipes-core/images/poky-image-minimal-directdisk.bb2
-rw-r--r--meta/recipes-core/images/poky-image-minimal-initramfs.bb2
-rw-r--r--meta/recipes-core/images/poky-image-minimal-live.bb2
-rw-r--r--meta/recipes-core/images/poky-image-minimal.bb2
7 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/images/poky-image-clutter.bb b/meta/packages/images/poky-image-clutter.bb
index a9bf331f77..a1dcb51b5b 100644
--- a/meta/packages/images/poky-image-clutter.bb
+++ b/meta/packages/images/poky-image-clutter.bb
@@ -1,5 +1,7 @@
1IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" 1IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
2 2
3LICENSE = "MIT"
4
3IMAGE_INSTALL = "\ 5IMAGE_INSTALL = "\
4 ${POKY_BASE_INSTALL} \ 6 ${POKY_BASE_INSTALL} \
5 task-poky-clutter-core \ 7 task-poky-clutter-core \
diff --git a/meta/packages/images/poky-image-core.bb b/meta/packages/images/poky-image-core.bb
index edc50fa74b..c232ccdc54 100644
--- a/meta/packages/images/poky-image-core.bb
+++ b/meta/packages/images/poky-image-core.bb
@@ -4,4 +4,6 @@
4 4
5IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}" 5IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}"
6 6
7LICENSE = "MIT"
8
7inherit poky-image 9inherit poky-image
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 @@
4 4
5IMAGE_FEATURES += "apps-console-core" 5IMAGE_FEATURES += "apps-console-core"
6 6
7LICENSE = "MIT"
8
7inherit poky-image 9inherit 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"
4 4
5ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3" 5ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3"
6 6
7LICENSE = "MIT"
8
7do_bootdirectdisk[depends] += "poky-image-minimal:do_rootfs" 9do_bootdirectdisk[depends] += "poky-image-minimal:do_rootfs"
8 10
9 11
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
5export IMAGE_BASENAME = "poky-image-minimal-initramfs" 5export IMAGE_BASENAME = "poky-image-minimal-initramfs"
6IMAGE_LINGUAS = "" 6IMAGE_LINGUAS = ""
7 7
8LICENSE = "MIT"
9
8inherit poky-image 10inherit 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"
6 6
7ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3" 7ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3"
8 8
9LICENSE = "MIT"
10
9do_bootimg[depends] += "poky-image-minimal:do_rootfs" 11do_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}"
5 5
6IMAGE_LINGUAS = " " 6IMAGE_LINGUAS = " "
7 7
8LICENSE = "MIT"
9
8inherit poky-image 10inherit poky-image
9 11
10# remove not needed ipkg informations 12# remove not needed ipkg informations