summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/recipes-kernel
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2023-01-12 19:31:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-13 17:34:08 +0000
commit2e33c422a48e026a1d7913d97129612417e356ee (patch)
tree215c8336aa8e4303e810d032247c4bf855cef33c /meta-yocto-bsp/recipes-kernel
parente1a661e3d2d4d62aa0c47c2abb0a6824e1b17ede (diff)
downloadpoky-2e33c422a48e026a1d7913d97129612417e356ee.tar.gz
meta-yocto-bsp: Update the default kernel to 6.1
Create the corresponding 6.1 bbappend and also update the default kernel to 6.1 for all the boards. (From meta-yocto rev: 7494f08fa1c85611a1dce3444a2737ef06fc8fdf) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend
new file mode 100644
index 0000000000..e693cb32e4
--- /dev/null
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend
@@ -0,0 +1,23 @@
1KBRANCH:genericx86 = "v6.1/standard/base"
2KBRANCH:genericx86-64 = "v6.1/standard/base"
3KBRANCH:edgerouter = "v6.1/standard/edgerouter"
4KBRANCH:beaglebone-yocto = "v6.1/standard/beaglebone"
5
6KMACHINE:genericx86 ?= "common-pc"
7KMACHINE:genericx86-64 ?= "common-pc-64"
8KMACHINE:beaglebone-yocto ?= "beaglebone"
9
10SRCREV_machine:genericx86 ?= "872afe79c5e568acf5f971952e78caada8424df7"
11SRCREV_machine:genericx86-64 ?= "872afe79c5e568acf5f971952e78caada8424df7"
12SRCREV_machine:edgerouter ?= "872afe79c5e568acf5f971952e78caada8424df7"
13SRCREV_machine:beaglebone-yocto ?= "872afe79c5e568acf5f971952e78caada8424df7"
14
15COMPATIBLE_MACHINE:genericx86 = "genericx86"
16COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
17COMPATIBLE_MACHINE:edgerouter = "edgerouter"
18COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
19
20LINUX_VERSION:genericx86 = "6.1.3"
21LINUX_VERSION:genericx86-64 = "6.1.3"
22LINUX_VERSION:edgerouter = "6.1.3"
23LINUX_VERSION:beaglebone-yocto = "6.1.3"