aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-08-24 10:59:55 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-28 10:27:15 +0100
commit8a0c315d21bb6783b55ecc73ec48274da0ceff43 (patch)
treef7f014ce2c5ba1e17509d577ef99b69a15dd83e5 /meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
parenta08dac36a04e7fa1c14c9a770cabe1a0d9386b1a (diff)
downloadopenembedded-core-contrib-8a0c315d21bb6783b55ecc73ec48274da0ceff43.tar.gz
linux-yocto: add selftest and security configuration blocks
Adding two new configuration blocks/features to the 4.14+ kernel variants. One is for enabling selftest options, and the other is a collection of kernel security/hardening configs. 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.15.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
index d3759b0582..392fc1c38a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
@@ -11,7 +11,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
-SRCREV_meta ?= "3b43c318d9dca8858e0ec402db8a99ab2b79f16f"
+SRCREV_meta ?= "4f95b5be8ca7af984b4abee7f6f9eeccd136a5cb"
PV = "${LINUX_VERSION}+git${SRCPV}"