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-core/images/agl-image-minimal.bb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'meta-agl/recipes-core/images/agl-image-minimal.bb') diff --git a/meta-agl/recipes-core/images/agl-image-minimal.bb b/meta-agl/recipes-core/images/agl-image-minimal.bb index 9648c6466..1fd213d0f 100644 --- a/meta-agl/recipes-core/images/agl-image-minimal.bb +++ b/meta-agl/recipes-core/images/agl-image-minimal.bb @@ -1,15 +1,9 @@ SUMMARY = "An AGL small image just capable of allowing a device to boot." -IMAGE_INSTALL = "packagegroup-core-boot-agl ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" - -IMAGE_LINGUAS = " " +require agl-image-minimal.inc LICENSE = "MIT" -inherit core-image - -IMAGE_ROOTFS_SIZE ?= "8192" - IMAGE_INSTALL_append = "\ - packagegroup-agl-core \ + packagegroup-agl-image-minimal \ " -- cgit 1.2.3-korg