diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-10 15:19:41 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-10 21:04:20 +0000 |
| commit | abfb05a322cf25bb4b2593db5c3d021b69eb233a (patch) | |
| tree | c18b2352c498c576fb7eeb9d557e170af42f55d9 | |
| parent | 6f53d7763906f24d86e89da4da744421c52d591c (diff) | |
| download | meta-virtualization-abfb05a322cf25bb4b2593db5c3d021b69eb233a.tar.gz | |
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 <bruce.ashfield@gmail.com>
6 files changed, 0 insertions, 117 deletions
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 @@ | |||
| 1 | # include the baseline meta virtualization configuration options | ||
| 2 | # after this include, we can do version specific things | ||
| 3 | |||
| 4 | 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 @@ | |||
| 1 | # include the baseline meta virtualization configuration options | ||
| 2 | # after this include, we can do version specific things | ||
| 3 | |||
| 4 | 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 @@ | |||
| 1 | # include the baseline meta virtualization configuration options | ||
| 2 | # after this include, we can do version specific things | ||
| 3 | |||
| 4 | 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 @@ | |||
| 1 | HOMEPAGE = "https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/" | ||
| 2 | SUMMARY = "Kernel configuration fragments" | ||
| 3 | DESCRIPTION = "Typically used as part of a kernel clone, this is the standalone \ | ||
| 4 | fragment repository. Making it available to other fragment management schemes \ | ||
| 5 | " | ||
| 6 | SECTION = "devel" | ||
| 7 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 10 | |||
| 11 | do_configure[noexec] = "1" | ||
| 12 | do_compile[noexec] = "1" | ||
| 13 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 14 | |||
| 15 | LINUX_VERSION ?= "6.10" | ||
| 16 | PV = "v${LINUX_VERSION}+git${SRCREV}" | ||
| 17 | |||
| 18 | SRCREV = "8650ed99a9e181fbb5a0e3718809f734564ea91f" | ||
| 19 | SRC_URI = "\ | ||
| 20 | git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ | ||
| 21 | " | ||
| 22 | |||
| 23 | do_install() { | ||
| 24 | install -d ${D}${base_prefix}/kcfg | ||
| 25 | |||
| 26 | # copy the configuration fragments over to the native deploy | ||
| 27 | cp -r ${S}/* ${D}${base_prefix}/kcfg | ||
| 28 | # scripts bring in a bash dependency we don't want | ||
| 29 | rm -rf ${D}${base_prefix}/kcfg/scripts | ||
| 30 | } | ||
| 31 | |||
| 32 | FILES:${PN} += "kcfg/" | ||
| 33 | SYSROOT_DIRS += "${base_prefix}/kcfg" | ||
| 34 | BBCLASSEXTEND = "native nativesdk" | ||
| 35 | |||
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 @@ | |||
| 1 | HOMEPAGE = "https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/" | ||
| 2 | SUMMARY = "Kernel configuration fragments" | ||
| 3 | DESCRIPTION = "Typically used as part of a kernel clone, this is the standalone \ | ||
| 4 | fragment repository. Making it available to other fragment management schemes \ | ||
| 5 | " | ||
| 6 | SECTION = "devel" | ||
| 7 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 10 | |||
| 11 | do_configure[noexec] = "1" | ||
| 12 | do_compile[noexec] = "1" | ||
| 13 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 14 | |||
| 15 | LINUX_VERSION ?= "6.16" | ||
| 16 | PV = "v${LINUX_VERSION}+git${SRCREV}" | ||
| 17 | |||
| 18 | SRCREV = "29767181a0c0a97c8ba4941f6834044d9ffaed86" | ||
| 19 | SRC_URI = "\ | ||
| 20 | git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ | ||
| 21 | " | ||
| 22 | |||
| 23 | do_install() { | ||
| 24 | install -d ${D}${base_prefix}/kcfg | ||
| 25 | |||
| 26 | # copy the configuration fragments over to the native deploy | ||
| 27 | cp -r ${S}/* ${D}${base_prefix}/kcfg | ||
| 28 | # scripts bring in a bash dependency we don't want | ||
| 29 | rm -rf ${D}${base_prefix}/kcfg/scripts | ||
| 30 | } | ||
| 31 | |||
| 32 | FILES:${PN} += "kcfg/" | ||
| 33 | SYSROOT_DIRS += "${base_prefix}/kcfg" | ||
| 34 | BBCLASSEXTEND = "native nativesdk" | ||
| 35 | |||
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 @@ | |||
| 1 | HOMEPAGE = "https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/" | ||
| 2 | SUMMARY = "Kernel configuration fragments" | ||
| 3 | DESCRIPTION = "Typically used as part of a kernel clone, this is the standalone \ | ||
| 4 | fragment repository. Making it available to other fragment management schemes \ | ||
| 5 | " | ||
| 6 | SECTION = "devel" | ||
| 7 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 10 | |||
| 11 | do_configure[noexec] = "1" | ||
| 12 | do_compile[noexec] = "1" | ||
| 13 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 14 | |||
| 15 | LINUX_VERSION ?= "6.17" | ||
| 16 | PV = "v${LINUX_VERSION}+git${SRCREV}" | ||
| 17 | |||
| 18 | SRCREV = "b4e4cfd96ab92d6bdf9d4498dde977aa66ee0702" | ||
| 19 | SRC_URI = "\ | ||
| 20 | git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ | ||
| 21 | " | ||
| 22 | |||
| 23 | do_install() { | ||
| 24 | install -d ${D}${base_prefix}/kcfg | ||
| 25 | |||
| 26 | # copy the configuration fragments over to the native deploy | ||
| 27 | cp -r ${S}/* ${D}${base_prefix}/kcfg | ||
| 28 | # scripts bring in a bash dependency we don't want | ||
| 29 | rm -rf ${D}${base_prefix}/kcfg/scripts | ||
| 30 | } | ||
| 31 | |||
| 32 | FILES:${PN} += "kcfg/" | ||
| 33 | SYSROOT_DIRS += "${base_prefix}/kcfg" | ||
| 34 | BBCLASSEXTEND = "native nativesdk" | ||
| 35 | |||
