diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-21 12:46:01 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-23 10:08:06 +0000 |
commit | 3d2004884f00a153e5821c5ae4f00a32bd583d84 (patch) | |
tree | da30426b46977b40659cdbdebf5e017235f6ee8c | |
parent | b9e965a219ccfb018a219d5e7694f678dce98b11 (diff) | |
download | poky-3d2004884f00a153e5821c5ae4f00a32bd583d84.tar.gz |
linux-yocto: drop 4.19 recipes
5.4 is the next LTS kernel, so we drop the 4.19 recipes from master.
(From OE-Core rev: bb5c2b8d6a875a773271d7cae08f55f0fd8e9156)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | 44 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 32 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.19.bb | 50 |
3 files changed, 0 insertions, 126 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb deleted file mode 100644 index b6e0a1e9e2..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
1 | KBRANCH ?= "v4.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 ?= "2fbf678238302f33b3aec5a2cba829f260744f24" | ||
15 | SRCREV_meta ?= "4f5d761316a9cf14605e5d0cc91b53c1b2e9dc6a" | ||
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-4.19;destsuffix=${KMETA}" | ||
19 | |||
20 | LINUX_VERSION ?= "4.19.87" | ||
21 | |||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
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_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb deleted file mode 100644 index e2626ab4c9..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | KBRANCH ?= "v4.19/standard/tiny/base" | ||
2 | KBRANCH_qemuarm ?= "v4.19/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 ?= "4.19.87" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
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 ?= "bd239fb802a15c2759ea456dd1f09f5e106fc88a" | ||
19 | SRCREV_machine ?= "b44ad1b1e7c685e75b7788a026a2416edc2ee656" | ||
20 | SRCREV_meta ?= "4f5d761316a9cf14605e5d0cc91b53c1b2e9dc6a" | ||
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-4.19;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_4.19.bb b/meta/recipes-kernel/linux/linux-yocto_4.19.bb deleted file mode 100644 index c6e482a984..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_4.19.bb +++ /dev/null | |||
@@ -1,50 +0,0 @@ | |||
1 | KBRANCH ?= "v4.19/standard/base" | ||
2 | |||
3 | require recipes-kernel/linux/linux-yocto.inc | ||
4 | |||
5 | # board specific branches | ||
6 | KBRANCH_qemuarm ?= "v4.19/standard/arm-versatile-926ejs" | ||
7 | KBRANCH_qemuarm64 ?= "v4.19/standard/qemuarm64" | ||
8 | KBRANCH_qemumips ?= "v4.19/standard/mti-malta32" | ||
9 | KBRANCH_qemuppc ?= "v4.19/standard/qemuppc" | ||
10 | KBRANCH_qemux86 ?= "v4.19/standard/base" | ||
11 | KBRANCH_qemux86-64 ?= "v4.19/standard/base" | ||
12 | KBRANCH_qemumips64 ?= "v4.19/standard/mti-malta64" | ||
13 | |||
14 | SRCREV_machine_qemuarm ?= "19fa1657d1d82d01647c6f73a2bbf39305505294" | ||
15 | SRCREV_machine_qemuarm64 ?= "b44ad1b1e7c685e75b7788a026a2416edc2ee656" | ||
16 | SRCREV_machine_qemumips ?= "8fb7ab96b84852ee3d9e1d9d9e7bc35e1249b653" | ||
17 | SRCREV_machine_qemuppc ?= "b44ad1b1e7c685e75b7788a026a2416edc2ee656" | ||
18 | SRCREV_machine_qemux86 ?= "b44ad1b1e7c685e75b7788a026a2416edc2ee656" | ||
19 | SRCREV_machine_qemux86-64 ?= "b44ad1b1e7c685e75b7788a026a2416edc2ee656" | ||
20 | SRCREV_machine_qemumips64 ?= "c8a036abd7d469013dddab15a23e0d2dde1d0000" | ||
21 | SRCREV_machine ?= "b44ad1b1e7c685e75b7788a026a2416edc2ee656" | ||
22 | SRCREV_meta ?= "4f5d761316a9cf14605e5d0cc91b53c1b2e9dc6a" | ||
23 | |||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | ||
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA} \ | ||
26 | " | ||
27 | |||
28 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
29 | LINUX_VERSION ?= "4.19.87" | ||
30 | |||
31 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | ||
32 | DEPENDS += "openssl-native util-linux-native" | ||
33 | |||
34 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
35 | |||
36 | KMETA = "kernel-meta" | ||
37 | KCONF_BSP_AUDIT_LEVEL = "2" | ||
38 | |||
39 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | ||
40 | |||
41 | COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" | ||
42 | |||
43 | # Functionality flags | ||
44 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
45 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
46 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | ||
47 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
48 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
49 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||
50 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "" ,d)}" | ||