diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-02-09 18:56:14 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-11 11:44:20 +0000 |
commit | 33cfb14214dd7b026939d8249cb9a9b7ed08cd03 (patch) | |
tree | 6569f40235cb8668eaa269c76a412110b2a8b1b8 /meta-yocto-bsp | |
parent | bf6fae9619b776fe9e935a122ebc04933366edad (diff) | |
download | poky-33cfb14214dd7b026939d8249cb9a9b7ed08cd03.tar.gz |
yocto-bsp: drop linux-yocto 6.6 bbappend
6.6 has been dropped from OE core master in preparation for the
LTS release, so we drop our reference BSP bbappend as well.
(From meta-yocto rev: e40fb898889254c461b4049d5e457b2270c659c9)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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.6.bbappend | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend deleted file mode 100644 index 3f33ec991d..0000000000 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" | ||
2 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | ||
3 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | ||
4 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | ||
5 | |||
6 | KBRANCH:genericx86 = "v6.6/standard/base" | ||
7 | KBRANCH:genericx86-64 = "v6.6/standard/base" | ||
8 | KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone" | ||
9 | |||
10 | KMACHINE:genericarm64 ?= "genericarm64" | ||
11 | KMACHINE:genericx86 ?= "common-pc" | ||
12 | KMACHINE:genericx86-64 ?= "common-pc-64" | ||
13 | KMACHINE:beaglebone-yocto ?= "beaglebone" | ||
14 | |||
15 | SRCREV_machine:genericx86 ?= "06644f0d7193d7ec39d7fe41939a21953e7a0c65" | ||
16 | SRCREV_machine:genericx86-64 ?= "06644f0d7193d7ec39d7fe41939a21953e7a0c65" | ||
17 | SRCREV_machine:beaglebone-yocto ?= "06644f0d7193d7ec39d7fe41939a21953e7a0c65" | ||
18 | |||
19 | LINUX_VERSION:genericx86 = "6.6.21" | ||
20 | LINUX_VERSION:genericx86-64 = "6.6.21" | ||
21 | LINUX_VERSION:beaglebone-yocto = "6.6.21" | ||