summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/layer.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-12-28 22:28:25 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-05 13:48:41 +0000
commit2fa16484703f934061be399ea7bd07fa671e6caa (patch)
tree103c2761c02eab9a74bf64a5859fc426b3576c8b /meta-yocto-bsp/conf/layer.conf
parentdd4297f586cb8914988dd5eb73d05e0cab1c0c98 (diff)
downloadpoky-2fa16484703f934061be399ea7bd07fa671e6caa.tar.gz
yocto-bsp: explicitly set preferred version for reference boards
When we are bumping the default kernel version for the qemu* reference boards, but before the h/w reference boards have been updated, we need to explicitly set the default kernel version for those boards. Otherwise, we'll end up with warnings about preferred versions of kernel modules not being available (From meta-yocto rev: da27ca50eebf80463cb8d7b85f3b705254823413) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/layer.conf')
-rw-r--r--meta-yocto-bsp/conf/layer.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf
index bf0c1bfece..eb9f55ea97 100644
--- a/meta-yocto-bsp/conf/layer.conf
+++ b/meta-yocto-bsp/conf/layer.conf
@@ -5,6 +5,12 @@ BBPATH .= ":${LAYERDIR}"
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
8
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
8BBFILE_COLLECTIONS += "yoctobsp" 14BBFILE_COLLECTIONS += "yoctobsp"
9BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" 15BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
10BBFILE_PRIORITY_yoctobsp = "5" 16BBFILE_PRIORITY_yoctobsp = "5"