diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2021-01-11 12:42:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-13 23:14:06 +0000 |
commit | eb80e80538eb66a1123e94357c455cc6e8f78e75 (patch) | |
tree | cd7b407754a9b86ba652c0a2e4c3383daeb15433 /meta-yocto-bsp/conf | |
parent | c750a47a5e98e768e68b1f15f524b12173fba685 (diff) | |
download | poky-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')
-rw-r--r-- | meta-yocto-bsp/conf/layer.conf | 6 |
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}" | |||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
7 | 7 | ||
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 | |||
14 | BBFILE_COLLECTIONS += "yoctobsp" | 8 | BBFILE_COLLECTIONS += "yoctobsp" |
15 | BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" |
16 | BBFILE_PRIORITY_yoctobsp = "5" | 10 | BBFILE_PRIORITY_yoctobsp = "5" |