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

Yi Zhao yi.zhao at windriver.com
Thu Aug 22 09:33:03 UTC 2019


Wrong mailing list. Please send it to yocto at 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 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 += ""


More information about the Openembedded-devel mailing list