On 7/2/2023 9:31 pm, Christian MAUDERER wrote:
> On 2023-02-07 07:03, Chris Johns wrote:
>> On 30/1/2023 10:12 pm, Christian MAUDERER wrote:
>>> Hello,
>>>
>>> recently the following tickets were added (beneath a few more related ones):
>>>
>>> https://devel.rtems.org/ticket/4790 - Setup Gitlab ins
This adds a section on adding ObjectsItems.
---
eng/build-system.rst | 29 +
1 file changed, 29 insertions(+)
diff --git a/eng/build-system.rst b/eng/build-system.rst
index 6974aa8..9ccd582 100644
--- a/eng/build-system.rst
+++ b/eng/build-system.rst
@@ -489,3 +489,32
Add a comment warning against duplicate ObjectsItem inclusions and why
that can cause problems.
---
spec/spec/build-objects.yml | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/spec/spec/build-objects.yml b/spec/spec/build-objects.yml
index 0453619d..695ab69f 100644
--- a/sp
On 07.02.23 16:52, Kinsey Moore wrote:
This adds a section on adding ObjectsItems and some details to the
definition regarding multiple inclusions.
---
eng/build-system.rst | 28
eng/req/items.rst| 8 ++--
2 files changed, 34 insertions(+), 2 deletions(-)
This adds a section on adding ObjectsItems and some details to the
definition regarding multiple inclusions.
---
eng/build-system.rst | 28
eng/req/items.rst| 8 ++--
2 files changed, 34 insertions(+), 2 deletions(-)
diff --git a/eng/build-system.rst b/eng/bu
Hello Prakhar,
that looks suspiciously like a HTML mail (or rather a mixed mode mail).
How did you send that patch? Usually it's best to use git send-email to
send patches to the list so that no mail client messes up formatting
which helps with applying patches again.
Best regards
Christian
On 2023-02-07 07:03, Chris Johns wrote:
On 30/1/2023 10:12 pm, Christian MAUDERER wrote:
Hello,
recently the following tickets were added (beneath a few more related ones):
https://devel.rtems.org/ticket/4790 - Setup Gitlab instance
https://devel.rtems.org/ticket/4791 - Update BuildBot
It's g
Hello Chris,
On 2023-02-07 05:42, Chris Johns wrote:
On 6/2/2023 7:07 pm, Christian MAUDERER wrote:
Hello Chris,
thanks for your feedback on the patch.
No problem :)
On 2023-02-06 05:16, Chris Johns wrote:
On 3/2/2023 6:31 pm, Christian Mauderer wrote:
This patch tries to make the most i
From: Prakhar
Date: Tue, 7 Feb 2023 13:43:09 +0530
Subject: [PATCH 4/4] updated hello.c
---
hello.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hello.c b/hello.c
index 72d1dd4..a3c40ae 100644
--- a/hello.c
+++ b/hello.c
@@ -9,6 +9,6 @@ rtems_task Init(
rtems_task_argum