Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
Andrew Geissler | c723b72 | 2021-01-08 16:14:09 -0600 | [diff] [blame] | 8 | |
| 9 | PREFERRED_VERSION_linux-yocto_genericx86 ?= "5.8%" |
| 10 | PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "5.8%" |
| 11 | PREFERRED_VERSION_linux-yocto_edgerouter ?= "5.8%" |
| 12 | PREFERRED_VERSION_linux-yocto_beaglebone-yocto ?= "5.8%" |
| 13 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 14 | BBFILE_COLLECTIONS += "yoctobsp" |
| 15 | BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" |
| 16 | BBFILE_PRIORITY_yoctobsp = "5" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 17 | LAYERVERSION_yoctobsp = "4" |
Andrew Geissler | 1e34c2d | 2020-05-29 16:02:59 -0500 | [diff] [blame] | 18 | LAYERSERIES_COMPAT_yoctobsp = "gatesgarth" |