summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-ivi/images/agl-image-ivi.inc
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2017-01-20 16:55:46 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-03-03 18:01:43 +0000
commit3cfe59d1d10874fee11ee84f290406dd30a673bd (patch)
treec6e952dc31b04beaba3e69f2967fe3584db6a386 /meta-agl/recipes-ivi/images/agl-image-ivi.inc
parent36e8802fe16c939af3d5fadf20f7c5f9d98d368b (diff)
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 <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl/recipes-ivi/images/agl-image-ivi.inc')
-rw-r--r--meta-agl/recipes-ivi/images/agl-image-ivi.inc12
1 files changed, 1 insertions, 11 deletions
diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi.inc b/meta-agl/recipes-ivi/images/agl-image-ivi.inc
index 287e9fb26..0b564840b 100644
--- a/meta-agl/recipes-ivi/images/agl-image-ivi.inc
+++ b/meta-agl/recipes-ivi/images/agl-image-ivi.inc
@@ -1,13 +1,3 @@
-IMAGE_INSTALL = "packagegroup-core-boot-agl ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
-
-IMAGE_LINGUAS = " "
-
-LICENSE = "MIT"
-
-inherit core-image buildhistory
-
-IMAGE_ROOTFS_SIZE ?= "8192"
+require recipes-core/images/agl-image-minimal.inc
IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
-
-BUILDHISTORY_COMMIT = "1"