summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-06-06 22:07:29 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-12 23:34:24 +0100
commitea38e80ee4e255dfdb1a810c888478945fe15c2a (patch)
treec73f9eef03a0c1ef5919d71fab40614e5ff74d9a /meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
parent012baeb797c59d4123b64706bd082484d9f391b3 (diff)
downloadpoky-ea38e80ee4e255dfdb1a810c888478945fe15c2a.tar.gz
linux-yocto: add kernel sample configuration fragment
Add a fragment to the various kernels to support QA testing of samples. (From OE-Core rev: 98f78e3e3d65085c000bdfcf890ea498520c0075) 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_4.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
index 3171bb9d78..7250986271 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
@@ -13,7 +13,7 @@ KMETA = "kernel-meta"
13KCONF_BSP_AUDIT_LEVEL = "2" 13KCONF_BSP_AUDIT_LEVEL = "2"
14 14
15SRCREV_machine ?= "f0905017bae82f733812b3e1a31abbf6d51f67c7" 15SRCREV_machine ?= "f0905017bae82f733812b3e1a31abbf6d51f67c7"
16SRCREV_meta ?= "b577f9a0bd658b9468080514f68b18fe37daff9c" 16SRCREV_meta ?= "53336e1b7d969f21d8214ec9ceeb48fba4f99372"
17 17
18PV = "${LINUX_VERSION}+git${SRCPV}" 18PV = "${LINUX_VERSION}+git${SRCPV}"
19 19