From c565d76ce15dd11fc8c4e8caeb2184f6865c6692 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 26 Mar 2014 16:33:26 -0400 Subject: linux-yocto/3.8: remove versioned recipes Yocto 1.6 will support the LTSI 3.4/3.10 kernels and the 3.14 kernel. As such, we remove the 3.8 linux-yocto recipes to keep our number of supported kernels at three. (From OE-Core rev: 940137ed36e1274bcb4e6b246b69c8c9172cabf7) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb | 26 ----------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb deleted file mode 100644 index 4f346912a4..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb +++ /dev/null @@ -1,26 +0,0 @@ -require recipes-kernel/linux/linux-yocto.inc - -# We need lzma (as CONFIG_KERNEL_LZMA=y) -DEPENDS += "xz-native" - -KBRANCH_DEFAULT = "standard/tiny/base" -KBRANCH = "${KBRANCH_DEFAULT}" -LINUX_KERNEL_TYPE = "tiny" -KCONFIG_MODE = "--allnoconfig" - -LINUX_VERSION ?= "3.8.13" - -KMETA = "meta" - -SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" -SRCREV_meta ?= "19e686b473ebf018c56c9eb839f5fbd88ecd9a5a" - -PR = "${INC_PR}.1" -PV = "${LINUX_VERSION}+git${SRCPV}" - -SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" - -COMPATIBLE_MACHINE = "(qemux86)" - -# Functionality flags -KERNEL_FEATURES = "" -- cgit v1.2.3-54-g00ecf