Re: [PATCH 4/4] sb/pkg-config: Add --cflags-only-I and --cflags-only-other option

2023-04-22 Thread Chris Johns
On 23/4/2023 6:12 am, Joel Sherrill wrote: > Do these  options need some help/explanation? https://manpages.ubuntu.com/manpages/bionic/man1/pkg-config.1.html Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[rtems-net-legacy PATCH 3/4] net: Update sysctl to use the latest libbsd linker set

2023-04-22 Thread chrisj
From: Chris Johns - Update linker_set.h to the latest from libbsd so the linker scripts work. - Add a sysctl command to check on sysctls - Add set defines to the networking stack --- netsources.py|1 + rtems/rtems_bsdnet.h |1 + rtems/rtems_glue.c |

[rtems-net-legacy PATCH 4/4] net: Update socketpair to the lwip code

2023-04-22 Thread chrisj
From: Chris Johns --- rtems/rtems_socketpair.c | 133 ++- 1 file changed, 105 insertions(+), 28 deletions(-) diff --git a/rtems/rtems_socketpair.c b/rtems/rtems_socketpair.c index 1dcaf6e..5b8bac3 100644 --- a/rtems/rtems_socketpair.c +++

[rtems-net-legacy PATCH 1/4] tests/resolv: Fix test configuration

2023-04-22 Thread chrisj
From: Chris Johns --- config.inc | 1 + netlegacy.py | 3 ++- testsuites/include/network-config.h.in | 6 ++ testsuites/resolve/init.c | 3 --- testsuites/support/net-legacy-config.c | 6 ++ 5 files changed, 15

[rtems-net-legacy PATCH 2/4] waf: Build libs before tests

2023-04-22 Thread chrisj
From: Chris Johns The built libs are in lib and use when linking to get a working order. Make sure they are built before building an tests. --- netlegacy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netlegacy.py b/netlegacy.py index bf816f4..8533f4c 100644 --- a/netlegacy.py +++

Re: Minor RBS fixes

2023-04-22 Thread Joel Sherrill
Other than my comment about making sure any new options are properly documented, I am ok with this series. On Sat, Apr 22, 2023 at 12:23 AM wrote: > Hi > > These patches fix a few minor issues in the RSB. > > Chris > > ___ > devel mailing list >

Re: [PATCH 4/4] sb/pkg-config: Add --cflags-only-I and --cflags-only-other option

2023-04-22 Thread Joel Sherrill
Do these options need some help/explanation? --joel On Sat, Apr 22, 2023 at 12:23 AM wrote: > From: Chris Johns > > --- > source-builder/pkg-config | 36 > 1 file changed, 36 insertions(+) > > diff --git a/source-builder/pkg-config