summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-02 16:36:39 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-02 22:05:34 +0000
commite02016e73bca0ea0ceee14eb794eb8c477dbb3ad (patch)
tree890726a6b77798d830f0e48d5154d59913876103 /meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
parentdd1d4e55c6198586eb83f7850f597fbdf69edbaf (diff)
downloadpoky-e02016e73bca0ea0ceee14eb794eb8c477dbb3ad.tar.gz
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] (From OE-Core rev: d2fb7fff291b83700d487be093223c1533d915ce) 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-tiny_3.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index db9ad738c3..d110297246 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -7,6 +7,7 @@ require recipes-kernel/linux/linux-yocto.inc
7LINUX_VERSION ?= "3.14.29" 7LINUX_VERSION ?= "3.14.29"
8 8
9KMETA = "meta" 9KMETA = "meta"
10KCONF_BSP_AUDIT_LEVEL = "2"
10 11
11SRCREV_machine ?= "f65678ef48c5d41af914d2769e4dd01411c1df96" 12SRCREV_machine ?= "f65678ef48c5d41af914d2769e4dd01411c1df96"
12SRCREV_meta ?= "6eddbf47875ef48ddc5864957a7b63363100782b" 13SRCREV_meta ?= "6eddbf47875ef48ddc5864957a7b63363100782b"