diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2024-01-20 21:42:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-22 13:45:33 +0000 |
commit | 426488f85357e268ce1b7394588e0728923b6303 (patch) | |
tree | b7c40372f5cdb46b960e71c1f4553f5a09fe205e /meta-yocto-bsp | |
parent | 640927625e490e0ae974ddd26252b1e354b4bf3c (diff) | |
download | poky-426488f85357e268ce1b7394588e0728923b6303.tar.gz |
yocto-bsp: Drop the support for v6.1 kernel
The v6.1 kernel bb will be removed from the oe-core soon. So it is time
to drop the support of it for the yocto-bsp machines.
(From meta-yocto rev: dec8d7e3e73bc4f17b5b70cc368c551b2cc4568b)
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_6.1.bbappend | 19 |
1 files changed, 0 insertions, 19 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 deleted file mode 100644 index ed2b18ab60..0000000000 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | KBRANCH:genericx86 = "v6.1/standard/base" | ||
2 | KBRANCH:genericx86-64 = "v6.1/standard/base" | ||
3 | KBRANCH:beaglebone-yocto = "v6.1/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 ?= "6ec439b4b456ce929c4c07fe457b5d6a4b468e86" | ||
10 | SRCREV_machine:genericx86-64 ?= "6ec439b4b456ce929c4c07fe457b5d6a4b468e86" | ||
11 | SRCREV_machine:beaglebone-yocto ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | ||
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 = "6.1.30" | ||
18 | LINUX_VERSION:genericx86-64 = "6.1.30" | ||
19 | LINUX_VERSION:beaglebone-yocto = "6.1.20" | ||