[PATCH] build: Add "family/" prefix to BSP familiy enable

Chris Johns chrisj at rtems.org
Thu Jul 22 00:39:48 UTC 2021


On 22/7/21 5:22 am, Sebastian Huber wrote:
> BSP family and BSP variant names may be equal.  This prefix avoids
> ambiguity in the enabled-by expressions.
> ---
>  wscript | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/wscript b/wscript
> index f27dba6831..b7a0412150 100755
> --- a/wscript
> +++ b/wscript
> @@ -1394,7 +1394,7 @@ def configure_variant(conf, cp, bsp_map, path_list, top_group, variant):
>      conf.env["ENABLE"] = [
>          get_compiler(conf, cp, variant),
>          arch,
> -        arch_family,
> +        "family/" + arch_family,

           "bsps/" + arch_family,

... as discussed in the other thread? If you are happy with the change as shown
please push.

Chris


More information about the devel mailing list