From abfb05a322cf25bb4b2593db5c3d021b69eb233a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 10 Feb 2026 15:19:41 +0000 Subject: kernel: drop 6.10, 6.16 and 6.17 support These kernels are EOL upstream and in OE core. Dropping their enablement in meta-virt. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_6.10_virtualization.inc | 4 --- .../linux/linux-yocto_6.16_virtualization.inc | 4 --- .../linux/linux-yocto_6.17_virtualization.inc | 4 --- recipes-kernel/linux/yocto-cfg-fragments-6.10.bb | 35 ---------------------- recipes-kernel/linux/yocto-cfg-fragments-6.16.bb | 35 ---------------------- recipes-kernel/linux/yocto-cfg-fragments-6.17.bb | 35 ---------------------- 6 files changed, 117 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_6.10_virtualization.inc delete mode 100644 recipes-kernel/linux/linux-yocto_6.16_virtualization.inc delete mode 100644 recipes-kernel/linux/linux-yocto_6.17_virtualization.inc delete mode 100644 recipes-kernel/linux/yocto-cfg-fragments-6.10.bb delete mode 100644 recipes-kernel/linux/yocto-cfg-fragments-6.16.bb delete mode 100644 recipes-kernel/linux/yocto-cfg-fragments-6.17.bb (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-yocto_6.10_virtualization.inc b/recipes-kernel/linux/linux-yocto_6.10_virtualization.inc deleted file mode 100644 index 59311487..00000000 --- a/recipes-kernel/linux/linux-yocto_6.10_virtualization.inc +++ /dev/null @@ -1,4 +0,0 @@ -# include the baseline meta virtualization configuration options -# after this include, we can do version specific things - -include linux-yocto_virtualization.inc diff --git a/recipes-kernel/linux/linux-yocto_6.16_virtualization.inc b/recipes-kernel/linux/linux-yocto_6.16_virtualization.inc deleted file mode 100644 index 59311487..00000000 --- a/recipes-kernel/linux/linux-yocto_6.16_virtualization.inc +++ /dev/null @@ -1,4 +0,0 @@ -# include the baseline meta virtualization configuration options -# after this include, we can do version specific things - -include linux-yocto_virtualization.inc diff --git a/recipes-kernel/linux/linux-yocto_6.17_virtualization.inc b/recipes-kernel/linux/linux-yocto_6.17_virtualization.inc deleted file mode 100644 index 59311487..00000000 --- a/recipes-kernel/linux/linux-yocto_6.17_virtualization.inc +++ /dev/null @@ -1,4 +0,0 @@ -# include the baseline meta virtualization configuration options -# after this include, we can do version specific things - -include linux-yocto_virtualization.inc diff --git a/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb b/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb deleted file mode 100644 index 18ecc68b..00000000 --- a/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb +++ /dev/null @@ -1,35 +0,0 @@ -HOMEPAGE = "https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/" -SUMMARY = "Kernel configuration fragments" -DESCRIPTION = "Typically used as part of a kernel clone, this is the standalone \ -fragment repository. Making it available to other fragment management schemes \ -" -SECTION = "devel" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -do_configure[noexec] = "1" -do_compile[noexec] = "1" -INHIBIT_DEFAULT_DEPS = "1" - -LINUX_VERSION ?= "6.10" -PV = "v${LINUX_VERSION}+git${SRCREV}" - -SRCREV = "8650ed99a9e181fbb5a0e3718809f734564ea91f" -SRC_URI = "\ - git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ - " - -do_install() { - install -d ${D}${base_prefix}/kcfg - - # copy the configuration fragments over to the native deploy - cp -r ${S}/* ${D}${base_prefix}/kcfg - # scripts bring in a bash dependency we don't want - rm -rf ${D}${base_prefix}/kcfg/scripts -} - -FILES:${PN} += "kcfg/" -SYSROOT_DIRS += "${base_prefix}/kcfg" -BBCLASSEXTEND = "native nativesdk" - diff --git a/recipes-kernel/linux/yocto-cfg-fragments-6.16.bb b/recipes-kernel/linux/yocto-cfg-fragments-6.16.bb deleted file mode 100644 index e7da69d8..00000000 --- a/recipes-kernel/linux/yocto-cfg-fragments-6.16.bb +++ /dev/null @@ -1,35 +0,0 @@ -HOMEPAGE = "https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/" -SUMMARY = "Kernel configuration fragments" -DESCRIPTION = "Typically used as part of a kernel clone, this is the standalone \ -fragment repository. Making it available to other fragment management schemes \ -" -SECTION = "devel" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -do_configure[noexec] = "1" -do_compile[noexec] = "1" -INHIBIT_DEFAULT_DEPS = "1" - -LINUX_VERSION ?= "6.16" -PV = "v${LINUX_VERSION}+git${SRCREV}" - -SRCREV = "29767181a0c0a97c8ba4941f6834044d9ffaed86" -SRC_URI = "\ - git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ - " - -do_install() { - install -d ${D}${base_prefix}/kcfg - - # copy the configuration fragments over to the native deploy - cp -r ${S}/* ${D}${base_prefix}/kcfg - # scripts bring in a bash dependency we don't want - rm -rf ${D}${base_prefix}/kcfg/scripts -} - -FILES:${PN} += "kcfg/" -SYSROOT_DIRS += "${base_prefix}/kcfg" -BBCLASSEXTEND = "native nativesdk" - diff --git a/recipes-kernel/linux/yocto-cfg-fragments-6.17.bb b/recipes-kernel/linux/yocto-cfg-fragments-6.17.bb deleted file mode 100644 index 8379d2c7..00000000 --- a/recipes-kernel/linux/yocto-cfg-fragments-6.17.bb +++ /dev/null @@ -1,35 +0,0 @@ -HOMEPAGE = "https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/" -SUMMARY = "Kernel configuration fragments" -DESCRIPTION = "Typically used as part of a kernel clone, this is the standalone \ -fragment repository. Making it available to other fragment management schemes \ -" -SECTION = "devel" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -do_configure[noexec] = "1" -do_compile[noexec] = "1" -INHIBIT_DEFAULT_DEPS = "1" - -LINUX_VERSION ?= "6.17" -PV = "v${LINUX_VERSION}+git${SRCREV}" - -SRCREV = "b4e4cfd96ab92d6bdf9d4498dde977aa66ee0702" -SRC_URI = "\ - git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ - " - -do_install() { - install -d ${D}${base_prefix}/kcfg - - # copy the configuration fragments over to the native deploy - cp -r ${S}/* ${D}${base_prefix}/kcfg - # scripts bring in a bash dependency we don't want - rm -rf ${D}${base_prefix}/kcfg/scripts -} - -FILES:${PN} += "kcfg/" -SYSROOT_DIRS += "${base_prefix}/kcfg" -BBCLASSEXTEND = "native nativesdk" - -- cgit v1.2.3-54-g00ecf