aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/images/agl-demo-platform-plus-application-manager.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-application-manager/recipes-others/images/agl-demo-platform-plus-application-manager.bb')
-rw-r--r--meta-application-manager/recipes-others/images/agl-demo-platform-plus-application-manager.bb66
1 files changed, 66 insertions, 0 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
new file mode 100644
index 0000000..7f150e4
--- /dev/null
+++ b/meta-application-manager/recipes-others/images/agl-demo-platform-plus-application-manager.bb
@@ -0,0 +1,66 @@
+# Base image
+require recipes-ivi/images/agl-image-ivi.inc
+
+DESCRIPTION = "AGL Demo Platform image currently contains a simple HMI and \
+demos."
+
+IMAGE_FEATURES_append = " \
+ "
+
+# add packages for demo platform (include demo apps) here
+IMAGE_INSTALL_append = " \
+ packagegroup-agl-core \
+ packagegroup-agl-ivi \
+ packagegroup-ivi-common-core \
+ packagegroup-agl-demo-platform \
+ \
+ libegl libegl-dev libgbm-dev \
+ \
+ gles-kernel-module \
+ \
+ 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 \
+ efl \
+ app-svc \
+ heynoti \
+ notification \
+ app-core-efl \
+ app-core-common \
+ capi-system-info \
+ \
+ pkgmgr-info \
+ librua \
+ bundle \
+ app-checker \
+ \
+ libcom-core \
+ privacy-manager-server \
+ pkgmgr \
+ pkgmgr-info \
+ pkgmgr-info-parser \
+ aul \
+ aul-test \
+ \
+ dlt-daemon \
+ dlt-daemon-systemd \
+ \
+ amhelloworld \
+ "
+