<div dir="auto">I'm not that familiar with this logic but your change looks right to me.<div dir="auto"><br></div><div dir="auto">Please.change the title from type to typo. It looks like a typo in your commitmto fix a typo. Lol</div><div dir="auto"><br></div><div dir="auto">I'm ok with you pushing this.</div><div dir="auto"><br></div><div dir="auto">--joel</div><div dir="auto"><br></div><br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Sat, Jul 22, 2023, 10:04 AM Karel Gardas <karel@functional.vision> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Fixes #4930.<br>
---<br>
rtems_bsd.py | 4 ++--<br>
1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/rtems_bsd.py b/rtems_bsd.py<br>
index 7fbe66f..8faae10 100644<br>
--- a/rtems_bsd.py<br>
+++ b/rtems_bsd.py<br>
@@ -71,8 +71,8 @@ def bsp_configure(conf, arch_bsp, mandatory=True):<br>
'configure RTEMS with --disable-networking')<br>
rtems_libbsd_path = conf.options.rtems_libbsd<br>
if rtems_libbsd_path is None:<br>
- if conf.options.rtems is None:<br>
- rtems_libbsd_path = conf.options.rtems<br>
+ if conf.options.rtems_path is not None:<br>
+ rtems_libbsd_path = conf.options.rtems_path<br>
else:<br>
rtems_libbsd_path = conf.env.PREFIX<br>
<br>
-- <br>
2.25.1<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank" rel="noreferrer">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div></div>