summaryrefslogtreecommitdiffstats
path: root/images/enea-image-extra.inc
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-19 13:28:48 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-20 10:56:18 +0200
commit672285f19573ce0caa02a2953c871c04d53542fd (patch)
tree52747e17ffa7bdbf580d58d57c58025c60051ff5 /images/enea-image-extra.inc
parent2cacd7619b149ce752a0633471d320e23130861d (diff)
downloadmeta-nfv-access-common-672285f19573ce0caa02a2953c871c04d53542fd.tar.gz
Remove images recipes
Images are now defined in the profile release layers (meta-el-standard, meta-el-networking). We are only keeping some common .inc files for the minimal and extended images to be used in either release layers. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'images/enea-image-extra.inc')
-rw-r--r--images/enea-image-extra.inc62
1 files changed, 62 insertions, 0 deletions
diff --git a/images/enea-image-extra.inc b/images/enea-image-extra.inc
new file mode 100644
index 0000000..d22a96e
--- /dev/null
+++ b/images/enea-image-extra.inc
@@ -0,0 +1,62 @@
1IMAGE_FEATURES[validitems] += "read-only-rootfs empty-root-password allow-empty-password post-install-logging "
2
3IMAGE_FEATURES += " \
4 dbg-pkgs \
5 debug-tweaks \
6 dev-pkgs \
7 doc-pkgs \
8 splash \
9 staticdev-pkgs \
10 eclipse-debug \
11 hwcodecs \
12 nfs-server \
13 ssh-server-openssh \
14 tools-debug \
15 tools-profile \
16 tools-sdk \
17 tools-testapps \
18 x11 \
19 x11-base"
20
21IMAGE_INSTALL += " \
22 packagegroup-base \
23 packagegroup-enea-rt-tools \
24 ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
25 beecrypt \
26 binutils \
27 chkconfig \
28 cracklib \
29 curl \
30 dhcp-client \
31 eventlog \
32 file \
33 findutils \
34 freetype \
35 fuse \
36 gawk \
37 gcc \
38 gnutls \
39 grep \
40 gzip \
41 icu \
42 kbd \
43 kernel-dev \
44 kernel-modules \
45 libgcrypt \
46 libgpg-error \
47 libtasn1 \
48 lsb \
49 lsbinitscripts \
50 mingetty \
51 openssh \
52 ossp-uuid \
53 perf \
54 pkgconfig \
55 procps \
56 psmisc \
57 rpm \
58 tar \
59 tipcutils \
60 udev-extraconf \
61 zip \
62 "