summaryrefslogtreecommitdiffstats
path: root/images/enea-image-featured.bb
blob: deeac76e94632a91fa4c45c7de0d4f8744526965 (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
DESCRIPTION = "Full featured image with full target support"
require enea-image-common.inc

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 \
    "

IMAGE_ROOTFS_EXTRA_SPACE = "1048576"
IMAGE_OVERHEAD_FACTOR = "1.5"