blob: 794e107a159942e4d0b9250d2bc3892aeeecbf9f [file] [log] [blame]
Andrew Geisslera9ff2b32020-10-16 10:11:54 -05001# 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-microblaze"
9BBFILE_PATTERN_xilinx-microblaze = "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx-microblaze = "5"
11
12LAYERDEPENDS_xilinx-microblaze = "core"
13
14LAYERSERIES_COMPAT_xilinx-microblaze = "dunfell gatesgarth"
Andrew Geissleraaf90cd2021-02-12 15:29:51 -060015
16# Until we've moved to a newer version, we need to stick on 9.2
17GDBVERSION_microblaze = "9.2"