All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cgl][PATCH] kernel: fix the recipe that changes signatures
@ 2019-08-22  9:23 Li Zhou
  2019-08-22  9:33 ` Yi Zhao
  0 siblings, 1 reply; 3+ messages in thread
From: Li Zhou @ 2019-08-22  9:23 UTC (permalink / raw)
  To: openembedded-devel

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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-cgl][PATCH] kernel: fix the recipe that changes signatures
  2019-08-22  9:23 [meta-cgl][PATCH] kernel: fix the recipe that changes signatures Li Zhou
@ 2019-08-22  9:33 ` Yi Zhao
  0 siblings, 0 replies; 3+ messages in thread
From: Yi Zhao @ 2019-08-22  9:33 UTC (permalink / raw)
  To: Li Zhou, openembedded-devel

Wrong mailing list. Please send it to yocto@yoctoproject.org


//Yi


On 8/22/19 5:23 PM, Li Zhou wrote:
> 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@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 += ""


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-cgl][PATCH] kernel: fix the recipe that changes signatures
@ 2019-08-22  9:54 Li Zhou
  0 siblings, 0 replies; 3+ messages in thread
From: Li Zhou @ 2019-08-22  9:54 UTC (permalink / raw)
  To: yocto

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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-22  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22  9:23 [meta-cgl][PATCH] kernel: fix the recipe that changes signatures Li Zhou
2019-08-22  9:33 ` Yi Zhao
2019-08-22  9:54 Li Zhou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.