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.conf67
1 files changed, 67 insertions, 0 deletions
diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf
new file mode 100644
index 0000000..05eef59
--- /dev/null
+++ b/conf/distro/enea.conf
@@ -0,0 +1,67 @@
1require conf/distro/poky.conf
2DISTRO = "enea"
3DISTRO_NAME = "Enea Linux"
4DISTRO_VERSION = "3.1"
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
14DISTRO_FEATURES_LIBC = "\
15 ipv4 \
16 ipv6 \
17 libc-backtrace \
18 libc-big-macros \
19 libc-bsd \
20 libc-cxx-tests \
21 libc-catgets \
22 libc-charsets \
23 libc-crypt \
24 libc-crypt-ufc \
25 libc-db-aliases \
26 libc-envz \
27 libc-fcvt \
28 libc-fmtmsg \
29 libc-fstab \
30 libc-ftraverse \
31 libc-getlogin \
32 libc-idn \
33 libc-inet-anl \
34 libc-libm \
35 libc-libm-big \
36 libc-locales \
37 libc-locale-code \
38 libc-memusage libc-nis \
39 libc-nsswitch \
40 libc-rcmd \
41 libc-rtld-debug \
42 libc-spawn \
43 libc-streams \
44 libc-sunrpc \
45 libc-utmp \
46 libc-utmpx \
47 libc-wordexp \
48 libc-posix-clang-wchar \
49 libc-posix-regexp \
50 libc-posix-regexp-glibc \
51 libc-posix-wchar-io \
52 "
53
54DISTRO_FEATURES = "ptest argp ext2 largefile xattr nfs pci ${DISTRO_FEATURES_LIBC} "
55
56# dany: Set to minimize image further
57#VIRTUAL-RUNTIME_login_manager = ""
58#VIRTUAL-RUNTIME_dev_manager = ""
59#VIRTUAL-RUNTIME_update-alternatives = ""
60
61SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${PACKAGE_ARCH}"
62
63#For meta-ti and meta-fsl-ppc, update BBMASK to avoid some known build errors
64BBMASK ?= ""
65OLDBBMASK := "${BBMASK}"
66BBMASK = "${@base_conditional('OLDBBMASK', "", ".*/meta-(ti/recipes-misc|fsl-ppc/recipes-test)/", "${OLDBBMASK}", d)}"
67BB_DANGLINGAPPENDS_WARNONLY ?= "1"