aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/conf/layer.conf
blob: 8667a1660ec8291967d216b6719c5308e316d71b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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 \
        ${LAYERDIR}/recipes-*/*.bb \
	${LAYERDIR}/recipes-*/*.bbappend \
        "

BBFILE_COLLECTIONS += "xilinx-standalone-exp"
BBFILE_PATTERN_xilinx-standalone-exp = "^${LAYERDIR}/"
BBFILE_PRIORITY_xilinx-standalone-exp = "7"

# Allow other layers to find the root of this layer if necessary
META_XILINX_STANDALONE_EXP_PATH = "${LAYERDIR}"

LAYERDEPENDS_xilinx-standalone-exp = "core \
	xilinx \
	xilinx-standalone \
	xilinx-microblaze \
        virtualization-layer \
	"

LAYERSERIES_COMPAT_xilinx-standalone-exp = "nanbield"

# Aid debugging, show where the device trees are we are using
BUILDCFG_VARS:append = " SYSTEM_DTFILE CONFIG_DTFILE"