From: Richard Purdie Date: Tue, 9 Apr 2019 20:48:43 +0000 (+0100) Subject: linux-yocto: Drop 4.18 kernel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e511f0abc2c9cdd0d1592e50ade0d4da0c6dbb8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto: Drop 4.18 kernel (From meta-yocto rev: 1a9d86574ae0e2491bdd33b6addfd8ba6069d628) Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.18.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.18.bbappend deleted file mode 100644 index e53bb51f27e..00000000000 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.18.bbappend +++ /dev/null @@ -1,27 +0,0 @@ -KBRANCH_genericx86 = "v4.18/standard/base" -KBRANCH_genericx86-64 = "v4.18/standard/base" -KBRANCH_edgerouter = "v4.18/standard/edgerouter" -KBRANCH_beaglebone-yocto = "v4.18/standard/beaglebone" -KBRANCH_mpc8315e-rdb = "v4.18/standard/fsl-mpc8315e-rdb" - -KMACHINE_genericx86 ?= "common-pc" -KMACHINE_genericx86-64 ?= "common-pc-64" -KMACHINE_beaglebone-yocto ?= "beaglebone" - -SRCREV_machine_genericx86 ?= "62f0a3acffffd555f68ed97d5e4faade2b28f3c0" -SRCREV_machine_genericx86-64 ?= "62f0a3acffffd555f68ed97d5e4faade2b28f3c0" -SRCREV_machine_edgerouter ?= "28e7781d57a59227bf1c08c7f3dbdfee16aa0dc2" -SRCREV_machine_beaglebone-yocto ?= "28e7781d57a59227bf1c08c7f3dbdfee16aa0dc2" -SRCREV_machine_mpc8315e-rdb ?= "99071a599d8650b069fb8135866fca203f375350" - -COMPATIBLE_MACHINE_genericx86 = "genericx86" -COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" -COMPATIBLE_MACHINE_edgerouter = "edgerouter" -COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" -COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" - -LINUX_VERSION_genericx86 = "4.18.27" -LINUX_VERSION_genericx86-64 = "4.18.27" -LINUX_VERSION_edgerouter = "4.18.25" -LINUX_VERSION_beaglebone-yocto = "4.18.25" -LINUX_VERSION_mpc8315e-rdb = "4.18.25"