summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-demo-platform.bb
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-10-02 14:21:11 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-10-02 14:23:13 +0900
commitcd9d5aee1e0a13601e620492bfaa5065f0cdadfc (patch)
treed9ad6a55e8af4b1bd5dd52533bdfdb728823cac3 /recipes-platform/images/agl-demo-platform.bb
parentd29502281765bcf73a6d422e67587a8d3ee0b2dd (diff)
Reworking packagegroups of AGL Distribution
The recipe files and thier names are reworked by design of AGL packagegroup. For more details, see 'Packagegroups'section in README.md. Change-Id: Ib7fc66ec5f785b974719e85887715cc76f610ab4 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'recipes-platform/images/agl-demo-platform.bb')
-rw-r--r--recipes-platform/images/agl-demo-platform.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb
new file mode 100644
index 00000000..79c5e25a
--- /dev/null
+++ b/recipes-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-ivi-common-core \
+ packagegroup-agl-demo-platform \
+ "
+
+# for Renesas R-Car2 M2 Porter
+IMAGE_INSTALL_append_porter = " \
+ gles-kernel-module \
+ libegl \
+ libgbm-dev \
+ "
+