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

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

BBFILE_COLLECTIONS += "xilinx-contrib"
BBFILE_PATTERN_xilinx-contrib = "^${LAYERDIR}/"
BBFILE_PRIORITY_xilinx-contrib = "5"

LAYERDEPENDS_xilinx-contrib = "core"
LAYERDEPENDS_xilinx-contrib = "xilinx"

LAYERSERIES_COMPAT_xilinx-contrib = "dunfell gatesgarth"

XILINX_RELEASE_VERSION = "v2020.1"