summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-demo-platform.bb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2015-12-05 13:46:17 +0100
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-12-22 23:20:40 +0900
commit2ef3a253290cee25348b37d536a1c8580d420da4 (patch)
treef178d0797441338bfb64e952fb2055d5d42c9cac /recipes-platform/images/agl-demo-platform.bb
parent762181dff011efbaf3d40edb1b3d573c5aceab01 (diff)
Cleanup of recipes for CESdemo
Small fix to the README.md adding a dependency. 2 fixes for the agl-demo-platform.bb a) remove porter specifics, they moved to a bbappend in meta-renesas. b) add CESdemo dependencies and install files in /opt by default. v2: Fixed typo in agl-demo-platform.bb v3: Add 'climatecontrolplugin' package to run CES2016 demo. Change-Id: Id6d2d0b1cdcdf3dbc74309322544e0488a6a003c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> 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.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 \
"
-