aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2016-10-14 09:43:34 +0900
committerKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2016-10-14 09:43:34 +0900
commit0de8b1f6bbc2ec0bb743859573c2f7a812d19004 (patch)
treed644d1cc4326e162b433490ca56c8fc4ac75f2cd
parent68ccaef06102dcc22a3e06850336ae16f591086a (diff)
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 <kazumasa_mitsunari_za@mail.toyota.co.jp>
-rw-r--r--meta-application-manager/recipes-others/images/agl-demo-platform-plus-application-manager.bb30
1 files 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 \
"