summaryrefslogtreecommitdiffstats
path: root/rtems.py
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-23 13:02:43 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-02-23 13:02:43 -0700
commit1a118bbcd52138dbdc3236e64bc23fd430a064b1 (patch)
tree4824213e951601689e6d0a711592188d408ab437 /rtems.py
parentrtems: Add function to test waf uninstall (diff)
downloadrtems_waf-1a118bbcd52138dbdc3236e64bc23fd430a064b1.tar.bz2
rtems: Add support to get arch bsp list in conf
Diffstat (limited to 'rtems.py')
-rw-r--r--rtems.py1
1 files changed, 1 insertions, 0 deletions
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_bsps
for ab in arch_bsps:
conf.setenv(ab, env)