| Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" | ||||
| 3 | |||||
| 4 | # We have a packages directory, add to BBFILES | ||||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" | ||||
| 6 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
| 7 | |||||
| 8 | BBFILE_COLLECTIONS += "xilinx-pynq" | ||||
| 9 | BBFILE_PATTERN_xilinx-pynq = "^${LAYERDIR}/" | ||||
| 10 | BBFILE_PRIORITY_xilinx-pynq = "5" | ||||
| 11 | |||||
| 12 | LAYERDEPENDS_xilinx-pynq = "core xilinx" | ||||
| 13 | |||||
| 14 | LAYERSERIES_COMPAT_xilinx-pynq = "dunfell gatesgarth" | ||||
| 15 | |||||