From 7e6147bdbf95ef8dee01a0f32b3c7d9355a75209 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 18 Feb 2015 22:10:22 -0500 Subject: linux-yocto: introduce 3.19 versioned recipes Introducing the v3.19.x recipes for the validated linux-yocto kernel. Build, boot and sanity testing was performed on qemu for all major architectures. (From OE-Core rev: 329a028bec428e8dc8cf3420c6e462de2898c8aa) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb new file mode 100644 index 0000000000..dba163e006 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb @@ -0,0 +1,21 @@ +KBRANCH ?= "standard/tiny/base" +LINUX_KERNEL_TYPE = "tiny" +KCONFIG_MODE = "--allnoconfig" + +require recipes-kernel/linux/linux-yocto.inc + +LINUX_VERSION ?= "3.19" + +KMETA = "meta" + +SRCREV_machine ?= "43b9eced9ba8a57add36af07736344dcc383f711" +SRCREV_meta ?= "8897ef68b30e7426bc1d39895e71fb155d694974" + +PV = "${LINUX_VERSION}+git${SRCPV}" + +SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" + +COMPATIBLE_MACHINE = "(qemux86)" + +# Functionality flags +KERNEL_FEATURES = "" -- cgit 1.2.3-korg