summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-ivi/images/agl-image-ivi.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl/recipes-ivi/images/agl-image-ivi.bb')
-rw-r--r--meta-agl/recipes-ivi/images/agl-image-ivi.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi.bb b/meta-agl/recipes-ivi/images/agl-image-ivi.bb
new file mode 100644
index 000000000..e14101edd
--- /dev/null
+++ b/meta-agl/recipes-ivi/images/agl-image-ivi.bb
@@ -0,0 +1,16 @@
+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"
+
+IMAGE_INSTALL_append = "\
+ packagegroup-agl-core \
+ packagegroup-agl-ivi \
+ "