From 1cad3c3813cc52c89010c081b70a28c1e0981e74 Mon Sep 17 00:00:00 2001 From: Vikas Katariya Date: Thu, 18 Jan 2024 17:04:45 +0000 Subject: [PATCH] arm-bsp/linux-yocto: Remove EOL Linux yocto kernel 6.5 Since there are no platforms using this version, this reciepe can be removed. Signed-off-by: Vikas Katariya Signed-off-by: Jon Mason --- .../recipes-kernel/linux/linux-yocto_6.5.bb | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto_6.5.bb diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-yocto_6.5.bb b/meta-arm-bsp/recipes-kernel/linux/linux-yocto_6.5.bb deleted file mode 100644 index a5cc5461..00000000 --- a/meta-arm-bsp/recipes-kernel/linux/linux-yocto_6.5.bb +++ /dev/null @@ -1,37 +0,0 @@ -KBRANCH ?= "v6.5/standard/base" - -require recipes-kernel/linux/linux-yocto.inc - -# CVE exclusions -include recipes-kernel/linux/cve-exclusion.inc -include recipes-kernel/linux/cve-exclusion_6.5.inc - -SRCREV_machine ?= "e53dc7514de7d2fbe0f80547a50c0542928e2d11" -SRCREV_meta ?= "3b1f87ec237ec3ad9acffb3d75c55efe958085dc" - -# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll -# get the /base branch, which is pure upstream -stable, and the same -# meta SRCREV as the linux-yocto-standard builds. Select your version using the -# normal PREFERRED_VERSION settings. -BBCLASSEXTEND = "devupstream:target" -SRCREV_machine:class-devupstream ?= "4631960b4700dd53f5cebb4f7055fd00ccd556ce" -PN:class-devupstream = "linux-yocto-upstream" -KBRANCH:class-devupstream = "v6.5/base" - -SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH};protocol=https \ - git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.5;destsuffix=${KMETA};protocol=https" - -LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "6.5.13" - -PV = "${LINUX_VERSION}+git" - -KMETA = "kernel-meta" -KCONF_BSP_AUDIT_LEVEL = "1" - -# Functionality flags -KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" -KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" -KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" -KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" -KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}"