summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-ivi
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl/recipes-ivi')
-rw-r--r--meta-agl/recipes-ivi/images/agl-image-ivi.bb11
-rw-r--r--meta-agl/recipes-ivi/images/agl-image-ivi.inc13
2 files changed, 14 insertions, 10 deletions
diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi.bb b/meta-agl/recipes-ivi/images/agl-image-ivi.bb
index e14101edd..9f9c8a4ec 100644
--- a/meta-agl/recipes-ivi/images/agl-image-ivi.bb
+++ b/meta-agl/recipes-ivi/images/agl-image-ivi.bb
@@ -1,14 +1,5 @@
SUMMARY = "A basic system of AGL distribution of IVI profile"
-
-IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
-
-LICENSE = "MIT"
-
-inherit core-image distro_features_check
-
-REQUIRED_DISTRO_FEATURES = "wayland"
-
-CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples"
+require recipes-ivi/images/agl-image-ivi.inc
IMAGE_INSTALL_append = "\
packagegroup-agl-core \
diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi.inc b/meta-agl/recipes-ivi/images/agl-image-ivi.inc
new file mode 100644
index 000000000..287e9fb26
--- /dev/null
+++ b/meta-agl/recipes-ivi/images/agl-image-ivi.inc
@@ -0,0 +1,13 @@
+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"
+
+IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
+
+BUILDHISTORY_COMMIT = "1"