From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta/conf/layer.conf | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 meta/conf/layer.conf (limited to 'meta/conf/layer.conf') diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf new file mode 100644 index 0000000000..de96548bd2 --- /dev/null +++ b/meta/conf/layer.conf @@ -0,0 +1,47 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" + +BBFILE_COLLECTIONS += "core" +BBFILE_PATTERN_core = "^${LAYERDIR}/" +BBFILE_PRIORITY_core = "5" + +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_core = "4" + +# Set a variable to get to the top of the metadata location +COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' + +# opkg-utils is for update-altnernatives :( +SIGGEN_EXCLUDERECIPES_ABISAFE += " \ + sysvinit-inittab \ + shadow-securetty \ + opkg-config-base \ + netbase \ + init-ifupdown \ + connman-conf \ + formfactor \ + xserver-xf86-config \ + pointercal \ + pointercal-xinput \ + base-files \ + keymaps \ + udev-extraconf \ + packagegroup-x11-xserver \ + systemd-serialgetty \ + initscripts \ + shadow \ + shadow-sysroot \ + base-passwd \ + opkg-utils \ +" + +SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ + gcc-cross-${TARGET_ARCH}->glibc \ + gcc-cross-${TARGET_ARCH}->musl \ + gcc-cross-${TARGET_ARCH}->uclibc \ + gcc-cross-${TARGET_ARCH}->linux-libc-headers \ +" + -- cgit v1.2.3-54-g00ecf