blob: e69e7d13724f85e211a04a3cdd93493a68a7dfbd [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"
9BBFILE_PATTERN_xilinx = "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx = "5"
11
12LAYERDEPENDS_xilinx = "core"
13
Andrew Geissler84ad7c52020-06-27 00:00:16 -050014LAYERSERIES_COMPAT_xilinx = "dunfell gatesgarth"
Brad Bishop754b8fa2019-08-20 09:16:20 -040015
16BB_DANGLINGAPPENDS_WARNONLY ?= "1"
Brad Bishop286d45c2018-10-02 15:21:57 -040017
Andrew Geissler84ad7c52020-06-27 00:00:16 -050018XILINX_RELEASE_VERSION = "v2020.1"