diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-25 13:27:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-26 07:54:17 +0100 |
commit | 76494f2b66003b0ff3b26882435107ef0ac060ba (patch) | |
tree | 2b9fca5ba3d8c54992a76e923a3b6cc9bf3033b7 /meta-yocto-bsp | |
parent | 29206e7240abe9e0e7ff151d9aca107850dd231c (diff) | |
download | poky-76494f2b66003b0ff3b26882435107ef0ac060ba.tar.gz |
linux-yocto: Drop 5.15 support
5.15 doesn't work with gcc 13 and we'll be replacing 5.15 with a new kernel
version later in the release cycle. Drop 5.15 now so we can move forward
with gcc 13 and we'll add a new kernel version later.
(From meta-yocto rev: 084d840d7f655466d5d668ca309a8b09b83f23fb)
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.15.bbappend | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend deleted file mode 100644 index 7a33505b55..0000000000 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | KBRANCH:genericx86 = "v5.15/standard/base" | ||
2 | KBRANCH:genericx86-64 = "v5.15/standard/base" | ||
3 | KBRANCH:beaglebone-yocto = "v5.15/standard/beaglebone" | ||
4 | |||
5 | KMACHINE:genericx86 ?= "common-pc" | ||
6 | KMACHINE:genericx86-64 ?= "common-pc-64" | ||
7 | KMACHINE:beaglebone-yocto ?= "beaglebone" | ||
8 | |||
9 | SRCREV_machine:genericx86 ?= "024d08fb706170a9723e9751e505681f9d4c7ab6" | ||
10 | SRCREV_machine:genericx86-64 ?= "024d08fb706170a9723e9751e505681f9d4c7ab6" | ||
11 | SRCREV_machine:beaglebone-yocto ?= "26aee42556a000123129552b73de6bf2ac039034" | ||
12 | |||
13 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | ||
14 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | ||
15 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | ||
16 | |||
17 | LINUX_VERSION:genericx86 = "5.15.103" | ||
18 | LINUX_VERSION:genericx86-64 = "5.15.103" | ||
19 | LINUX_VERSION:beaglebone-yocto = "5.15.103" | ||