summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-02-09 18:56:14 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-11 11:44:20 +0000
commit33cfb14214dd7b026939d8249cb9a9b7ed08cd03 (patch)
tree6569f40235cb8668eaa269c76a412110b2a8b1b8 /meta-yocto-bsp
parentbf6fae9619b776fe9e935a122ebc04933366edad (diff)
downloadpoky-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.bbappend21
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 @@
1COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
2COMPATIBLE_MACHINE:genericx86 = "genericx86"
3COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
4COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
5
6KBRANCH:genericx86 = "v6.6/standard/base"
7KBRANCH:genericx86-64 = "v6.6/standard/base"
8KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone"
9
10KMACHINE:genericarm64 ?= "genericarm64"
11KMACHINE:genericx86 ?= "common-pc"
12KMACHINE:genericx86-64 ?= "common-pc-64"
13KMACHINE:beaglebone-yocto ?= "beaglebone"
14
15SRCREV_machine:genericx86 ?= "06644f0d7193d7ec39d7fe41939a21953e7a0c65"
16SRCREV_machine:genericx86-64 ?= "06644f0d7193d7ec39d7fe41939a21953e7a0c65"
17SRCREV_machine:beaglebone-yocto ?= "06644f0d7193d7ec39d7fe41939a21953e7a0c65"
18
19LINUX_VERSION:genericx86 = "6.6.21"
20LINUX_VERSION:genericx86-64 = "6.6.21"
21LINUX_VERSION:beaglebone-yocto = "6.6.21"