aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-yocto-ivi/images/ivi-image.bb')
-rw-r--r--meta-ivi/recipes-yocto-ivi/images/ivi-image.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb b/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb
new file mode 100644
index 0000000..c4de687
--- /dev/null
+++ b/meta-ivi/recipes-yocto-ivi/images/ivi-image.bb
@@ -0,0 +1,12 @@
+# Base this image on generic IVI image
+include recipes-yocto-ivi/images/ivi-image.inc
+
+PV = "6.0.1"
+
+IMAGE_INSTALL_append = " \
+ packagegroup-abstract-component-p1 \
+ packagegroup-placeholder-component-p1 \
+ packagegroup-specific-component-p2 \
+ packagegroup-abstract-component-p2 \
+ packagegroup-specific-component-p1 \
+"