Re: [PATCH rtems-lwip] lwip.py: Allow lwIP to build against stale install

2022-09-11 Thread Chris Johns
On 11/9/22 11:30 pm, Kinsey Moore wrote: > On 9/10/2022 20:22, Chris Johns wrote: >> On 10/9/2022 12:07 pm, Kinsey Moore wrote: >>> This removes the default BSP include path from environment variables so >>> that rtems-lwip can build even when there's a stale version with >>> outdated headers insta

Re: [PATCH rtems-lwip] lwip.py: Allow lwIP to build against stale install

2022-09-11 Thread Kinsey Moore
On 9/10/2022 20:22, Chris Johns wrote: On 10/9/2022 12:07 pm, Kinsey Moore wrote: This removes the default BSP include path from environment variables so that rtems-lwip can build even when there's a stale version with outdated headers installed in the BSP. I am not following what this does an

Re: [PATCH rtems-lwip] lwip.py: Allow lwIP to build against stale install

2022-09-10 Thread Chris Johns
On 10/9/2022 12:07 pm, Kinsey Moore wrote: This removes the default BSP include path from environment variables so that rtems-lwip can build even when there's a stale version with outdated headers installed in the BSP. I am not following what this does and what problem you are attempting to so

[PATCH rtems-lwip] lwip.py: Allow lwIP to build against stale install

2022-09-09 Thread Kinsey Moore
This removes the default BSP include path from environment variables so that rtems-lwip can build even when there's a stale version with outdated headers installed in the BSP. --- lwip.py | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/lwip.py b/lwip.py