diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-03-01 11:05:33 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-03-01 11:05:33 -0500 |
commit | 9d13096870330ac11d915893c113d9e25989153c (patch) | |
tree | f668477f19cb9b0cef3d81d9f0cb249ef5a81a9e /recipes-platform | |
parent | 5f52a2cf2a739ab14c74d54f383e527a2c3676b9 (diff) |
Switch to split out demo apps
Add recipes for the split out controls, dashboard, phone, and radio app
repositories, remove the related packaging of same from the CES2017-demo
recipe, and add the split out apps to IMAGE_AGL_APPS in the agl-demo-platform
image definition.
Bug-AGL: SPEC-400, SPEC-401, SPEC-402, SPEC-403, SPEC-404
Change-Id: I790eee4edf97ab9c32ddfe5fe277cb7f05012ffc
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-platform')
-rw-r--r-- | recipes-platform/images/agl-demo-platform.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index ff64f1369..d1381218e 100644 --- a/recipes-platform/images/agl-demo-platform.bb +++ b/recipes-platform/images/agl-demo-platform.bb @@ -60,10 +60,15 @@ IMAGE_MAPVIEWER_append_porter = " \ " IMAGE_AGL_APPS = " \ + controls \ + dashboard \ hvac \ mediaplayer \ mixer \ navigation \ + poiapp \ + phone \ + radio \ settings \ " @@ -75,8 +80,6 @@ IMAGE_INSTALL_append = " \ iproute2 \ python-curses \ dhcp-client \ - navigation \ - poiapp \ ${IMAGE_MAPVIEWER} \ ${IMAGE_MOST_HVAC} \ ${IMAGE_AGL_APPS} \ |