diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-04 18:57:47 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-09 16:37:24 +0100 |
commit | 4ba4fe9117c36c34259cfea068c988ef4bf385ce (patch) | |
tree | 36b1831e544f8c36c27d612e1e442903432f3f98 /meta/recipes-kernel | |
parent | 5ba3b8619de8fefcebe4c7d263fbbd43d049d0ad (diff) | |
download | poky-4ba4fe9117c36c34259cfea068c988ef4bf385ce.tar.gz |
linux-yocto: drop v5.10 reference kernel recipes
These will be supported in the -stable and -lts branches, but
no longer will be directly updated master. We continue with
5.15 and 5.19.
(From OE-Core rev: a3b473e0fd8d4e4dc347da300db3e1c619bd4606)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 45 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 32 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 58 |
3 files changed, 0 insertions, 135 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb deleted file mode 100644 index c86d8b04c6..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | KBRANCH ?= "v5.10/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 ?= "c51a272715b4280bbabaa146153b01ae2c679ab2" | ||
15 | SRCREV_meta ?= "35bec1ca790cf107235c23bc187d03fc623f346e" | ||
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.10;destsuffix=${KMETA}" | ||
19 | |||
20 | LINUX_VERSION ?= "5.10.134" | ||
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 = "1" | ||
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)}" | ||
45 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb deleted file mode 100644 index ac41804f2a..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | KBRANCH ?= "v5.10/standard/tiny/base" | ||
2 | KBRANCH:qemuarm ?= "v5.10/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.10.134" | ||
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 ?= "023d5ad7aa1d0d97bec767aa430c597840cd1e1f" | ||
19 | SRCREV_machine ?= "7e87a46b7799a31b012acfdc767d5073297c80ad" | ||
20 | SRCREV_meta ?= "35bec1ca790cf107235c23bc187d03fc623f346e" | ||
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.10;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.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb deleted file mode 100644 index 72812214a7..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ /dev/null | |||
@@ -1,58 +0,0 @@ | |||
1 | KBRANCH ?= "v5.10/standard/base" | ||
2 | |||
3 | require recipes-kernel/linux/linux-yocto.inc | ||
4 | |||
5 | # board specific branches | ||
6 | KBRANCH:qemuarm ?= "v5.10/standard/arm-versatile-926ejs" | ||
7 | KBRANCH:qemuarm64 ?= "v5.10/standard/qemuarm64" | ||
8 | KBRANCH:qemumips ?= "v5.10/standard/mti-malta32" | ||
9 | KBRANCH:qemuppc ?= "v5.10/standard/qemuppc" | ||
10 | KBRANCH:qemuriscv64 ?= "v5.10/standard/base" | ||
11 | KBRANCH:qemuriscv32 ?= "v5.10/standard/base" | ||
12 | KBRANCH:qemux86 ?= "v5.10/standard/base" | ||
13 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" | ||
14 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" | ||
15 | |||
16 | SRCREV_machine:qemuarm ?= "c2d86f701766458464f6c2db1ed59282e1e8c541" | ||
17 | SRCREV_machine:qemuarm64 ?= "871dd0aeed30497d7383128c5144d980536d721b" | ||
18 | SRCREV_machine:qemumips ?= "561aec6fca15c1c0644e170356f1ca7ff970039f" | ||
19 | SRCREV_machine:qemuppc ?= "38bbf0c43a58ee6d385c14844e42b63797e48b9a" | ||
20 | SRCREV_machine:qemuriscv64 ?= "7e6d888082597200876e17413ef21a0be8e946db" | ||
21 | SRCREV_machine:qemuriscv32 ?= "7e6d888082597200876e17413ef21a0be8e946db" | ||
22 | SRCREV_machine:qemux86 ?= "7e6d888082597200876e17413ef21a0be8e946db" | ||
23 | SRCREV_machine:qemux86-64 ?= "7e6d888082597200876e17413ef21a0be8e946db" | ||
24 | SRCREV_machine:qemumips64 ?= "fc85f6d0724fe79bdd7cebe813a6d51361bb1b08" | ||
25 | SRCREV_machine ?= "7e6d888082597200876e17413ef21a0be8e946db" | ||
26 | SRCREV_meta ?= "35bec1ca790cf107235c23bc187d03fc623f346e" | ||
27 | |||
28 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | ||
29 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" | ||
30 | |||
31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
32 | LINUX_VERSION ?= "5.10.134" | ||
33 | |||
34 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | ||
35 | DEPENDS += "openssl-native util-linux-native" | ||
36 | DEPENDS += "gmp-native libmpc-native" | ||
37 | |||
38 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
39 | |||
40 | KMETA = "kernel-meta" | ||
41 | KCONF_BSP_AUDIT_LEVEL = "1" | ||
42 | |||
43 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" | ||
44 | |||
45 | COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qemumips|qemumips64|qemux86-64|qemuriscv64|qemuriscv32" | ||
46 | |||
47 | # Functionality flags | ||
48 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
49 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | ||
50 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | ||
51 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
52 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
53 | KERNEL_FEATURES:append:powerpc =" arch/powerpc/powerpc-debug.scc" | ||
54 | KERNEL_FEATURES:append:powerpc64 =" arch/powerpc/powerpc-debug.scc" | ||
55 | KERNEL_FEATURES:append:powerpc64le =" arch/powerpc/powerpc-debug.scc" | ||
56 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | ||
57 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | ||
58 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" | ||