All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master][PATCH 0/2] Clean up patches for open62541
@ 2026-01-20 15:25 a-christidis
  2026-01-20 15:25 ` [meta-arago][master][PATCH 1/2] open62541: Remove deprecated examples patch a-christidis
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: a-christidis @ 2026-01-20 15:25 UTC (permalink / raw)
  To: denys, reatmon; +Cc: meta-arago

From: Antonios Christidis <a-christidis@ti.com>

Dear all, 

LTS migration related efforts to fix the recipe. 

Kind Regards,
Antonios Christidis

Antonios Christidis (2):
  open62541: Remove deprecated examples patch
  open62541: Add patch for implicit declaration error

 .../open62541/open62541-arago.inc             |  2 +-
 .../0001-examples-Remove-sys-io.h.patch       | 68 -------------------
 ...plicit-declaration-of-pthread_create.patch | 30 ++++++++
 3 files changed, 31 insertions(+), 69 deletions(-)
 delete mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-examples-Remove-sys-io.h.patch
 create mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch

-- 
2.34.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [meta-arago][master][PATCH 1/2] open62541: Remove deprecated examples patch
  2026-01-20 15:25 [meta-arago][master][PATCH 0/2] Clean up patches for open62541 a-christidis
@ 2026-01-20 15:25 ` a-christidis
  2026-01-20 15:25 ` [meta-arago][master][PATCH 2/2] open62541: Add patch for implicit declaration error a-christidis
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: a-christidis @ 2026-01-20 15:25 UTC (permalink / raw)
  To: denys, reatmon; +Cc: meta-arago

From: Antonios Christidis <a-christidis@ti.com>

Remove this patch, as it is for a set of deprecated examples.

Commit deprecating examples: 8cee854beaf97e71bb54604a893a3e597af851d6

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../open62541/open62541-arago.inc             |  1 -
 .../0001-examples-Remove-sys-io.h.patch       | 68 -------------------
 2 files changed, 69 deletions(-)
 delete mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-examples-Remove-sys-io.h.patch

diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc b/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc
index 745c88a1..cd8ceb00 100644
--- a/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc
+++ b/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc
@@ -2,7 +2,6 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/open62541:"
 
 SRC_URI:append = " \
     file://0001-examples-client-allow-configurable-server.patch \
-    file://0001-examples-Remove-sys-io.h.patch \
 "
 
 EXTRA_OECMAKE = "-DUA_BUILD_EXAMPLES=1"
diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-examples-Remove-sys-io.h.patch b/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-examples-Remove-sys-io.h.patch
deleted file mode 100644
index 3119fb3d..00000000
--- a/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-examples-Remove-sys-io.h.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From 123f7274cf6cb65866c910dec16ec1595495d1dc Mon Sep 17 00:00:00 2001
-From: Ryan Eatmon <reatmon@ti.com>
-Date: Thu, 29 Jun 2023 11:14:50 -0500
-Subject: [PATCH] examples: Remove sys/io.h
-
-This header is missing on some architectures, aarch64 being one of them.
-
-Upstream-Status: Pending
-
-Signed-off-by: Ryan Eatmon <reatmon@ti.com>
----
- examples/pubsub_realtime/pubsub_TSN_loopback.c                  | 1 -
- examples/pubsub_realtime/pubsub_TSN_loopback_single_thread.c    | 1 -
- examples/pubsub_realtime/pubsub_TSN_publisher.c                 | 1 -
- examples/pubsub_realtime/pubsub_TSN_publisher_multiple_thread.c | 1 -
- 4 files changed, 4 deletions(-)
-
-diff --git a/examples/pubsub_realtime/pubsub_TSN_loopback.c b/examples/pubsub_realtime/pubsub_TSN_loopback.c
-index 803a3c107..e90015aa3 100644
---- a/examples/pubsub_realtime/pubsub_TSN_loopback.c
-+++ b/examples/pubsub_realtime/pubsub_TSN_loopback.c
-@@ -77,7 +77,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <linux/types.h>
--#include <sys/io.h>
- #include <getopt.h>
- 
- /* For thread operations */
-diff --git a/examples/pubsub_realtime/pubsub_TSN_loopback_single_thread.c b/examples/pubsub_realtime/pubsub_TSN_loopback_single_thread.c
-index 7db37e9d5..ba5f7aff6 100644
---- a/examples/pubsub_realtime/pubsub_TSN_loopback_single_thread.c
-+++ b/examples/pubsub_realtime/pubsub_TSN_loopback_single_thread.c
-@@ -54,7 +54,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <linux/types.h>
--#include <sys/io.h>
- #include <getopt.h>
- 
- /* For thread operations */
-diff --git a/examples/pubsub_realtime/pubsub_TSN_publisher.c b/examples/pubsub_realtime/pubsub_TSN_publisher.c
-index 945ec3d4f..5ff866908 100644
---- a/examples/pubsub_realtime/pubsub_TSN_publisher.c
-+++ b/examples/pubsub_realtime/pubsub_TSN_publisher.c
-@@ -78,7 +78,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <linux/types.h>
--#include <sys/io.h>
- #include <getopt.h>
- 
- /* For thread operations */
-diff --git a/examples/pubsub_realtime/pubsub_TSN_publisher_multiple_thread.c b/examples/pubsub_realtime/pubsub_TSN_publisher_multiple_thread.c
-index 72dcd3997..73967577f 100644
---- a/examples/pubsub_realtime/pubsub_TSN_publisher_multiple_thread.c
-+++ b/examples/pubsub_realtime/pubsub_TSN_publisher_multiple_thread.c
-@@ -57,7 +57,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <linux/types.h>
--#include <sys/io.h>
- #include <getopt.h>
- 
- /* For thread operations */
--- 
-2.17.1
-
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-arago][master][PATCH 2/2] open62541: Add patch for implicit declaration error
  2026-01-20 15:25 [meta-arago][master][PATCH 0/2] Clean up patches for open62541 a-christidis
  2026-01-20 15:25 ` [meta-arago][master][PATCH 1/2] open62541: Remove deprecated examples patch a-christidis
