[meta-freescale] [Documentation][PATCH 1/3] scripts: metadata2doc.py: exit 1 when the same board is found in multiple SoCs

Daiane Angolini daiane.list at gmail.com
Fri Apr 24 06:06:44 PDT 2015


On Thu, Apr 23, 2015 at 10:33 AM, Mario Domenech Goulart
<mario at ossystems.com.br> wrote:
> Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
> ---

Thanks Mario,

Patcheset merged on: master, dizzy, fido


Daiane
>  scripts/bitbake-metadata2doc.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/bitbake-metadata2doc.py b/scripts/bitbake-metadata2doc.py
> index 7d3a1fa..5e6fd96 100644
> --- a/scripts/bitbake-metadata2doc.py
> +++ b/scripts/bitbake-metadata2doc.py
> @@ -222,7 +222,7 @@ def write_soc_pkg(data, out_dir):
>              else:
>                  boards_socs[board] = soc
>      if board_in_multiple_socs:
> -        sys.exit()
> +        sys.exit(1)
>
>      ## Use the most frequent package versions among boards of the same
>      ## SoC, in case of different versions for the same package
> --
> 1.7.10.4
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list