aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-bsp/conf/layer.conf
blob: d5d478c442b11dd1518732d1f79149dfdaf93f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
	${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "zephyrbsp"
BBFILE_PATTERN_zephyrbsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_zephyrbsp = "6"

# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_zephyrbsp = "1"

LAYERDEPENDS_zephyrbsp = "zephyrcore core meta-python"

LAYERSERIES_COMPAT_zephyrbsp = "dunfell gatesgarth hardknott honister"

X86_TUNE_DIR = "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'honister', 'include/x86', 'include', d)}"