@ 2026-01-20 15:25 ` a-christidis
  2026-01-20 15:42 ` [meta-arago][master][PATCH 0/2] Clean up patches for open62541 Denys Dmytriyenko
  2026-01-20 15:54 ` PRC Automation
  3 siblings, 0 replies; 9+ messages in thread
From: a-christidis @ 2026-01-20 15:25 UTC (permalink / raw)
  To: denys, reatmon; +Cc: meta-arago

From: Antonios Christidis <a-christidis@ti.com>

Add patch for implicit declaration error for pthread_create().

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../open62541/open62541-arago.inc             |  1 +
 ...plicit-declaration-of-pthread_create.patch | 30 +++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch

diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc b/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc
index cd8ceb00..7bbd34b8 100644
--- a/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc
+++ b/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc
@@ -2,6 +2,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/open62541:"
 
 SRC_URI:append = " \
     file://0001-examples-client-allow-configurable-server.patch \
+    file://0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch \
 "
 
 EXTRA_OECMAKE = "-DUA_BUILD_EXAMPLES=1"
diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch b/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch
new file mode 100644
index 00000000..0b1db3e4
--- /dev/null
+++ b/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch
@@ -0,0 +1,30 @@
+From 42ede121eeb884bebc79b8083b93e8ce15b61be6 Mon Sep 17 00:00:00 2001
+From: Antonios Christidis <a-christidis@ti.com>
+Date: Tue, 20 Jan 2026 07:37:55 -0600
+Subject: [PATCH] fix(pubsub): Implicit declaration of pthread_create
+
+Include header file, to fix error of implicit declaration of
+pthread_create.
+
+Upstream-Status: Submitted [https://github.com/open62541/open62541/pull/7655]
+
+Signed-off-by: Antonios Christidis <a-christidis@ti.com>
+---
+ examples/pubsub_realtime/server_pubsub_publisher_rt_level.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c b/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c
+index 0ec133d1f..da4289a81 100644
+--- a/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c
++++ b/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c
+@@ -7,6 +7,7 @@
+ #include <open62541/server_pubsub.h>
+ #include <open62541/types.h>
+
++#include <pthread.h>
+ #include <signal.h>
+
+ #define PUBSUB_CONFIG_PUBLISH_CYCLE_MS 100
+--
+2.34.1
+
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [meta-arago][master][PATCH 0/2] Clean up patches for open62541
  2026-01-20 15:25 [meta-arago][master][PATCH 0/2] Clean up patches for open62541 a-christidis
  2026-01-20 15:25 ` [meta-arago][master][PATCH 1/2] open62541: Remove deprecated examples patch a-christidis
  2026-01-20 15:25 ` [meta-arago][master][PATCH 2/2] open62541: Add patch for implicit declaration error a-christidis
@ 2026-01-20 15:42 ` Denys Dmytriyenko
  2026-01-20 15:56   ` Antonios Christidis
       [not found]   ` <188C7B8D7F1F433F.3496637@lists.yoctoproject.org>
  2026-01-20 15:54 ` PRC Automation
  3 siblings, 2 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2026-01-20 15:42 UTC (permalink / raw)
  To: a-christidis; +Cc: denys, reatmon, meta-arago

On Tue, Jan 20, 2026 at 09:25:17AM -0600, Antonios Christidis via lists.yoctoproject.org wrote:
> From: Antonios Christidis <a-christidis@ti.com>
> 
> Dear all, 
> 
> LTS migration related efforts to fix the recipe. 

I think Ryan already made the same changes last week:
https://git.yoctoproject.org/meta-arago/commit/?h=master-next&id=bf47628886392400787668c9b203334ce00e2e4d


> Kind Regards,
> Antonios Christidis
> 
> Antonios Christidis (2):
>   open62541: Remove deprecated examples patch
>   open62541: Add patch for implicit declaration error
> 
>  .../open62541/open62541-arago.inc             |  2 +-
>  .../0001-examples-Remove-sys-io.h.patch       | 68 -------------------
>  ...plicit-declaration-of-pthread_create.patch | 30 ++++++++
>  3 files changed, 31 insertions(+), 69 deletions(-)
>  delete mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-examples-Remove-sys-io.h.patch
>  create mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch
> 
> -- 
> 2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago][master][PATCH 0/2] Clean up patches for open62541
  2026-01-20 15:25 [meta-arago][master][PATCH 0/2] Clean up patches for open62541 a-christidis
                   ` (2 preceding siblings ...)
  2026-01-20 15:42 ` [meta-arago][master][PATCH 0/2] Clean up patches for open62541 Denys Dmytriyenko
@ 2026-01-20 15:54 ` PRC Automation
  3 siblings, 0 replies; 9+ messages in thread
