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-03-06 13:11:15 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-08 10:39:33 -0800
commita7c9bc7020ab4c62fa60eb23257f07734b2582b0 (patch)
treefbf4bb8b242d8a56cd4be118545423a0db046a5d /meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
parent3a8cce8b5c224710660802fba2bc0bbc97cf7385 (diff)
downloadpoky-a7c9bc7020ab4c62fa60eb23257f07734b2582b0.tar.gz
linux-yocto: aufs and systemtap
Integrating a configuration change for systemtap: features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG And porting the aufs warning fix to 4.14 and 4.15: aufs: fix compile warning (From OE-Core rev: db2a8c827332c0837d029e99b210036218f8f9dc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.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.bb4
1 files changed, 2 insertions, 2 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 ae9e769136..1ccbf6283e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.14.24"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "fccf7693fe5dd00d7b6d391b7405b5d58eb959f2" 12SRCREV_machine ?= "09828ddd8d8c91b2d68afdcd8eb99a48e0253582"
13SRCREV_meta ?= "426c8aa4862f95e84ec163b942b92726d3ef978f" 13SRCREV_meta ?= "54b3e9b768651ca15bf65ae1c72dfe6d957285f0"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16