Steve,

This needs to be applied to dunfell, kirkstone, mickledore and
nanbield (none of those are performing the correct check now).

On Sat, Oct 21, 2023 at 2:18 AM Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:

> Currently, the tests for meta-poky and meta-yocto-bsp were malfunctioning.
> We need to a) set a distro other than poky and b) avoid the isolation
> wrapper
> since it will use the default environment and reset to the poky distro and
> default bblayers.conf which will disable the layer test.
>
> With those two fixes, the layer checks work correctly.
>
> Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>
> ---
>  config.json | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/config.json b/config.json
> index 27e56c5..55fde54 100644
> --- a/config.json
> +++ b/config.json
> @@ -1150,11 +1150,12 @@
>          },
>          "check-layer" : {
>              "NEEDREPOS" : ["poky", "meta-mingw"],
> +            "DISTRO" : "nodistro",
>              "step1" : {
> -                "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-poky"]
> +                "EXTRACMDS" : ["bitbake-layers remove-layer ../meta-poky;
> yocto-check-layer ../meta-poky"]
>              },
>              "step2" : {
> -                "EXTRACMDS" : ["yocto-check-layer-wrapper
> ../meta-yocto-bsp"]
> +                "EXTRACMDS" : ["bitbake-layers remove-layer
> ../meta-yocto-bsp; yocto-check-layer ../meta-yocto-bsp"]
>              },
>              "step3" : {
>                  "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-mingw"]
> --
> 2.39.2
>
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61511): https://lists.yoctoproject.org/g/yocto/message/61511
Mute This Topic: https://lists.yoctoproject.org/mt/102097822/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to