blob: 223059a953d4e78ce28afaa64803d01ab6605309 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
Andrew Geissler84ad7c52020-06-27 00:00:16 -05006 ${LAYERDIR}/recipes-*/*/*.bbappend \
7 ${LAYERDIR}/recipes-*/*.bb \
8 ${LAYERDIR}/recipes-*/*.bbappend \
9 "
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
11BBFILE_COLLECTIONS += "xilinx-standalone"
12BBFILE_PATTERN_xilinx-standalone = "^${LAYERDIR}/"
Andrew Geissler84ad7c52020-06-27 00:00:16 -050013BBFILE_PRIORITY_xilinx-standalone = "7"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014
15LAYERDEPENDS_xilinx-standalone = "core xilinx"
16
Andrew Geissler84ad7c52020-06-27 00:00:16 -050017LAYERSERIES_COMPAT_xilinx-standalone = "dunfell gatesgarth"
18XILINX_RELEASE_VERSION = "v2020.1"