summaryrefslogtreecommitdiffstats
path: root/images/enea-image-extra.inc
blob: d22a96e6653414df999d97725b235dcffce5e593 (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
IMAGE_FEATURES[validitems] += "read-only-rootfs empty-root-password allow-empty-password post-install-logging "

IMAGE_FEATURES += " \
                   dbg-pkgs \
                   debug-tweaks \
                   dev-pkgs \
                   doc-pkgs \
                   splash \
                   staticdev-pkgs \
                   eclipse-debug \
                   hwcodecs \
                   nfs-server \
                   ssh-server-openssh \
                   tools-debug \
                   tools-profile \
                   tools-sdk \
                   tools-testapps \
                   x11 \
                   x11-base"

IMAGE_INSTALL += " \
    packagegroup-base \
    packagegroup-enea-rt-tools \
    ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
    beecrypt \
    binutils \
    chkconfig \
    cracklib \
    curl \
    dhcp-client \
    eventlog \
    file \
    findutils \
    freetype \
    fuse \
    gawk \
    gcc \
    gnutls \
    grep \
    gzip \
    icu \
    kbd \
    kernel-dev \
    kernel-modules \
    libgcrypt \
    libgpg-error \
    libtasn1 \
    lsb \
    lsbinitscripts \
    mingetty \
    openssh \
    ossp-uuid \
    perf \
    pkgconfig \
    procps \
    psmisc \
    rpm \
    tar \
    tipcutils \
    udev-extraconf \
    zip \
    "