From 2a7348129a42f21095fcd62e47a035f78d254130 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 17:36:38 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- conf/distro/enea.conf | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 conf/distro/enea.conf (limited to 'conf/distro/enea.conf') 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 @@ +require conf/distro/poky.conf +DISTRO = "enea" +DISTRO_NAME = "Enea Linux" +DISTRO_VERSION = "3.1" +SDK_VENDOR = "-eneasdk" +SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" + +MAINTAINER = "ENEA " + +TARGET_VENDOR = "-enea" +TARGET_VENDOR_virtclass-multilib-lib32 = "-enea" +TARGET_VENDOR_virtclass-multilib-lib64 = "-enea" + +DISTRO_FEATURES_LIBC = "\ + ipv4 \ + ipv6 \ + libc-backtrace \ + libc-big-macros \ + libc-bsd \ + libc-cxx-tests \ + libc-catgets \ + libc-charsets \ + libc-crypt \ + libc-crypt-ufc \ + libc-db-aliases \ + libc-envz \ + libc-fcvt \ + libc-fmtmsg \ + libc-fstab \ + libc-ftraverse \ + libc-getlogin \ + libc-idn \ + libc-inet-anl \ + libc-libm \ + libc-libm-big \ + libc-locales \ + libc-locale-code \ + libc-memusage libc-nis \ + libc-nsswitch \ + libc-rcmd \ + libc-rtld-debug \ + libc-spawn \ + libc-streams \ + libc-sunrpc \ + libc-utmp \ + libc-utmpx \ + libc-wordexp \ + libc-posix-clang-wchar \ + libc-posix-regexp \ + libc-posix-regexp-glibc \ + libc-posix-wchar-io \ + " + +DISTRO_FEATURES = "ptest argp ext2 largefile xattr nfs pci ${DISTRO_FEATURES_LIBC} " + +# dany: Set to minimize image further +#VIRTUAL-RUNTIME_login_manager = "" +#VIRTUAL-RUNTIME_dev_manager = "" +#VIRTUAL-RUNTIME_update-alternatives = "" + +SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${PACKAGE_ARCH}" + +#For meta-ti and meta-fsl-ppc, update BBMASK to avoid some known build errors +BBMASK ?= "" +OLDBBMASK := "${BBMASK}" +BBMASK = "${@base_conditional('OLDBBMASK', "", ".*/meta-(ti/recipes-misc|fsl-ppc/recipes-test)/", "${OLDBBMASK}", d)}" +BB_DANGLINGAPPENDS_WARNONLY ?= "1" -- cgit v1.2.3-54-g00ecf