aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-linaro/images/linaro-image-common.inc
blob: 854dece4c6550e292b5fb178e71e1ca24d5520ee (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
inherit core-image

IMAGE_FEATURES += "ssh-server-openssh nfs-server package-management"

IMAGE_INSTALL += " \
    linaro-lava-tests \
    powertop \
    sudo \
    stress-dbg \
    nss-myhostname \
    bash \
    "

IMAGE_INSTALL_append_aarch64 += "perf"

SDK_IMAGE_INSTALL += "\
    bison \
    boost-date-time \
    boost-filesystem \
    boost-graph \
    boost-iostreams \
    boost-program-options \
    boost-regex \
    boost-signals \
    boost-system \
    boost-thread \
    cmake \
    curl \
    elfutils-dev \
    expat \
    flex \
    gd \
    glog \
    icu \
    libbz2 \
    libcap \
    libc-client-dev \
    libdwarf-dev \
    libevent-fb \
    libmcrypt \
    libmemcached \
    libmysqlclient-r \
    libpam \
    libpcre \
    libunwind \
    libxml2 \
    ltp \
    ncurses \
    onig \
    openldap \
    openssl \
    python \
    readline \
    tbb \
    zlib \
    sshfs-fuse \
    xserver-xorg-xvfb \
    "