diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-02 16:36:39 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-02 22:05:02 +0000 |
commit | d2fb7fff291b83700d487be093223c1533d915ce (patch) | |
tree | 21254ff90b895208b211ea734db1183bc1caa8a5 /meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | |
parent | 4dc9bde20602c7565979c7ebdea1a36c7ab3f458 (diff) | |
download | openembedded-core-d2fb7fff291b83700d487be093223c1533d915ce.tar.gz openembedded-core-d2fb7fff291b83700d487be093223c1533d915ce.tar.bz2 openembedded-core-d2fb7fff291b83700d487be093223c1533d915ce.zip |
kernel-yocto: inhibit BSP description warnings for custom linux-yocto kernels
We don't require that a yocto custom kernel + defconfig have a full BSP
description (but of course it would be better if they did). Since this
isn't a requirement, we shouldn't alarm users by generating a BSP
description warning.
To implement this, we add a bsp audit level flag (like the one that
exists for kconfig audits), and only set it to activate in the versioned
linux-yocto recipes.
[YOCTO: #7370]
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_3.14.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb index 8e2189654b..bd61c4a927 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb @@ -14,6 +14,7 @@ LINUX_VERSION ?= "3.14.29" PV = "${LINUX_VERSION}+git${SRCPV}" KMETA = "meta" +KCONF_BSP_AUDIT_LEVEL = "2" LINUX_KERNEL_TYPE = "preempt-rt" |