From 2dbc788bc3988532f0932e8e51e24ba702c28f6a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 11 Jan 2016 11:58:26 -0500 Subject: linux-yocto: introduce v4.4 standard/preempt-rt/standard kernel The 4.4 kernel has been under test via linux-yocto-dev, and is the next LTS/LTSI kernel. So we take our -dev support and created a named/versioned recipe for use in upcoming releases. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb new file mode 100644 index 0000000000..d348c0a628 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb @@ -0,0 +1,23 @@ +KBRANCH ?= "standard/tiny/base" +LINUX_KERNEL_TYPE = "tiny" +KCONFIG_MODE = "--allnoconfig" + +require recipes-kernel/linux/linux-yocto.inc + +LINUX_VERSION ?= "4.4" + +KMETA = "kernel-meta" +KCONF_BSP_AUDIT_LEVEL = "2" + +SRCREV_machine ?= "2dadc3524fcbce0c46f5db65b7c20c673fc60503" +SRCREV_meta ?= "ad9d3f01300ba350563e17db00b2518302e172f6" + +PV = "${LINUX_VERSION}+git${SRCPV}" + +SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ + git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" + +COMPATIBLE_MACHINE = "(qemux86)" + +# Functionality flags +KERNEL_FEATURES = "" -- cgit 1.2.3-korg