From 3cfe59d1d10874fee11ee84f290406dd30a673bd Mon Sep 17 00:00:00 2001 From: Ronan Date: Fri, 20 Jan 2017 16:55:46 +0100 Subject: Add dependency to images * [SPEC-424] * yocto image should use dependency to facilitate maintenance * yocto image should have its own LICENSE defined Change-Id: I47a6c35f5b80947c5ef8b4761dd98b4bc82a5507 Signed-off-by: Ronan --- meta-agl/recipes-ivi/images/agl-image-ivi.bb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'meta-agl/recipes-ivi/images/agl-image-ivi.bb') diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi.bb b/meta-agl/recipes-ivi/images/agl-image-ivi.bb index 9754906b5..c3e021476 100644 --- a/meta-agl/recipes-ivi/images/agl-image-ivi.bb +++ b/meta-agl/recipes-ivi/images/agl-image-ivi.bb @@ -1,8 +1,11 @@ SUMMARY = "A basic system of AGL distribution of IVI profile" -require ${PN}.inc + +DESCRIPTION = "Basic image for baseline of AGL Distribution for IVI profile." + +require agl-image-ivi.inc + +LICENSE = "MIT" IMAGE_INSTALL_append = "\ - packagegroup-agl-core \ - packagegroup-agl-ivi \ - packagegroup-ivi-common-core \ + packagegroup-agl-image-ivi \ " -- cgit 1.2.3-korg