summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r--meta/conf/layer.conf33
1 files changed, 33 insertions, 0 deletions
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 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3# We have recipes-* directories, add to BBFILES
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
5
6BBFILE_COLLECTIONS += "core"
7BBFILE_PATTERN_core = "^${LAYERDIR}/"
8BBFILE_PRIORITY_core = "5"
9
10# This should only be incremented on significant changes that will
11# cause compatibility issues with other layers
12LAYERVERSION_core = "4"
13
14# Set a variable to get to the top of the metadata location
15COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'
16
17SIGGEN_EXCLUDERECIPES_ABISAFE += " \
18 sysvinit-inittab \
19 shadow-securetty \
20 opkg-config-base \
21 netbase \
22 init-ifupdown \
23 connman-conf \
24 formfactor \
25 xserver-xf86-config \
26 pointercal \
27 pointercal-xinput \
28 base-files \
29 keymaps \
30 udev-extraconf \
31 packagegroup-x11-xserver \
32 systemd-serialgetty \
33"