From 2cbf63999a2a4eafa7649e735950af2b6eda059b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 28 Feb 2023 20:04:58 -0800 Subject: [PATCH] linux-starfive: Drop recipe for 5.12 This branch does not exist anymore Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-starfive_5.12.bb | 24 --------------------- 1 file changed, 24 deletions(-) delete mode 100644 recipes-kernel/linux/linux-starfive_5.12.bb diff --git a/recipes-kernel/linux/linux-starfive_5.12.bb b/recipes-kernel/linux/linux-starfive_5.12.bb deleted file mode 100644 index 0f15be3..0000000 --- a/recipes-kernel/linux/linux-starfive_5.12.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "An example kernel recipe that uses the linux-yocto and oe-core" - -inherit kernel -require recipes-kernel/linux/linux-yocto.inc - -SRC_URI = "git://github.com/esmil/linux.git;protocol=https;branch=starlight-5.12.y \ - file://0001-riscv-Use-mno-relax-when-using-lld-linker.patch \ - file://extra.cfg \ - file://modules.cfg \ - " - -LINUX_VERSION ?= "5.12.10" -LINUX_VERSION_EXTENSION:append = "-starfive" - -SRCREV = "52317e6702508987fc67914c9d4270b8777f2a9b" - -LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" - -PV = "${LINUX_VERSION}+git${SRCPV}" - -KCONFIG_MODE = "--alldefconfig" -KBUILD_DEFCONFIG:beaglev-starlight-jh7100 = "starlight_defconfig" - -COMPATIBLE_MACHINE = "(beaglev-starlight-jh7100)"