summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/layer.conf
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2021-01-11 12:42:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-13 23:14:06 +0000
commiteb80e80538eb66a1123e94357c455cc6e8f78e75 (patch)
treecd7b407754a9b86ba652c0a2e4c3383daeb15433 /meta-yocto-bsp/conf/layer.conf
parentc750a47a5e98e768e68b1f15f524b12173fba685 (diff)
downloadpoky-eb80e80538eb66a1123e94357c455cc6e8f78e75.tar.gz
Revert "yocto-bsp: explicitly set preferred version for reference boards"
This reverts commit da27ca50eebf80463cb8d7b85f3b705254823413. We usually select the preferred kernel version in the machine conf. This is also what recommend in the BSP Developer's Guide. The beaglebone-yocto and edgerouter have already done this in their machine conf files. Resetting it in the layer conf is redundant. So revert this patch first, we will also explicitly select the kernel version for the x86 machines in the following patch. (From meta-yocto rev: 825645ff2b663ae5c5845e8ae4679f6e346eac8c) Signed-off-by: Kevin Hao <kexin.hao@windriver.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, 0 insertions, 6 deletions
diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf
index eb9f55ea97..bf0c1bfece 100644
--- a/meta-yocto-bsp/conf/layer.conf
+++ b/meta-yocto-bsp/conf/layer.conf
@@ -5,12 +5,6 @@ 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
14BBFILE_COLLECTIONS += "yoctobsp" 8BBFILE_COLLECTIONS += "yoctobsp"
15BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" 9BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
16BBFILE_PRIORITY_yoctobsp = "5" 10BBFILE_PRIORITY_yoctobsp = "5"