From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/conf/layer.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 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..18609ddc5c --- /dev/null +++ b/meta/conf/layer.conf @@ -0,0 +1,33 @@ +# 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}/../")}' + +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 \ +" -- cgit v1.2.3-54-g00ecf