summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2021-08-20 08:58:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-22 22:21:59 +0100
commit183dbb1b0faf1d8323ea41495c7ddbc95f834e1c (patch)
tree8444930c3eb2c88986a147eaf4ebe53db7c3ced2 /meta-yocto-bsp
parent49c706ebde1f87bc662215f3a5740bf88013d75e (diff)
downloadpoky-183dbb1b0faf1d8323ea41495c7ddbc95f834e1c.tar.gz
meta-yocto-bsp: Bump the kernel to v5.13.11
Build and boot test for all the boards. (From meta-yocto rev: fd3d296cffd02f207fc83801401cb1ca3d7d8fdd) 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.13.bbappend16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend
index 302d5ca8b5..6089a94d75 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.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 ?= "c1eb1eaf6fd3f1302b89194f629eafb9368a326a" 10SRCREV_machine:genericx86 ?= "fe64083abac67ac736aa0133f3a4088286aece40"
11SRCREV_machine:genericx86-64 ?= "c1eb1eaf6fd3f1302b89194f629eafb9368a326a" 11SRCREV_machine:genericx86-64 ?= "fe64083abac67ac736aa0133f3a4088286aece40"
12SRCREV_machine:edgerouter ?= "2d40c76f86e94252bbfbff4294b43b33de780cd5" 12SRCREV_machine:edgerouter ?= "7b80606f7484fb1967a261e7e262de9adeb7ed59"
13SRCREV_machine:beaglebone-yocto ?= "18666b33d7ceaf095da5d58fecd6fcb070932434" 13SRCREV_machine:beaglebone-yocto ?= "e486ea86794d62e7e6adbb3a2b2fd65222f323f7"
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.13.7" 20LINUX_VERSION:genericx86 = "5.13.11"
21LINUX_VERSION:genericx86-64 = "5.13.7" 21LINUX_VERSION:genericx86-64 = "5.13.11"
22LINUX_VERSION:edgerouter = "5.13.7" 22LINUX_VERSION:edgerouter = "5.13.11"
23LINUX_VERSION:beaglebone-yocto = "5.13.7" 23LINUX_VERSION:beaglebone-yocto = "5.13.11"