summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-18 16:28:20 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-21 22:05:33 +0000
commitc75d6c88530f63ec580609adac0d641c8322045c (patch)
tree5f81fd28b8f4ec093cc649ff4eddb9db1377ab19 /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
parentdfa83e662511e8d9f397d458b6eae1bf323cb271 (diff)
downloadast2050-yocto-poky-c75d6c88530f63ec580609adac0d641c8322045c.zip
ast2050-yocto-poky-c75d6c88530f63ec580609adac0d641c8322045c.tar.gz
linux-yocto: remove 3.10 and 3.17 recipes
In accordance with the kernel release criteria we support the latest mainline kernel + the last LSTI kernel + a development kernel. 3.19 will be introduced as the latest mainline, and 3.14 is the released LTSI kernel, which means that we remove the 3.10 and 3.17 variants. (From OE-Core rev: 19203a95f4b65e0a009a738fb4fc216e985a0835) 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/linux-yocto-tiny_3.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
deleted file mode 100644
index 3248c44..0000000
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-KBRANCH ?= "standard/tiny/base"
-
-require recipes-kernel/linux/linux-yocto.inc
-
-LINUX_KERNEL_TYPE = "tiny"
-KCONFIG_MODE = "--allnoconfig"
-
-LINUX_VERSION ?= "3.10.65"
-
-KMETA = "meta"
-
-SRCREV_machine ?= "a2f2be49cd60b8d022fa47daae0a8293c3066b78"
-SRCREV_meta ?= "d5456dd830cad14bd844753b751b83744ced3793"
-
-PV = "${LINUX_VERSION}+git${SRCPV}"
-
-SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
-
-COMPATIBLE_MACHINE = "(qemux86)"
-
-# Functionality flags
-KERNEL_FEATURES = ""
OpenPOWER on IntegriCloud