From 0de8b1f6bbc2ec0bb743859573c2f7a812d19004 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 14 Oct 2016 09:43:34 +0900 Subject: Modified agl-demo-platform-plus-application-manager.bb I added some packages to the recipe, because default some demo is added to agl-demo-platform-plus-application-manager * als2016-demo * ces2016-demo * can-utils * iproute2 * python-curses * dhcp-client * climatecontrolplugin * Navigation Signed-off-by: Kazumasa Mitsunari --- .../agl-demo-platform-plus-application-manager.bb | 30 +++++++++++++--------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/meta-application-manager/recipes-others/images/agl-demo-platform-plus-application-manager.bb b/meta-application-manager/recipes-others/images/agl-demo-platform-plus-application-manager.bb index 0c5592e..8811287 100644 --- a/meta-application-manager/recipes-others/images/agl-demo-platform-plus-application-manager.bb +++ b/meta-application-manager/recipes-others/images/agl-demo-platform-plus-application-manager.bb @@ -13,29 +13,39 @@ IMAGE_INSTALL_append = " \ packagegroup-agl-ivi \ packagegroup-ivi-common-core \ packagegroup-agl-demo-platform \ - \ - libegl libegl-dev libgbm-dev \ - \ + " + +# add packages for CES2016 demo +IMAGE_INSTALL_append = " \ + libegl \ + libegl-dev \ + libgbm-dev \ gles-kernel-module \ - \ + als2016-demo \ + ces2016-demo \ + can-utils iproute2 \ + python-curses \ + dhcp-client \ + climatecontrolplugin \ + Navigation \ + " + +# add packages for application manager +IMAGE_INSTALL_append = " \ tizen-platform-wrapper \ tizen-platform-config \ xdgmime \ libdlog \ dlogutil \ libiri \ - \ smack \ libprivilege-control \ libslp-db-util \ - \ vconf \ capi-base-common \ ail \ - \ sensor \ libsf-common \ - \ iniparser \ app-svc \ heynoti \ @@ -43,12 +53,10 @@ IMAGE_INSTALL_append = " \ app-core-efl \ app-core-common \ capi-system-info \ - \ pkgmgr-info \ librua \ bundle \ app-checker \ - \ libcom-core \ privacy-manager-server \ pkgmgr \ @@ -56,10 +64,8 @@ IMAGE_INSTALL_append = " \ pkgmgr-info-parser \ aul \ aul-test \ - \ dlt-daemon \ dlt-daemon-systemd \ - \ amhelloworld \ pkgmgr-first-setup-service \ " -- cgit 1.2.3-korg