blob: 55f66802ce20a7fba52a947ccc3b266799fc0c14 [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
14LAYERSERIES_COMPAT_xilinx = "sumo"
15