summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-02-06 11:21:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-15 11:23:10 +0000
commit3916259f9aee07cfe0bf9abc640802e374840e45 (patch)
treeb9a1d8f987e4b9607f90c5555df46562174a9a92 /meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
parent528835ba233341af2c4e87ad9f8e498b3b1b720b (diff)
downloadpoky-3916259f9aee07cfe0bf9abc640802e374840e45.tar.gz
linux-yocto/4.9: drop recipe
As was previously announced, anything older than 4.14 is being dropped in the master/release branches to better support newer processors and to ensure that safe/secure kernels are the defaults for all builds. The time required to update the older kernels with constant updates (more than just CVEs) is not justified in new releases. (From OE-Core rev: fcac38960af535f3b165f862dd5f4dbca43976a7) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
deleted file mode 100644
index 5c9a260988..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1KBRANCH ?= "standard/tiny/common-pc"
2LINUX_KERNEL_TYPE = "tiny"
3KCONFIG_MODE = "--allnoconfig"
4
5require recipes-kernel/linux/linux-yocto.inc
6
7LINUX_VERSION ?= "4.9.78"
8
9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2"
11
12SRCREV_machine ?= "f7a6d45fff853173bfbf61706aeffcd1d1e99467"
13SRCREV_meta ?= "ef2f5d9a0ac1c5ac60e76b18b0bb3393be450336"
14
15PV = "${LINUX_VERSION}+git${SRCPV}"
16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
19
20COMPATIBLE_MACHINE = "qemux86|qemux86-64"
21
22# Functionality flags
23KERNEL_FEATURES = ""
24
25KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"