aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/images/agl-demo-platform-plus-application-manager.bb
blob: 8811287720e38fe8b6bc8ac23263148b5aa753ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# 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 \
    "

# 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 \
    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 \
    pkgmgr-first-setup-service \
    "