summaryrefslogtreecommitdiffstats
path: root/conf/distro/enea.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/enea.conf')
-rw-r--r--conf/distro/enea.conf64
1 files changed, 64 insertions, 0 deletions
diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf
new file mode 100644
index 0000000..540aa88
--- /dev/null
+++ b/conf/distro/enea.conf
@@ -0,0 +1,64 @@
1require conf/distro/poky.conf
2DISTRO = "enea"
3DISTRO_NAME = "Enea Linux"
4DISTRO_VERSION = "4.0"
5SDK_VENDOR = "-eneasdk"
6SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
7
8MAINTAINER = "ENEA <issues@enea.com>"
9
10TARGET_VENDOR = "-enea"
11TARGET_VENDOR_virtclass-multilib-lib32 = "-enea"
12TARGET_VENDOR_virtclass-multilib-lib64 = "-enea"
13
14SANITY_TESTED_DISTROS += "\
15 CentOS-6.1 \n \
16 RedHatEnterpriseServer-6.1 \n \
17 RedHatEnterpriseServer-6.4 \n \
18 Ubuntu-12.10 \n \
19 "
20
21DISTRO_FEATURES_LIBC = "\
22 ipv4 \
23 ipv6 \
24 libc-backtrace \
25 libc-big-macros \
26 libc-bsd \
27 libc-cxx-tests \
28 libc-catgets \
29 libc-charsets \
30 libc-crypt \
31 libc-crypt-ufc \
32 libc-db-aliases \
33 libc-envz \
34 libc-fcvt \
35 libc-fmtmsg \
36 libc-fstab \
37 libc-ftraverse \
38 libc-getlogin \
39 libc-idn \
40 libc-inet-anl \
41 libc-libm \
42 libc-libm-big \
43 libc-locales \
44 libc-locale-code \
45 libc-memusage libc-nis \
46 libc-nsswitch \
47 libc-rcmd \
48 libc-rtld-debug \
49 libc-spawn \
50 libc-streams \
51 libc-sunrpc \
52 libc-utmp \
53 libc-utmpx \
54 libc-wordexp \
55 libc-posix-clang-wchar \
56 libc-posix-regexp \
57 libc-posix-regexp-glibc \
58 libc-posix-wchar-io \
59 "
60CONNECTIVITY_CHECK_URIS = " \
61 http://linux.enea.com"
62
63DISTRO_FEATURES = "ptest argp ext2 largefile xattr nfs pci multiarch ${DISTRO_FEATURES_LIBC} "
64BB_DANGLINGAPPENDS_WARNONLY ?= "1"