Re: [PATCH rtems_waf] rtems: Add support to get arch bsp list in conf

2021-02-24 Thread Vijay Kumar Banerjee
On Wed, Feb 24, 2021 at 2:38 PM Chris Johns wrote: > > On 25/2/21 5:01 am, Vijay Kumar Banerjee wrote: > > This patch is a quick workaround to build the legacy net BSP drivers > > in the rtems-net-legacy repo. > > Looks good. OK to push. > Thanks. Pushed! > Thanks _

Re: [PATCH rtems_waf] rtems: Add support to get arch bsp list in conf

2021-02-24 Thread Chris Johns
On 25/2/21 5:01 am, Vijay Kumar Banerjee wrote: > This patch is a quick workaround to build the legacy net BSP drivers > in the rtems-net-legacy repo. Looks good. OK to push. Thanks ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/l

Re: [PATCH rtems_waf] rtems: Add support to get arch bsp list in conf

2021-02-24 Thread Vijay Kumar Banerjee
Hi, This patch is a quick workaround to build the legacy net BSP drivers in the rtems-net-legacy repo. Thanks, Vijay On Wed, Feb 24, 2021 at 10:56 AM Vijay Kumar Banerjee wrote: > > --- > rtems.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rtems.py b/rtems.py > index 7ee3653..55e

[PATCH rtems_waf] rtems: Add support to get arch bsp list in conf

2021-02-24 Thread Vijay Kumar Banerjee
--- rtems.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rtems.py b/rtems.py index 7ee3653..55ed02b 100644 --- a/rtems.py +++ b/rtems.py @@ -195,6 +195,7 @@ def configure(conf, bsp_configure = None): tools = {} env = conf.env.derive() +conf.env.RTEMS_ARCH_BSP_LIST = arch_bs