[yocto] [meta-cgl][PATCH] kernel: fix the recipe that changes signatures

Li Zhou li.zhou at windriver.com
Thu Aug 22 02:54:09 PDT 2019


When test using "yocto-check-layer-wrapper .../meta-cgl
--dependency xxx", error occurs:
FAIL: test_signatures (common.CommonCheckLayer)
   linux-yocto:do_fetch: 84ac07191eb371845b8773179913d4f1 -> c36d7d453aca36c5e8dd30644a2e9963
...
      basehash changed from 3a89fab4c77b51a9ef3ece5eb1270759 to 1e9697c5c2a85520ea36ec5845125f8e
      Variable SRC_URI value changed:...

test_signatures are tests to be sure that BSP and DISTRO layers do not
come with recipes that change signatures, so here remove the NULL
SRC_URI operation.

Signed-off-by: Li Zhou <li.zhou at windriver.com>
---
 meta-cgl-common/recipes-kernel/linux/linux-yocto_4.%.bbappend | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-cgl-common/recipes-kernel/linux/linux-yocto_4.%.bbappend b/meta-cgl-common/recipes-kernel/linux/linux-yocto_4.%.bbappend
index 9d1735f..2b9c157 100644
--- a/meta-cgl-common/recipes-kernel/linux/linux-yocto_4.%.bbappend
+++ b/meta-cgl-common/recipes-kernel/linux/linux-yocto_4.%.bbappend
@@ -1,3 +1 @@
 require cgl-common.inc
-
-SRC_URI += ""
-- 
1.9.1



More information about the yocto mailing list