]> code.ossystems Code Review - openembedded-core.git/commit
kernel-yocto: allow branch auditing to be suspended
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 21 Apr 2016 15:23:45 +0000 (11:23 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 May 2016 07:03:57 +0000 (08:03 +0100)
commit1d4c120edeb6e45665eafd6962a10ebb89d758eb
tree3ecff341c4d8b7187e7f2ef1ca92c13971587462
parent92ba77bea59a33b0ddbd5db36e2a1b42e8fd7190
kernel-yocto: allow branch auditing to be suspended

When working on the yocto-bsp and kernel-lab update for yocto 1.2
we found it was impossible for a end-user BSP to isolate patches
on a branch, since with the following commit:

  [kernel-yocto: enforce SRC_URI specified branch]

Any new branch would be switched to whatever was specified on the
SRC_URI and undoing the work that the yocto-bsp tool did to support
board specific patches.

To fix this, we'll keep the enforcing of branch consistency enabled
by default, but introduce a variable "KMETA_AUDIT" that when not
set will skip the check.

There's no impact for existing users, and it is only something that
other plumbing commands and tools will need to use (or care about).

[YOCTO: #9120]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel-yocto.bbclass
meta/recipes-kernel/linux/linux-yocto.inc