diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-01-15 22:57:19 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-16 22:39:36 +0000 |
commit | 6b020ae4dc79a438bb92b828a7249ebc5b29751f (patch) | |
tree | 4c0ac087679370ffb0324fb6f1482733bd982b44 /meta | |
parent | 57706c0fb3278aeb880c18f6f8b6fe5839afa8db (diff) | |
download | poky-6b020ae4dc79a438bb92b828a7249ebc5b29751f.tar.gz |
linux-yocto: remove 5.8 recipes
5.8 is EOL upstream, and we now have 5.10 available as the
latest -stable kernel.
We'll keep 5.4, 5.10 and -dev (5.11) as the active kernels
for the upcoming release.
(From OE-Core rev: 134445b7e54489288c887327dc0fcccab514757f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb | 44 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb | 32 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.8.bb | 55 |
3 files changed, 0 insertions, 131 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb deleted file mode 100644 index d20b8b10ab..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
1 | KBRANCH ?= "v5.8/standard/preempt-rt/base" | ||
2 | |||
3 | require recipes-kernel/linux/linux-yocto.inc | ||
4 | |||
5 | # Skip processing of this recipe if it is not explicitly specified as the | ||
6 | # PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying | ||
7 | # to build multiple virtual/kernel providers, e.g. as dependency of | ||
8 | # core-image-rt-sdk, core-image-rt. | ||
9 | python () { | ||
10 | if d.getVar("KERNEL_PACKAGE_NAME") == "kernel" and d.getVar("PREFERRED_PROVIDER_virtual/kernel") != "linux-yocto-rt": | ||
11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | ||
12 | } | ||
13 | |||
14 | SRCREV_machine ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" | ||
15 | SRCREV_meta ?= "b976de4f41df1a50dc84839b64fb0ce2c6f9fb21" | ||
16 | |||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | ||
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}" | ||
19 | |||
20 | LINUX_VERSION ?= "5.8.18" | ||
21 | |||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
23 | |||
24 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | ||
25 | DEPENDS += "openssl-native util-linux-native" | ||
26 | |||
27 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
28 | |||
29 | KMETA = "kernel-meta" | ||
30 | KCONF_BSP_AUDIT_LEVEL = "2" | ||
31 | |||
32 | LINUX_KERNEL_TYPE = "preempt-rt" | ||
33 | |||
34 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuarmv5|qemuarm64|qemuppc|qemumips)" | ||
35 | |||
36 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | ||
37 | |||
38 | # Functionality flags | ||
39 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | ||
40 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
41 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | ||
42 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
43 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
44 | KERNEL_FEATURES_append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb deleted file mode 100644 index a5135155d5..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | KBRANCH ?= "v5.8/standard/tiny/base" | ||
2 | KBRANCH_qemuarm ?= "v5.8/standard/tiny/arm-versatile-926ejs" | ||
3 | |||
4 | LINUX_KERNEL_TYPE = "tiny" | ||
5 | KCONFIG_MODE = "--allnoconfig" | ||
6 | |||
7 | require recipes-kernel/linux/linux-yocto.inc | ||
8 | |||
9 | LINUX_VERSION ?= "5.8.18" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
11 | |||
12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | ||
13 | DEPENDS += "openssl-native util-linux-native" | ||
14 | |||
15 | KMETA = "kernel-meta" | ||
16 | KCONF_BSP_AUDIT_LEVEL = "2" | ||
17 | |||
18 | SRCREV_machine_qemuarm ?= "9509db6e3ed6a23b1f7495b53248d1cbfe22710b" | ||
19 | SRCREV_machine ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" | ||
20 | SRCREV_meta ?= "b976de4f41df1a50dc84839b64fb0ce2c6f9fb21" | ||
21 | |||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
23 | |||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | ||
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}" | ||
26 | |||
27 | COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm|qemuarmv5" | ||
28 | |||
29 | # Functionality flags | ||
30 | KERNEL_FEATURES = "" | ||
31 | |||
32 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.8.bb b/meta/recipes-kernel/linux/linux-yocto_5.8.bb deleted file mode 100644 index f6ebefbf1b..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_5.8.bb +++ /dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | KBRANCH ?= "v5.8/standard/base" | ||
2 | |||
3 | require recipes-kernel/linux/linux-yocto.inc | ||
4 | |||
5 | # board specific branches | ||
6 | KBRANCH_qemuarm ?= "v5.8/standard/arm-versatile-926ejs" | ||
7 | KBRANCH_qemuarm64 ?= "v5.8/standard/qemuarm64" | ||
8 | KBRANCH_qemumips ?= "v5.8/standard/mti-malta32" | ||
9 | KBRANCH_qemuppc ?= "v5.8/standard/qemuppc" | ||
10 | KBRANCH_qemuriscv64 ?= "v5.8/standard/base" | ||
11 | KBRANCH_qemux86 ?= "v5.8/standard/base" | ||
12 | KBRANCH_qemux86-64 ?= "v5.8/standard/base" | ||
13 | KBRANCH_qemumips64 ?= "v5.8/standard/mti-malta64" | ||
14 | |||
15 | SRCREV_machine_qemuarm ?= "14b463d0e5c1e2ff354244420f9bbc7f0ab80533" | ||
16 | SRCREV_machine_qemuarm64 ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" | ||
17 | SRCREV_machine_qemumips ?= "8d8d9afb396f154f366f32948fdff3cf4e269841" | ||
18 | SRCREV_machine_qemuppc ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" | ||
19 | SRCREV_machine_qemuriscv64 ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" | ||
20 | SRCREV_machine_qemux86 ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" | ||
21 | SRCREV_machine_qemux86-64 ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" | ||
22 | SRCREV_machine_qemumips64 ?= "01a02b058f9a8941032b298b8d25c673526152f4" | ||
23 | SRCREV_machine ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" | ||
24 | SRCREV_meta ?= "b976de4f41df1a50dc84839b64fb0ce2c6f9fb21" | ||
25 | |||
26 | # remap qemuarm to qemuarma15 for the 5.8 kernel | ||
27 | # KMACHINE_qemuarm ?= "qemuarma15" | ||
28 | |||
29 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | ||
30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}" | ||
31 | |||
32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
33 | LINUX_VERSION ?= "5.8.18" | ||
34 | |||
35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | ||
36 | DEPENDS += "openssl-native util-linux-native" | ||
37 | DEPENDS += "gmp-native" | ||
38 | |||
39 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
40 | |||
41 | KMETA = "kernel-meta" | ||
42 | KCONF_BSP_AUDIT_LEVEL = "1" | ||
43 | |||
44 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | ||
45 | |||
46 | COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv64" | ||
47 | |||
48 | # Functionality flags | ||
49 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
50 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
51 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | ||
52 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
53 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
54 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | ||
55 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | ||