aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/conf/layer.conf
blob: 7d9cc59884484db1ca24bfecb1fe99b31e475b72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 += "xilinx-standalone"
BBFILE_PATTERN_xilinx-standalone = "^${LAYERDIR}/"
BBFILE_PRIORITY_xilinx-standalone = "5"

LAYERDEPENDS_xilinx-standalone = "core xilinx"

LAYERSERIES_COMPAT_xilinx-standalone = "thud"