# 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.2" |