From 92776093766d4b0bb2613214274fa28dc59b6126 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 31 Mar 2014 13:56:29 -0400 Subject: linux-yocto/3.14: introduce versioned recipes The release kernel for Yocto 1.6 is the 3.14 kernel, so we introduce the versioned recipes here. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb new file mode 100644 index 0000000000..2e142bfd90 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb @@ -0,0 +1,21 @@ +require recipes-kernel/linux/linux-yocto.inc + +KBRANCH = "standard/tiny/base" +LINUX_KERNEL_TYPE = "tiny" +KCONFIG_MODE = "--allnoconfig" + +LINUX_VERSION ?= "3.14" + +KMETA = "meta" + +SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +SRCREV_meta ?= "fc8c30398dbc3cdea787a1042242d4aab689d0ae" + +PV = "${LINUX_VERSION}+git${SRCPV}" + +SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" + +COMPATIBLE_MACHINE = "(qemux86)" + +# Functionality flags +KERNEL_FEATURES = "" -- cgit 1.2.3-korg