From: PRC Automation @ 2026-01-20 15:54 UTC (permalink / raw)
  To: Antonios Christidis; +Cc: denys, reatmon, meta-arago

meta-arago / na / 20260120152519.12538-1-a-christidis

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH 0/2] Clean up patches for open62541
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Tue, 20 Jan 2026 09:25:17 -0600
- Num Patches: 2
- Mailing List (public inbox) Commit SHA: 415b092518234942292321b2d01fe7210a2b704b

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: libdrm: Remove upstreamed patch
- Commit SHA: 8c190b1e4f6a53ea641ba9d6150ef873f561c706

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago][master][PATCH 0/2] Clean up patches for open62541
  2026-01-20 15:42 ` [meta-arago][master][PATCH 0/2] Clean up patches for open62541 Denys Dmytriyenko
@ 2026-01-20 15:56   ` Antonios Christidis
  2026-01-20 16:45     ` Denys Dmytriyenko
       [not found]   ` <188C7B8D7F1F433F.3496637@lists.yoctoproject.org>
  1 sibling, 1 reply; 9+ messages in thread
From: Antonios Christidis @ 2026-01-20 15:56 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: denys, reatmon, meta-arago

Yeah just noticed that. This series might be redundant then.

Ryan's patch 
0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch is 
status pending upstream, with no link and I cannot find his PR on the 
github repo.


