blob: 7da47298723da51e431fd57c9aa46acd73a399b9 [file] [log] [blame]
Brad Bishop286d45c2018-10-02 15:21:57 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
6BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "xilinx-contrib"
9BBFILE_PATTERN_xilinx-contrib = "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx-contrib = "5"
11
12LAYERDEPENDS_xilinx-contrib = "core"
13LAYERDEPENDS_xilinx-contrib = "xilinx"
14
Andrew Geissler84ad7c52020-06-27 00:00:16 -050015LAYERSERIES_COMPAT_xilinx-contrib = "dunfell gatesgarth"
Brad Bishop286d45c2018-10-02 15:21:57 -040016
Andrew Geissler7eb438a2020-11-30 19:53:16 -060017XILINX_RELEASE_VERSION = "v2020.2"