From 44311c454d0b0856f58cfa6fa60669903b2ba3af Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 24 Jan 2023 17:02:07 -0500 Subject: yocto-bsps: remove 5.19 bbappend 5.19 has been dropped from oe-core, so we drop our bbappend to match. (From meta-yocto rev: 44388fff6fd356c9ca97ab4677fdfe371dba3506) Signed-off-by: Bruce Ashfield Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../recipes-kernel/linux/linux-yocto_5.19.bbappend | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend (limited to 'meta-yocto-bsp/recipes-kernel') diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend deleted file mode 100644 index 5794657cfe..0000000000 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.19.bbappend +++ /dev/null @@ -1,23 +0,0 @@ -KBRANCH:genericx86 = "v5.19/standard/base" -KBRANCH:genericx86-64 = "v5.19/standard/base" -KBRANCH:edgerouter = "v5.19/standard/edgerouter" -KBRANCH:beaglebone-yocto = "v5.19/standard/beaglebone" - -KMACHINE:genericx86 ?= "common-pc" -KMACHINE:genericx86-64 ?= "common-pc-64" -KMACHINE:beaglebone-yocto ?= "beaglebone" - -SRCREV_machine:genericx86 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b" -SRCREV_machine:genericx86-64 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b" -SRCREV_machine:edgerouter ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" -SRCREV_machine:beaglebone-yocto ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12" - -COMPATIBLE_MACHINE:genericx86 = "genericx86" -COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" -COMPATIBLE_MACHINE:edgerouter = "edgerouter" -COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" - -LINUX_VERSION:genericx86 = "5.19.17" -LINUX_VERSION:genericx86-64 = "5.19.17" -LINUX_VERSION:edgerouter = "5.19" -LINUX_VERSION:beaglebone-yocto = "5.19" -- cgit v1.2.3-54-g00ecf