summaryrefslogtreecommitdiffstats
path: root/recipes-demo-platform/images
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-08-21 19:58:19 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-08-22 02:30:47 +0900
commit0e21ecf93c045f120ea100bf28a7a9199f1ae521 (patch)
tree6f47badce99eabc1c8ba8598b280b601de6ccaad /recipes-demo-platform/images
parentbc79c1616c4eb60b950ed6109f66676e74752ddf (diff)
The starting point of layers for AGL Demo Platform
The `meta-agl-demo` is the Yocto layer for AGL Demo Platform of Automotive Grade Linux. This is starting point. Almost all packagegroups which should be defined in this layer are still empty (placeholder), so that curretly bitbake target `agl-demo-platform` is completely equal to `agl-image-ivi` in `meta-agl`. Change-Id: I6ce2c046cc8ce2dc5af2a8afe66e1f577dd884eb Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'recipes-demo-platform/images')
-rw-r--r--recipes-demo-platform/images/agl-demo-platform.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-demo-platform/images/agl-demo-platform.bb b/recipes-demo-platform/images/agl-demo-platform.bb
new file mode 100644
index 00000000..4ca061d0
--- /dev/null
+++ b/recipes-demo-platform/images/agl-demo-platform.bb
@@ -0,0 +1,24 @@
+# Base image
+require recipes-ivi/images/agl-image-ivi.inc
+
+DESCRIPTION = "AGL Demo Platform image currently contains a simple HMI and \
+demos."
+
+IMAGE_FEATURES_append = " \
+ "
+
+# add packages for demo platform (include demo apps) here
+IMAGE_INSTALL_append = " \
+ packagegroup-agl-core \
+ packagegroup-agl-ivi \
+ packagegroup-agl-appfw \
+ packagegroup-ivi-common \
+ "
+
+# for Renesas R-Car2 M2 Porter
+IMAGE_INSTALL_append_porter = " \
+ gles-kernel-module \
+ libegl \
+ libgbm-dev \
+ "
+