summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-08-30 09:45:42 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-04 11:03:55 +0100
commit52575da23ba70c9aee82a695e2145b891340f2ef (patch)
tree01ad0e3b0bdc7b0e32487fe8ed42987af5a6871d /meta/recipes-kernel/linux
parenta9471601fedd1f5087304eaa5fd39b98ae220313 (diff)
downloadpoky-52575da23ba70c9aee82a695e2145b891340f2ef.tar.gz
linux-yocto: drop 4.15 versioned recipe
4.15 was part of the release as the 'newest' kernel. It is no longer supported upstream, so there's no need to carry it into newer releases since it will be replaced by 4.18. (From OE-Core rev: a49f3d846594f7e81bc9389bd842c289109d2b72) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb41
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb26
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.15.bb47
3 files changed, 0 insertions, 114 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb
deleted file mode 100644
index 75aa21055f..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb
+++ /dev/null
@@ -1,41 +0,0 @@
1KBRANCH ?= "v4.15/standard/preempt-rt/base"
2
3require 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.
9python () {
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
14SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
15SRCREV_meta ?= "4f95b5be8ca7af984b4abee7f6f9eeccd136a5cb"
16
17SRC_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.15;destsuffix=${KMETA}"
19
20LINUX_VERSION ?= "4.15.18"
21
22DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
23DEPENDS += "openssl-native util-linux-native"
24
25PV = "${LINUX_VERSION}+git${SRCPV}"
26
27KMETA = "kernel-meta"
28KCONF_BSP_AUDIT_LEVEL = "2"
29
30LINUX_KERNEL_TYPE = "preempt-rt"
31
32COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuppc|qemumips)"
33
34KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
35
36# Functionality flags
37KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc"
38KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
39KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc"
40KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
41KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
deleted file mode 100644
index 392fc1c38a..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1KBRANCH ?= "v4.15/standard/tiny/common-pc"
2KBRANCH_qemuarm ?= "v4.15/standard/tiny/arm-versatile-926ejs"
3LINUX_KERNEL_TYPE = "tiny"
4KCONFIG_MODE = "--allnoconfig"
5
6require recipes-kernel/linux/linux-yocto.inc
7
8LINUX_VERSION ?= "4.15.18"
9
10KMETA = "kernel-meta"
11KCONF_BSP_AUDIT_LEVEL = "2"
12
13SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
14SRCREV_meta ?= "4f95b5be8ca7af984b4abee7f6f9eeccd136a5cb"
15
16PV = "${LINUX_VERSION}+git${SRCPV}"
17
18SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
19 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}"
20
21COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm"
22
23# Functionality flags
24KERNEL_FEATURES = ""
25
26KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.15.bb b/meta/recipes-kernel/linux/linux-yocto_4.15.bb
deleted file mode 100644
index 14afc41c20..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto_4.15.bb
+++ /dev/null
@@ -1,47 +0,0 @@
1KBRANCH ?= "v4.15/standard/base"
2
3require recipes-kernel/linux/linux-yocto.inc
4
5# board specific branches
6KBRANCH_qemuarm ?= "v4.15/standard/arm-versatile-926ejs"
7KBRANCH_qemuarm64 ?= "v4.15/standard/qemuarm64"
8KBRANCH_qemumips ?= "v4.15/standard/mti-malta32"
9KBRANCH_qemuppc ?= "v4.15/standard/qemuppc"
10KBRANCH_qemux86 ?= "v4.15/standard/base"
11KBRANCH_qemux86-64 ?= "v4.15/standard/base"
12KBRANCH_qemumips64 ?= "v4.15/standard/mti-malta64"
13
14SRCREV_machine_qemuarm ?= "12c2b0077b13cf6a2f1096a0d51f3a6ed5cbbd3a"
15SRCREV_machine_qemuarm64 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
16SRCREV_machine_qemumips ?= "c03f2971b07a79c5402f0d7126cc2cd856028e38"
17SRCREV_machine_qemuppc ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
18SRCREV_machine_qemux86 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
19SRCREV_machine_qemux86-64 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
20SRCREV_machine_qemumips64 ?= "b98c113571c72a0d34832dd6fe5585529b32988b"
21SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
22SRCREV_meta ?= "4f95b5be8ca7af984b4abee7f6f9eeccd136a5cb"
23
24SRC_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.15;destsuffix=${KMETA}"
26
27LINUX_VERSION ?= "4.15.18"
28
29DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
30DEPENDS += "openssl-native util-linux-native"
31
32PV = "${LINUX_VERSION}+git${SRCPV}"
33
34KMETA = "kernel-meta"
35KCONF_BSP_AUDIT_LEVEL = "2"
36
37KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
38
39COMPATIBLE_MACHINE = "qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"
40
41# Functionality flags
42KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc"
43KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
44KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc"
45KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
46KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc"
47KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"