On 1/20/26 9:42 AM, Denys Dmytriyenko wrote:
> On Tue, Jan 20, 2026 at 09:25:17AM -0600, Antonios Christidis via lists.yoctoproject.org wrote:
>> From: Antonios Christidis <a-christidis@ti.com>
>>
>> Dear all,
>>
>> LTS migration related efforts to fix the recipe.
> I think Ryan already made the same changes last week:
> https://git.yoctoproject.org/meta-arago/commit/?h=master-next&id=bf47628886392400787668c9b203334ce00e2e4d
>
>
>> Kind Regards,
>> Antonios Christidis
>>
>> Antonios Christidis (2):
>>    open62541: Remove deprecated examples patch
>>    open62541: Add patch for implicit declaration error
>>
>>   .../open62541/open62541-arago.inc             |  2 +-
>>   .../0001-examples-Remove-sys-io.h.patch       | 68 -------------------
>>   ...plicit-declaration-of-pthread_create.patch | 30 ++++++++
>>   3 files changed, 31 insertions(+), 69 deletions(-)
>>   delete mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-examples-Remove-sys-io.h.patch
>>   create mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch
>>
>> -- 
>> 2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago][master][PATCH 0/2] Clean up patches for open62541
       [not found]   ` <188C7B8D7F1F433F.3496637@lists.yoctoproject.org>
@ 2026-01-20 16:32     ` Antonios Christidis
  2026-01-20 19:07       ` Ryan Eatmon
  0 siblings, 1 reply; 9+ messages in thread
From: Antonios Christidis @ 2026-01-20 16:32 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: denys, reatmon, meta-arago


On 1/20/26 9:56 AM, Antonios Christidis via lists.yoctoproject.org wrote:
> Yeah just noticed that. This series might be redundant then.
>
> Ryan's patch 
> 0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch is 
> status pending upstream, with no link and I cannot find his PR on the 
> github repo.
>
It might be worth while to use my patch, since I have already created a 
PR on open62541 github.

>
> On 1/20/26 9:42 AM, Denys Dmytriyenko wrote:
>> On Tue, Jan 20, 2026 at 09:25:17AM -0600, Antonios Christidis via 
>> lists.yoctoproject.org wrote:
>>> From: Antonios Christidis <a-christidis@ti.com>
>>>
>>> Dear all,
>>>
>>> LTS migration related efforts to fix the recipe.
>> I think Ryan already made the same changes last week:
>> https://git.yoctoproject.org/meta-arago/commit/?h=master-next&id=bf47628886392400787668c9b203334ce00e2e4d 
>>
>>
>>
>>> Kind Regards,
>>> Antonios Christidis
>>>
>>> Antonios Christidis (2):
>>>    open62541: Remove deprecated examples patch
>>>    open62541: Add patch for implicit declaration error
>>>
>>>   .../open62541/open62541-arago.inc             |  2 +-
>>>   .../0001-examples-Remove-sys-io.h.patch       | 68 
>>> -------------------
>>>   ...plicit-declaration-of-pthread_create.patch | 30 ++++++++
>>>   3 files changed, 31 insertions(+), 69 deletions(-)
>>>   delete mode 100644 
>>> meta-arago-extras/recipes-connectivity/open62541/open62541/0001-examples-Remove-sys-io.h.patch
>>>   create mode 100644 
>>> meta-arago-extras/recipes-connectivity/open62541/open62541/0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch
>>>
>>> -- 
>>> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#16990): 
> https://lists.yoctoproject.org/g/meta-arago/message/16990
> Mute This Topic: https://lists.yoctoproject.org/mt/117364498/9164840
> Group Owner: meta-arago+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
> [a-christidis@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago][master][PATCH 0/2] Clean up patches for open62541
  2026-01-20 15:56   ` Antonios Christidis
@ 2026-01-20 16:45     ` Denys Dmytriyenko
  0 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2026-01-20 16:45 UTC (permalink / raw)
  To: Antonios Christidis; +Cc: denys, reatmon, meta-arago

On Tue, Jan 20, 2026 at 09:56:32AM -0600, Antonios Christidis wrote:
> Yeah just noticed that. This series might be redundant then.
> 
> Ryan's patch
> 0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch is
> status pending upstream, with no link and I cannot find his PR on
> the github repo.

Yeah, it is listed as "pending" for submission.

Since you submitted the same fix upstream already (with slightly different 
commit message, which is fine), it could be as easy as to send a follow up 
patch that simply updates Upstream-Status: tag from Pending to Submitted with 
your PR link.


> On 1/20/26 9:42 AM, Denys Dmytriyenko wrote:
> >On Tue, Jan 20, 2026 at 09:25:17AM -0600, Antonios Christidis via lists.yoctoproject.org wrote:
> >>From: Antonios Christidis <a-christidis@ti.com>
> >>
> >>Dear all,
> >>
> >>LTS migration related efforts to fix the recipe.
> >I think Ryan already made the same changes last week:
> >https://git.yoctoproject.org/meta-arago/commit/?h=master-next&id=bf47628886392400787668c9b203334ce00e2e4d
> >
> >
> >>Kind Regards,
> >>Antonios Christidis
> >>
> >>Antonios Christidis (2):
> >>   open62541: Remove deprecated examples patch
> >>   open62541: Add patch for implicit declaration error
> >>
> >>  .../open62541/open62541-arago.inc             |  2 +-
> >>  .../0001-examples-Remove-sys-io.h.patch       | 68 -------------------
> >>  ...plicit-declaration-of-pthread_create.patch | 30 ++++++++
> >>  3 files changed, 31 insertions(+), 69 deletions(-)
> >>  delete mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-examples-Remove-sys-io.h.patch
> >>  create mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch
> >>
> >>-- 
> >>2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-arago][master][PATCH 0/2] Clean up patches for open62541
  2026-01-20 16:32     ` Antonios Christidis
