summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-demo-platform.bb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2015-12-22 21:35:17 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2015-12-22 21:35:48 +0100
commit065099bed5d407279aaf5d7be4542d1f91b9f291 (patch)
treeebf7f6f67767cdc6c66c522891fe3589bf7c9083 /recipes-platform/images/agl-demo-platform.bb
parentdf9e0ad632b122e19964d2f39588fb5fe2087037 (diff)
parent2ef3a253290cee25348b37d536a1c8580d420da4 (diff)
Merge remote-tracking branch 'gerrit/master' into albacore_uprev
These changes were merged: * gerrit/master: Cleanup of recipes for CESdemo Change-Id: I01666aad5a724cf5b467ed25da30c7fcece20ec6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-platform/images/agl-demo-platform.bb')
-rw-r--r--recipes-platform/images/agl-demo-platform.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb
index 79c5e25a..a40680df 100644
--- a/recipes-platform/images/agl-demo-platform.bb
+++ b/recipes-platform/images/agl-demo-platform.bb
@@ -15,10 +15,11 @@ IMAGE_INSTALL_append = " \
packagegroup-agl-demo-platform \
"
-# for Renesas R-Car2 M2 Porter
-IMAGE_INSTALL_append_porter = " \
- gles-kernel-module \
- libegl \
- libgbm-dev \
+# add packages for CES2016 demo
+IMAGE_INSTALL_append = " \
+ CES2016-demo \
+ can-utils iproute2 \
+ python-curses \
+ dhcp-client \
+ climatecontrolplugin \
"
-