From 8a0c315d21bb6783b55ecc73ec48274da0ceff43 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 24 Aug 2018 10:59:55 -0400 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_4.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_4.14.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_4.14.bb b/meta/recipes-kernel/linux/linux-yocto_4.14.bb index 22c7b1e696..02c42c4008 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.14.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "1839f1b10cf9895ac0e31631eaa9a5ed5c63ede0" SRCREV_machine_qemux86-64 ?= "1839f1b10cf9895ac0e31631eaa9a5ed5c63ede0" SRCREV_machine_qemumips64 ?= "db539ae62da0b5fe7d065830c2709abc01a5591d" SRCREV_machine ?= "1839f1b10cf9895ac0e31631eaa9a5ed5c63ede0" -SRCREV_meta ?= "f97272690ca7e1143b9db3c1f1a01d9c37b6f478" +SRCREV_meta ?= "8a3be7d783a39b56796e1d5197cb9f757e38f22f" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" -- cgit 1.2.3-korg