]> code.ossystems Code Review - openembedded-core.git/commit
kernel-yocto: inhibit BSP description warnings for custom linux-yocto kernels
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 2 Mar 2015 21:36:39 +0000 (16:36 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Mar 2015 22:05:02 +0000 (22:05 +0000)
commitd2fb7fff291b83700d487be093223c1533d915ce
tree21254ff90b895208b211ea734db1183bc1caa8a5
parent4dc9bde20602c7565979c7ebdea1a36c7ab3f458
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>
meta/classes/kernel-yocto.bbclass
meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
meta/recipes-kernel/linux/linux-yocto.inc
meta/recipes-kernel/linux/linux-yocto_3.14.bb
meta/recipes-kernel/linux/linux-yocto_3.19.bb