summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2021-08-04 15:02:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-04 20:48:28 +0100
commitfe98984c4906bed29a2c2e739751ec4b0593f487 (patch)
tree1afd92470cb59595a7e0f7867b58a9c7e653b083 /meta-yocto-bsp
parent6d7e0a153585bc47b677ef5d7f8ed75a2cc4fa45 (diff)
downloadpoky-fe98984c4906bed29a2c2e739751ec4b0593f487.tar.gz
meta-yocto-bsp: Bump to the v5.10.55
Build and boot test for all the boards. (From meta-yocto rev: 8b5c126510dbf265dc494ff7c8decbae63f5b597) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
index 0b017fc79d..1e14229c23 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
@@ -7,17 +7,17 @@ KMACHINE:genericx86 ?= "common-pc"
7KMACHINE:genericx86-64 ?= "common-pc-64" 7KMACHINE:genericx86-64 ?= "common-pc-64"
8KMACHINE:beaglebone-yocto ?= "beaglebone" 8KMACHINE:beaglebone-yocto ?= "beaglebone"
9 9
10SRCREV_machine:genericx86 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" 10SRCREV_machine:genericx86 ?= "c274623910704eefcc98380a17649889ac7e9408"
11SRCREV_machine:genericx86-64 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" 11SRCREV_machine:genericx86-64 ?= "c274623910704eefcc98380a17649889ac7e9408"
12SRCREV_machine:edgerouter ?= "274d63799465eebfd201b3e8251f16d29e93a978" 12SRCREV_machine:edgerouter ?= "ac089d661362ba857e235c5630242039b150ae26"
13SRCREV_machine:beaglebone-yocto ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" 13SRCREV_machine:beaglebone-yocto ?= "a6df693a45f5787d4254e0998f52b4465b2a5efe"
14 14
15COMPATIBLE_MACHINE:genericx86 = "genericx86" 15COMPATIBLE_MACHINE:genericx86 = "genericx86"
16COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" 16COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
17COMPATIBLE_MACHINE:edgerouter = "edgerouter" 17COMPATIBLE_MACHINE:edgerouter = "edgerouter"
18COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" 18COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
19 19
20LINUX_VERSION:genericx86 = "5.10.43" 20LINUX_VERSION:genericx86 = "5.10.55"
21LINUX_VERSION:genericx86-64 = "5.10.43" 21LINUX_VERSION:genericx86-64 = "5.10.55"
22LINUX_VERSION:edgerouter = "5.10.43" 22LINUX_VERSION:edgerouter = "5.10.55"
23LINUX_VERSION:beaglebone-yocto = "5.10.43" 23LINUX_VERSION:beaglebone-yocto = "5.10.55"