diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-24 16:59:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-15 10:21:34 +0000 |
commit | 2c5d73a9470d58883cba3619f7ad364a8700c0ab (patch) | |
tree | 5055ec804753be5d8467a08bd5ac33eabba88fcc /meta | |
parent | 35d919672abe323c290335c3f1b73e936e11d469 (diff) | |
download | poky-2c5d73a9470d58883cba3619f7ad364a8700c0ab.tar.gz |
linux-yocto/5.19: drop recipes
5.19 is no longer getting upstream -stable support, and we've replaced
it with 6.1 as the latest (and default) version. Removing the recipes
to make this clear.
Released branches will still get bugfixes as appropriate.
(From OE-Core rev: c21586a46061af7e00fd30f4eb2b7ca2c74d9fc7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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.19.bb | 45 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb | 30 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.19.bb | 70 |
3 files changed, 0 insertions, 145 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb deleted file mode 100644 index f4d205e613..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | KBRANCH ?= "v5.19/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 ?= "3101c367eab8952721086b545ad37c301b2a7452" | ||
15 | SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d" | ||
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.19;destsuffix=${KMETA}" | ||
19 | |||
20 | LINUX_VERSION ?= "5.19.17" | ||
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.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb deleted file mode 100644 index 95a8a46bbc..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | KBRANCH ?= "v5.19/standard/tiny/base" | ||
2 | |||
3 | LINUX_KERNEL_TYPE = "tiny" | ||
4 | KCONFIG_MODE = "--allnoconfig" | ||
5 | |||
6 | require recipes-kernel/linux/linux-yocto.inc | ||
7 | |||
8 | LINUX_VERSION ?= "5.19.17" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
10 | |||
11 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | ||
12 | DEPENDS += "openssl-native util-linux-native" | ||
13 | |||
14 | KMETA = "kernel-meta" | ||
15 | KCONF_BSP_AUDIT_LEVEL = "2" | ||
16 | |||
17 | SRCREV_machine ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" | ||
18 | SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d" | ||
19 | |||
20 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
21 | |||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | ||
23 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}" | ||
24 | |||
25 | COMPATIBLE_MACHINE = "^(qemux86|qemux86-64|qemuarm64|qemuarm|qemuarmv5)$" | ||
26 | |||
27 | # Functionality flags | ||
28 | KERNEL_FEATURES = "" | ||
29 | |||
30 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.19.bb b/meta/recipes-kernel/linux/linux-yocto_5.19.bb deleted file mode 100644 index 5baa0c1130..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_5.19.bb +++ /dev/null | |||
@@ -1,70 +0,0 @@ | |||
1 | KBRANCH ?= "v5.19/standard/base" | ||
2 | |||
3 | require recipes-kernel/linux/linux-yocto.inc | ||
4 | |||
5 | # board specific branches | ||
6 | KBRANCH:qemuarm ?= "v5.19/standard/arm-versatile-926ejs" | ||
7 | KBRANCH:qemuarm64 ?= "v5.19/standard/qemuarm64" | ||
8 | KBRANCH:qemumips ?= "v5.19/standard/mti-malta32" | ||
9 | KBRANCH:qemuppc ?= "v5.19/standard/qemuppc" | ||
10 | KBRANCH:qemuriscv64 ?= "v5.19/standard/base" | ||
11 | KBRANCH:qemuriscv32 ?= "v5.19/standard/base" | ||
12 | KBRANCH:qemux86 ?= "v5.19/standard/base" | ||
13 | KBRANCH:qemux86-64 ?= "v5.19/standard/base" | ||
14 | KBRANCH:qemumips64 ?= "v5.19/standard/mti-malta64" | ||
15 | |||
16 | SRCREV_machine:qemuarm ?= "f30404d233fc4cc461a0800fd635f4e9650a20a5" | ||
17 | SRCREV_machine:qemuarm64 ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" | ||
18 | SRCREV_machine:qemumips ?= "ceaf2134635845794c24b750f15004096a597256" | ||
19 | SRCREV_machine:qemuppc ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" | ||
20 | SRCREV_machine:qemuriscv64 ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" | ||
21 | SRCREV_machine:qemuriscv32 ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" | ||
22 | SRCREV_machine:qemux86 ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" | ||
23 | SRCREV_machine:qemux86-64 ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" | ||
24 | SRCREV_machine:qemumips64 ?= "acf9ebb1e7d1ceb61a89ec33ca4cc3613287630b" | ||
25 | SRCREV_machine ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" | ||
26 | SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d" | ||
27 | |||
28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | ||
29 | # get the <version>/base branch, which is pure upstream -stable, and the same | ||
30 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | ||
31 | # normal PREFERRED_VERSION settings. | ||
32 | BBCLASSEXTEND = "devupstream:target" | ||
33 | SRCREV_machine:class-devupstream ?= "2b525314c7b57eac29fe8b77a6589428e4a4f6dd" | ||
34 | PN:class-devupstream = "linux-yocto-upstream" | ||
35 | KBRANCH:class-devupstream = "v5.19/base" | ||
36 | |||
37 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | ||
38 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}" | ||
39 | |||
40 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
41 | LINUX_VERSION ?= "5.19.17" | ||
42 | |||
43 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | ||
44 | DEPENDS += "openssl-native util-linux-native" | ||
45 | DEPENDS += "gmp-native libmpc-native" | ||
46 | |||
47 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
48 | |||
49 | KMETA = "kernel-meta" | ||
50 | KCONF_BSP_AUDIT_LEVEL = "1" | ||
51 | |||
52 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" | ||
53 | |||
54 | COMPATIBLE_MACHINE = "^(qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qemumips|qemumips64|qemux86-64|qemuriscv64|qemuriscv32)$" | ||
55 | |||
56 | # Functionality flags | ||
57 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
58 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | ||
59 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc cfg/net/mdio.scc" | ||
60 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
61 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
62 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | ||
63 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | ||
64 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" | ||
65 | KERNEL_FEATURES:append:powerpc =" arch/powerpc/powerpc-debug.scc" | ||
66 | KERNEL_FEATURES:append:powerpc64 =" arch/powerpc/powerpc-debug.scc" | ||
67 | KERNEL_FEATURES:append:powerpc64le =" arch/powerpc/powerpc-debug.scc" | ||
68 | |||
69 | INSANE_SKIP:kernel-vmlinux:qemuppc64 = "textrel" | ||
70 | |||