Re: [PATCH 1/3] rsb: Store patches in separate directories

2021-07-26 Thread Chris Johns
On 27/7/21 3:39 pm, Sebastian Huber wrote: > On 27/07/2021 05:30, Alex White wrote: >> This prevents patches with the same name from conflicting and causing >> the build to fail. > > Why can't the patches have a unique file name? Yeap and if specific to Xilinx and their repos it should be

Re: [PATCH 1/3] rsb: Store patches in separate directories

2021-07-26 Thread Sebastian Huber
On 27/07/2021 05:30, Alex White wrote: This prevents patches with the same name from conflicting and causing the build to fail. Why can't the patches have a unique file name? -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email:

Re: ttcp only on 6-freebsd-12 and not on master of libbsd

2021-07-26 Thread Chris Johns
Hi Thanks for all this and digging into the 6-freebsd-12 and master branches. I think it is clear from what has been stated and what I have experienced we need to look at how we contributing to libbsd. I am struggling with a few things that are creating issues for me. I am making large changes

Re: [PATCH 1/3] rsb: Store patches in separate directories

2021-07-26 Thread Chris Johns
Hi Ryan, Why is this needed? Does this change effect all builds and does a user end up with copies of the same patches? Have you built a full release with this change? It will be required for me to consider accepting any part of these patches. Chris On 27/7/21 1:30 pm, Alex White wrote: >

[PATCH 2/3] rsb: Add MicroBlaze tools

2021-07-26 Thread Alex White
--- rtems/config/6/rtems-microblaze.bset | 23 ++- .../tools/rtems-binutils-xilinx-2.36.cfg | 52 ++ .../tools/rtems-gcc-xilinx-10-newlib-head.cfg | 68 +++ rtems/config/tools/rtems-gdb-xilinx-10.cfg| 25 +++ 4 files changed, 167

[PATCH 3/3] rsb: Add Xilinx QEMU

2021-07-26 Thread Alex White
--- bare/config/devel/qemu-xilinx-1.cfg | 28 bare/config/devel/qemu-xilinx.bset | 24 2 files changed, 52 insertions(+) create mode 100644 bare/config/devel/qemu-xilinx-1.cfg create mode 100644 bare/config/devel/qemu-xilinx.bset diff

[PATCH 0/3] Add MicroBlaze tools to RSB

2021-07-26 Thread Alex White
Hi, This patch set adds the MicroBlaze tools to rtems-source-builder. A change to the patch directory structure was required to allow patches with the same name but different file hashes. The patches are now segregated by build name rather than all being stored in the same directory. Thanks,

[PATCH 1/3] rsb: Store patches in separate directories

2021-07-26 Thread Alex White
This prevents patches with the same name from conflicting and causing the build to fail. --- source-builder/defaults.mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-builder/defaults.mc b/source-builder/defaults.mc index 98775e8..d24d969 100644 ---

Re: [PATCH] closes #3889

2021-07-26 Thread Gedare Bloom
On Sat, Jul 24, 2021 at 6:10 PM zack leung wrote: > > > - remaining = 0; > > + result->tv_nsec=0; > > + result->tv_sec=0; > This isn't correct. result is an uninitialized pointer. > > So then how do I set the timespec's value to 0? I have changed the timespec > variables i have