diff options
| author | Kevin Hao <kexin.hao@windriver.com> | 2023-01-12 19:31:53 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-13 17:34:08 +0000 |
| commit | 2e33c422a48e026a1d7913d97129612417e356ee (patch) | |
| tree | 215c8336aa8e4303e810d032247c4bf855cef33c /meta-yocto-bsp/recipes-kernel | |
| parent | e1a661e3d2d4d62aa0c47c2abb0a6824e1b17ede (diff) | |
| download | poky-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.bbappend | 23 |
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 @@ | |||
| 1 | KBRANCH:genericx86 = "v6.1/standard/base" | ||
| 2 | KBRANCH:genericx86-64 = "v6.1/standard/base" | ||
| 3 | KBRANCH:edgerouter = "v6.1/standard/edgerouter" | ||
| 4 | KBRANCH:beaglebone-yocto = "v6.1/standard/beaglebone" | ||
| 5 | |||
| 6 | KMACHINE:genericx86 ?= "common-pc" | ||
| 7 | KMACHINE:genericx86-64 ?= "common-pc-64" | ||
| 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" | ||
| 9 | |||
| 10 | SRCREV_machine:genericx86 ?= "872afe79c5e568acf5f971952e78caada8424df7" | ||
| 11 | SRCREV_machine:genericx86-64 ?= "872afe79c5e568acf5f971952e78caada8424df7" | ||
| 12 | SRCREV_machine:edgerouter ?= "872afe79c5e568acf5f971952e78caada8424df7" | ||
| 13 | SRCREV_machine:beaglebone-yocto ?= "872afe79c5e568acf5f971952e78caada8424df7" | ||
| 14 | |||
| 15 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | ||
| 16 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | ||
| 17 | COMPATIBLE_MACHINE:edgerouter = "edgerouter" | ||
| 18 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | ||
| 19 | |||
| 20 | LINUX_VERSION:genericx86 = "6.1.3" | ||
| 21 | LINUX_VERSION:genericx86-64 = "6.1.3" | ||
| 22 | LINUX_VERSION:edgerouter = "6.1.3" | ||
| 23 | LINUX_VERSION:beaglebone-yocto = "6.1.3" | ||
