blob: eb9f55ea978f067ffbb317654f00762cab7d16e9 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
Andrew Geisslerc723b722021-01-08 16:14:09 -06008
9PREFERRED_VERSION_linux-yocto_genericx86 ?= "5.8%"
10PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "5.8%"
11PREFERRED_VERSION_linux-yocto_edgerouter ?= "5.8%"
12PREFERRED_VERSION_linux-yocto_beaglebone-yocto ?= "5.8%"
13
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014BBFILE_COLLECTIONS += "yoctobsp"
15BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
16BBFILE_PRIORITY_yoctobsp = "5"
Brad Bishop316dfdd2018-06-25 12:45:53 -040017LAYERVERSION_yoctobsp = "4"
Andrew Geissler1e34c2d2020-05-29 16:02:59 -050018LAYERSERIES_COMPAT_yoctobsp = "gatesgarth"