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:
Richard Purdie 2010-09-07 18:05:16 +01:00
parent fb617bed6e
commit e8518d4b2e
5 changed files with 10 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -4,4 +4,6 @@
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
LICENSE = "MIT"
inherit poky-image

View File

@ -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"

View File

@ -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