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-minimal-live.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/images/poky-image-minimal-live.bb') diff --git a/meta/recipes-core/images/poky-image-minimal-live.bb b/meta/recipes-core/images/poky-image-minimal-live.bb index 7d9aa5f15..f3d3638ee 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" -- cgit v1.2.3