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 labelle
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: sebastian.hu...@embedded-brain
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 an
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:
> This
---
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 insertions(+),
---
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 --git
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,
Al
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
--- a/source-builder/def
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 de