summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2021-09-21 16:27:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-27 08:33:23 +0100
commit64dd0045311372f5a0de5e5b19bd3902963db354 (patch)
tree93bb32b2242b3f76adc1bc9d663abe14263078c1 /meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
parent10e70b6fe0a572ac79b787a21ee1f8aa19303ac5 (diff)
downloadpoky-64dd0045311372f5a0de5e5b19bd3902963db354.tar.gz
meta-yocto-bsp: Bump to the v5.10.55
Build and boot test for all the boards. (From meta-yocto rev: 43fc4344836aacf03015683f87f9c75bb3f4093f) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8b5c126510dbf265dc494ff7c8decbae63f5b597) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend')
-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 f8362b6635..0e5e3b1287 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"