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>
This commit is contained in:
Bruce Ashfield
2018-08-24 10:59:55 -04:00
committed by Richard Purdie
parent 9145de064e
commit 334861f67b
6 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "517929399b9fd48c9e86fe6724097532ff779f9b"
SRCREV_meta ?= "f97272690ca7e1143b9db3c1f1a01d9c37b6f478"
SRCREV_meta ?= "8a3be7d783a39b56796e1d5197cb9f757e38f22f"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"