diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-04-09 11:37:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-10 13:46:17 +0100 |
commit | 7c915df65f078204d3321420c1f13314794fe2df (patch) | |
tree | 6e0e40a4ec731fc94410e87ea0eba3fea13a6c43 | |
parent | 61edee0d29b3b6a77cd51dfcc064e90a8e471eb7 (diff) | |
download | poky-7c915df65f078204d3321420c1f13314794fe2df.tar.gz |
linux-yocto/4.18: remove versioned recipes
The 4.18 kernel has been replaced by 4.19 and 5.0 in master.
poky-tiny has been tested against 5.0, so we can now remove
the 4.18 recipes.
The 4.18 branches will continue to be maintained, but we only
want two active kernels in the master/releases branches.
(From OE-Core rev: 9251cec30ff77b526363bed7299238e33b68feb4)
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.18.bb | 43 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | 32 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.18.bb | 48 |
3 files changed, 0 insertions, 123 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb deleted file mode 100644 index 91bb5765d1..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | KBRANCH ?= "v4.18/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 ?= "60b23779def52cac86267bdef0da0f2750dce287" | ||
15 | SRCREV_meta ?= "865683fc87deee7030cd168f295e8afd70894d6c" | ||
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.18;destsuffix=${KMETA}" | ||
19 | |||
20 | LINUX_VERSION ?= "4.18.33" | ||
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|qemuarm64|qemuppc|qemumips)" | ||
35 | |||
36 | KERNEL_DEVICETREE_qemuarm = "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" | ||
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" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb deleted file mode 100644 index c986eb8bac..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | KBRANCH ?= "v4.18/standard/tiny/base" | ||
2 | KBRANCH_qemuarm ?= "v4.18/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.18.33" | ||
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 ?= "bc69d96021b7407a636cb7bc56334bf95a525e76" | ||
19 | SRCREV_machine ?= "1a564c76f41cff5c9e9011c4dbb5ef8453836b5d" | ||
20 | SRCREV_meta ?= "865683fc87deee7030cd168f295e8afd70894d6c" | ||
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.18;destsuffix=${KMETA}" | ||
26 | |||
27 | COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm" | ||
28 | |||
29 | # Functionality flags | ||
30 | KERNEL_FEATURES = "" | ||
31 | |||
32 | KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.18.bb b/meta/recipes-kernel/linux/linux-yocto_4.18.bb deleted file mode 100644 index 3be72a3a57..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_4.18.bb +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
1 | KBRANCH ?= "v4.18/standard/base" | ||
2 | |||
3 | require recipes-kernel/linux/linux-yocto.inc | ||
4 | |||
5 | # board specific branches | ||
6 | KBRANCH_qemuarm ?= "v4.18/standard/arm-versatile-926ejs" | ||
7 | KBRANCH_qemuarm64 ?= "v4.18/standard/qemuarm64" | ||
8 | KBRANCH_qemumips ?= "v4.18/standard/mti-malta32" | ||
9 | KBRANCH_qemuppc ?= "v4.18/standard/qemuppc" | ||
10 | KBRANCH_qemux86 ?= "v4.18/standard/base" | ||
11 | KBRANCH_qemux86-64 ?= "v4.18/standard/base" | ||
12 | KBRANCH_qemumips64 ?= "v4.18/standard/mti-malta64" | ||
13 | |||
14 | SRCREV_machine_qemuarm ?= "813d81df5defc4e552b7c3085673437eaba4eea7" | ||
15 | SRCREV_machine_qemuarm64 ?= "1a564c76f41cff5c9e9011c4dbb5ef8453836b5d" | ||
16 | SRCREV_machine_qemumips ?= "12620f16df220007dfda3b70cc5044ec2322142c" | ||
17 | SRCREV_machine_qemuppc ?= "1a564c76f41cff5c9e9011c4dbb5ef8453836b5d" | ||
18 | SRCREV_machine_qemux86 ?= "1a564c76f41cff5c9e9011c4dbb5ef8453836b5d" | ||
19 | SRCREV_machine_qemux86-64 ?= "1a564c76f41cff5c9e9011c4dbb5ef8453836b5d" | ||
20 | SRCREV_machine_qemumips64 ?= "104cdfbbf95981e31a32dfe3bdeaff3afb517ad4" | ||
21 | SRCREV_machine ?= "1a564c76f41cff5c9e9011c4dbb5ef8453836b5d" | ||
22 | SRCREV_meta ?= "865683fc87deee7030cd168f295e8afd70894d6c" | ||
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.18;destsuffix=${KMETA}" | ||
26 | |||
27 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
28 | LINUX_VERSION ?= "4.18.33" | ||
29 | |||
30 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | ||
31 | DEPENDS += "openssl-native util-linux-native" | ||
32 | |||
33 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
34 | |||
35 | KMETA = "kernel-meta" | ||
36 | KCONF_BSP_AUDIT_LEVEL = "2" | ||
37 | |||
38 | KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb" | ||
39 | |||
40 | COMPATIBLE_MACHINE = "qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" | ||
41 | |||
42 | # Functionality flags | ||
43 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
44 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
45 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc" | ||
46 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
47 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
48 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||