diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-24 11:11:50 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-26 14:37:05 +0100 |
commit | 2692037fec997ead90a50c99c6dda8912fb28a59 (patch) | |
tree | 7ca7a19dfeec9bd579435d327719e6072c48cfe8 /meta-yocto-bsp | |
parent | 4e5321e4bbc7444fedb64ac78a88390c0b6ac7c8 (diff) | |
download | poky-2692037fec997ead90a50c99c6dda8912fb28a59.tar.gz |
yocto-bsp/5.13: drop recipes
5.13 has been removed from core, and we've moved the default
support to 5.14, so we can drop our bbappend.
(From meta-yocto rev: 5cb9ef98c90321ae5d57123d82b68f14e6c85f39)
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_5.13.bbappend | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend deleted file mode 100644 index daf5fd2cd6..0000000000 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | KBRANCH:genericx86 = "v5.13/standard/base" | ||
2 | KBRANCH:genericx86-64 = "v5.13/standard/base" | ||
3 | KBRANCH:edgerouter = "v5.13/standard/edgerouter" | ||
4 | KBRANCH:beaglebone-yocto = "v5.13/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 ?= "7280c93f5599946db3add473eeb05b34c364938d" | ||
11 | SRCREV_machine:genericx86-64 ?= "7280c93f5599946db3add473eeb05b34c364938d" | ||
12 | SRCREV_machine:edgerouter ?= "a832a0390e96c4f014d7b2bf9f161ac9477140f7" | ||
13 | SRCREV_machine:beaglebone-yocto ?= "dbdc921374c057a75b2df92302124994e241ca51" | ||
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 = "5.13.15" | ||
21 | LINUX_VERSION:genericx86-64 = "5.13.15" | ||
22 | LINUX_VERSION:edgerouter = "5.13.15" | ||
23 | LINUX_VERSION:beaglebone-yocto = "5.13.15" | ||