@ 2026-01-20 19:07       ` Ryan Eatmon
  0 siblings, 0 replies; 9+ messages in thread
From: Ryan Eatmon @ 2026-01-20 19:07 UTC (permalink / raw)
  To: Antonios Christidis, Denys Dmytriyenko; +Cc: denys, meta-arago



On 1/20/2026 10:32 AM, Antonios Christidis wrote:
> 
> On 1/20/26 9:56 AM, Antonios Christidis via lists.yoctoproject.org wrote:
>> Yeah just noticed that. This series might be redundant then.
>>
>> Ryan's patch 
>> 0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch is 
>> status pending upstream, with no link and I cannot find his PR on the 
>> github repo.
>>
> It might be worth while to use my patch, since I have already created a 
> PR on open62541 github.

My patch was already staged in a CICD to promote (which it just did). 
Send a follow on patch to update the Upstream-Status, please.

>>
>> On 1/20/26 9:42 AM, Denys Dmytriyenko wrote:
>>> On Tue, Jan 20, 2026 at 09:25:17AM -0600, Antonios Christidis via 
>>> lists.yoctoproject.org wrote:
>>>> From: Antonios Christidis <a-christidis@ti.com>
>>>>
>>>> Dear all,
>>>>
>>>> LTS migration related efforts to fix the recipe.
>>> I think Ryan already made the same changes last week:
>>> https://git.yoctoproject.org/meta-arago/commit/?h=master-next&id=bf47628886392400787668c9b203334ce00e2e4d
>>>
>>>
>>>> Kind Regards,
>>>> Antonios Christidis
>>>>
>>>> Antonios Christidis (2):
>>>>    open62541: Remove deprecated examples patch
>>>>    open62541: Add patch for implicit declaration error
>>>>
>>>>   .../open62541/open62541-arago.inc             |  2 +-
>>>>   .../0001-examples-Remove-sys-io.h.patch       | 68 
>>>> -------------------
>>>>   ...plicit-declaration-of-pthread_create.patch | 30 ++++++++
>>>>   3 files changed, 31 insertions(+), 69 deletions(-)
>>>>   delete mode 100644 
>>>> meta-arago-extras/recipes-connectivity/open62541/open62541/0001-examples-Remove-sys-io.h.patch
>>>>   create mode 100644 
>>>> meta-arago-extras/recipes-connectivity/open62541/open62541/0001-fix-pubsub-Implicit-declaration-of-pthread_create.patch
>>>>
>>>> -- 
>>>> 2.34.1
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#16990): 
>> https://lists.yoctoproject.org/g/meta-arago/message/16990
>> Mute This Topic: https://lists.yoctoproject.org/mt/117364498/9164840
>> Group Owner: meta-arago+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
>> [a-christidis@ti.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
>>

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-01-20 19:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 15:25 [meta-arago][master][PATCH 0/2] Clean up patches for open62541 a-christidis
2026-01-20 15:25 ` [meta-arago][master][PATCH 1/2] open62541: Remove deprecated examples patch a-christidis
2026-01-20 15:25 ` [meta-arago][master][PATCH 2/2] open62541: Add patch for implicit declaration error a-christidis
2026-01-20 15:42 ` [meta-arago][master][PATCH 0/2] Clean up patches for open62541 Denys Dmytriyenko
2026-01-20 15:56   ` Antonios Christidis
2026-01-20 16:45     ` Denys Dmytriyenko
     [not found]   ` <188C7B8D7F1F433F.3496637@lists.yoctoproject.org>
2026-01-20 16:32     ` Antonios Christidis
2026-01-20 19:07       ` Ryan Eatmon
2026-01-20 15:54 ` PRC Automation

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.