diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-07 18:05:16 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-07 18:05:16 +0100 |
commit | e8518d4b2ea4312daee423f87f771c8031074c7d (patch) | |
tree | 7d39189df2f2da5f7331a43cc047b255dbb9c29d /meta/recipes-sato/images | |
parent | fb617bed6ebbb17ca9a14ea5985302b03311ccb7 (diff) | |
download | openembedded-core-e8518d4b2ea4312daee423f87f771c8031074c7d.tar.gz openembedded-core-e8518d4b2ea4312daee423f87f771c8031074c7d.tar.bz2 openembedded-core-e8518d4b2ea4312daee423f87f771c8031074c7d.zip |
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>
Diffstat (limited to 'meta/recipes-sato/images')
-rw-r--r-- | meta/recipes-sato/images/poky-image-sato-directdisk.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/images/poky-image-sato-live.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/images/poky-image-sato.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/images/poky-image-sdk-live.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/images/poky-image-sdk.bb | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/poky-image-sato-directdisk.bb b/meta/recipes-sato/images/poky-image-sato-directdisk.bb index 5fa20b6cad..9b6b96eebe 100644 --- a/meta/recipes-sato/images/poky-image-sato-directdisk.bb +++ b/meta/recipes-sato/images/poky-image-sato-directdisk.bb @@ -2,6 +2,8 @@ require recipes-core/images/poky-image-directdisk.inc DESCRIPTION = "Sato Direct Disk Image" +LICENSE = "MIT" + ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" do_bootdirectdisk[depends] += "poky-image-sato:do_rootfs" diff --git a/meta/recipes-sato/images/poky-image-sato-live.bb b/meta/recipes-sato/images/poky-image-sato-live.bb index 08e3441861..20f7bf81a0 100644 --- a/meta/recipes-sato/images/poky-image-sato-live.bb +++ b/meta/recipes-sato/images/poky-image-sato-live.bb @@ -6,4 +6,6 @@ LABELS += "boot install" ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" +LICENSE = "MIT" + do_bootimg[depends] += "poky-image-sato:do_rootfs" diff --git a/meta/recipes-sato/images/poky-image-sato.bb b/meta/recipes-sato/images/poky-image-sato.bb index 58eb5d68c2..35d1a53c32 100644 --- a/meta/recipes-sato/images/poky-image-sato.bb +++ b/meta/recipes-sato/images/poky-image-sato.bb @@ -4,4 +4,6 @@ IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" +LICENSE = "MIT" + inherit poky-image diff --git a/meta/recipes-sato/images/poky-image-sdk-live.bb b/meta/recipes-sato/images/poky-image-sdk-live.bb index 06c56ee155..b96cd925ac 100644 --- a/meta/recipes-sato/images/poky-image-sdk-live.bb +++ b/meta/recipes-sato/images/poky-image-sdk-live.bb @@ -6,4 +6,6 @@ LABELS += "boot install" ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sdk-${MACHINE}.ext3" +LICENSE = "MIT" + do_bootimg[depends] += "poky-image-sdk:do_rootfs" diff --git a/meta/recipes-sato/images/poky-image-sdk.bb b/meta/recipes-sato/images/poky-image-sdk.bb index c3fbce76c3..9f8eef9a52 100644 --- a/meta/recipes-sato/images/poky-image-sdk.bb +++ b/meta/recipes-sato/images/poky-image-sdk.bb @@ -4,4 +4,6 @@ IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} tools-debug tools-profile tools-sdk dev-pkgs qt4-pkgs" +LICENSE = "MIT" + inherit poky-image |