Because meta-intel linux-yocto-tiny specifies a KBRANCH of
standard/tiny/common-pc, we get the below warning since the board
metadata doesn't match that.  Add a common-pc branch to sync them up.

WARNING: .. do_patch: After meta data application, the kernel tree branch is 
standard/tiny/base.
WARNING: .. do_patch: The SRC_URI specified branch standard/tiny/common-pc.
WARNING: .. do_patch:
WARNING: .. do_patch: The branch will be forced to standard/tiny/common-pc, but 
this means the board meta data
WARNING: .. do_patch: (.scc files) do not match the SRC_URI specification.
WARNING: .. do_patch:
WARNING: .. do_patch: The meta data and branch standard/tiny/common-pc should 
be inspected to ensure the proper
WARNING: .. do_patch: kernel is being built.

Signed-off-by: Tom Zanussi <tom.zanu...@linux.intel.com>
---
 bsp/intel-common/intel-quark-tiny.scc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bsp/intel-common/intel-quark-tiny.scc 
b/bsp/intel-common/intel-quark-tiny.scc
index 12a440c..c507c96 100644
--- a/bsp/intel-common/intel-quark-tiny.scc
+++ b/bsp/intel-common/intel-quark-tiny.scc
@@ -8,6 +8,8 @@ define KARCH i386
 define KTYPE tiny
 
 include ktypes/tiny/tiny.scc
+branch common-pc
+
 include intel-common.scc
 include features/power/intel.scc
 include intel-common-drivers-32.scc
-- 
1.9.3

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to