Re: [PATCH] aarch64: Add tests that are failing intermittently

2021-08-20 Thread Chris Johns
On 21/8/21 2:38 am, Kinsey Moore wrote: > On 8/19/2021 18:03, Chris Johns wrote: >> On 20/8/21 4:55 am, Kinsey Moore wrote: >>> On 8/19/2021 13:32, Gedare Bloom wrote: On Thu, Aug 19, 2021 at 11:43 AM Kinsey Moore wrote: > I've seen these failures on my local system, in our CI, and

Re: [PATCH] gdb: prefere python3 if it is installed

2021-08-20 Thread Chris Johns
On 21/8/21 4:08 am, o...@c-mauderer.de wrote: > Started to test both (MSYS2 and Cygwin) and I start to suspect that our manual > needs some minor updates. I'm taking notes ... Oh awesome, I am sooo grateful. Thanks Chris ___ devel mailing list

Re: [PATCH] gdb: prefere python3 if it is installed

2021-08-20 Thread oss
On 20/08/2021 18:24, Gedare Bloom wrote: On Fri, Aug 20, 2021 at 2:02 AM Chris Johns wrote: On 20/8/21 5:42 pm, Christian MAUDERER wrote: Am 20.08.21 um 09:02 schrieb Chris Johns: On 20/8/21 4:48 pm, Christian MAUDERER wrote: Hello, Am 20.08.21 um 03:49 schrieb Chris Johns: On 20/8/21

Re: [PATCH] aarch64: Add tests that are failing intermittently

2021-08-20 Thread Kinsey Moore
On 8/19/2021 18:03, Chris Johns wrote: On 20/8/21 4:55 am, Kinsey Moore wrote: On 8/19/2021 13:32, Gedare Bloom wrote: On Thu, Aug 19, 2021 at 11:43 AM Kinsey Moore wrote: I've seen these failures on my local system, in our CI, and on a build server that I sometimes use for

Re: [PATCH 5/5] score: Delete unused rtems_ada_self

2021-08-20 Thread Gedare Bloom
these 5 look fine to me On Mon, Aug 16, 2021 at 5:15 AM Sebastian Huber wrote: > > --- > cpukit/include/rtems/score/threadimpl.h | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/cpukit/include/rtems/score/threadimpl.h > b/cpukit/include/rtems/score/threadimpl.h > index

Re: [PATCH] eng: Document use of BSP family for defaults

2021-08-20 Thread Gedare Bloom
ok On Wed, Aug 18, 2021 at 3:29 AM Sebastian Huber wrote: > > Update #4468. > --- > eng/build-system.rst | 4 ++-- > eng/req/items.rst| 8 ++-- > 2 files changed, 8 insertions(+), 4 deletions(-) > > diff --git a/eng/build-system.rst b/eng/build-system.rst > index e76b606..030679d 100644

Re: [PATCH] gdb: prefere python3 if it is installed

2021-08-20 Thread Gedare Bloom
On Fri, Aug 20, 2021 at 2:02 AM Chris Johns wrote: > > On 20/8/21 5:42 pm, Christian MAUDERER wrote: > > Am 20.08.21 um 09:02 schrieb Chris Johns: > >> On 20/8/21 4:48 pm, Christian MAUDERER wrote: > >>> Hello, > >>> > >>> Am 20.08.21 um 03:49 schrieb Chris Johns: > On 20/8/21 3:16 am, Joel

Re: [PATCH v4 0/2] Add MicroBlaze tools to RSB

2021-08-20 Thread Joel Sherrill
On Thu, Aug 19, 2021 at 11:51 PM Chris Johns wrote: > > Hi Alex, > > These patches are OK to push. > > One minor point, the script sha512-base64 in the RSB creates a base64 > encoded > hash and that makes them smaller. I prefer we move to this more and more. I did that on my patches. Be happy

Re: Using libbsd dhcpcd options

2021-08-20 Thread Peter Dufault
This stored as "/etc/dhcpcd.conf" might not be completely correct but it works. In the call-back hook you'll get a "new_root_path=" entry with what is set on the DHCP host. Thanks! static const char* dhcpcd_conf_text = \ "debug\n" "clientid\n" "nodhcp6\n"

Re: Using libbsd dhcpcd options

2021-08-20 Thread Peter Dufault
> On Aug 19, 2021, at 20:02 , Chris Johns wrote: > > On 20/8/21 1:45 am, junkes wrote: >> Hallo Peter, >> I do not know if this is best practice but I run the following code: >> >> static void >> default_network_dhcpcd(void) >> { >> static const char default_cfg[] = "clientid test

Re: [PATCH] gdb: prefere python3 if it is installed

2021-08-20 Thread Chris Johns
On 20/8/21 5:42 pm, Christian MAUDERER wrote: > Am 20.08.21 um 09:02 schrieb Chris Johns: >> On 20/8/21 4:48 pm, Christian MAUDERER wrote: >>> Hello, >>> >>> Am 20.08.21 um 03:49 schrieb Chris Johns: On 20/8/21 3:16 am, Joel Sherrill wrote: > On Thu, Aug 19, 2021 at 11:51 AM Gedare Bloom

Re: [PATCH] gdb: prefere python3 if it is installed

2021-08-20 Thread Christian MAUDERER
Am 20.08.21 um 09:02 schrieb Chris Johns: On 20/8/21 4:48 pm, Christian MAUDERER wrote: Hello, Am 20.08.21 um 03:49 schrieb Chris Johns: On 20/8/21 3:16 am, Joel Sherrill wrote: On Thu, Aug 19, 2021 at 11:51 AM Gedare Bloom wrote: I have no problem with this. I think it is sensible to

Re: [PATCH] gdb: prefere python3 if it is installed

2021-08-20 Thread Chris Johns
On 20/8/21 4:48 pm, Christian MAUDERER wrote: > Hello, > > Am 20.08.21 um 03:49 schrieb Chris Johns: >> On 20/8/21 3:16 am, Joel Sherrill wrote: >>> On Thu, Aug 19, 2021 at 11:51 AM Gedare Bloom wrote: I have no problem with this. I think it is sensible to look for python3 before

Re: [PATCH] gdb: prefere python3 if it is installed

2021-08-20 Thread Christian MAUDERER
Hello, Am 20.08.21 um 03:49 schrieb Chris Johns: On 20/8/21 3:16 am, Joel Sherrill wrote: On Thu, Aug 19, 2021 at 11:51 AM Gedare Bloom wrote: I have no problem with this. I think it is sensible to look for python3 before python2. At some point we'll have to stop looking for python2 :)