summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.14.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:30:28 +0100
commit334861f67b04400937eb6b92f7ea0d1a3c0ecd71 (patch)
tree4b26c03f9aa44f6cdf153686594719616381486e /meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
parent9145de064e366ec03d83ab36a15e95f87c881f43 (diff)
downloadpoky-334861f67b04400937eb6b92f7ea0d1a3c0ecd71.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. (From OE-Core rev: 8a0c315d21bb6783b55ecc73ec48274da0ceff43) 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-rt_4.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
index 9e4d353cfb..24e3f07036 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "517929399b9fd48c9e86fe6724097532ff779f9b" 14SRCREV_machine ?= "517929399b9fd48c9e86fe6724097532ff779f9b"
15SRCREV_meta ?= "f97272690ca7e1143b9db3c1f1a01d9c37b6f478" 15SRCREV_meta ?= "8a3be7d783a39b56796e1d5197cb9f757e38f22f"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"