All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master][PATCH] open62541: Update upstream-status of pthread patch
@ 2026-01-21 12:49 a-christidis
  2026-01-21 13:17 ` PRC Automation
  0 siblings, 1 reply; 5+ messages in thread
From: a-christidis @ 2026-01-21 12:49 UTC (permalink / raw)
  To: denys, reatmon; +Cc: meta-arago

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

Update the upstream-status from pending to backport, since patch got
merged upstream.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 ...1-server_pubsub_publisher_rt_level-Add-missing-pthread.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch b/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch
index 8519fd5c..9d56cb12 100644
--- a/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch
+++ b/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch
@@ -14,7 +14,7 @@ open62541-1.4.14/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c:173
       |     ^~~~~~~~~~~~
       |     pthread_kill
 
-Upstream-Status: Pending
+Upstream-Status: Backport [3a02b5c59d267a8286c4fb72d4308adc8e0f3e4c]
 
 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
 ---
-- 
2.34.1



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

* Re: [meta-arago][master][PATCH] open62541: Update upstream-status of pthread patch
  2026-01-21 12:49 a-christidis
@ 2026-01-21 13:17 ` PRC Automation
  0 siblings, 0 replies; 5+ messages in thread
From: PRC Automation @ 2026-01-21 13:17 UTC (permalink / raw)
  To: Antonios Christidis; +Cc: denys, reatmon, meta-arago

meta-arago / na / 20260121124951.49144-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] open62541: Update upstream-status of pthread patch
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Wed, 21 Jan 2026 06:49:51 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 65e282bdd55860b9aea2a1eb45474af3e502266e

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: open62541: Upodate for v1.4
- Commit SHA: bf47628886392400787668c9b203334ce00e2e4d

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



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



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





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

* [meta-arago][master][PATCH] open62541: Update upstream-status of pthread patch
@ 2026-05-17  3:47 Thorsten Lannynd
  2026-05-17  4:07 ` PRC Automation
  2026-05-17 12:47 ` Denys Dmytriyenko
  0 siblings, 2 replies; 5+ messages in thread
From: Thorsten Lannynd @ 2026-05-17  3:47 UTC (permalink / raw)
  To: meta-arago, reatmon; +Cc: detheridge, b-brnich, a-christidis

Update Upstream-Status from Submitted to Backport because it
got merged upstream.

Signed-off-by: Thorsten Lannynd <t-lannynd@ti.com>
---
 ...2-examples-pubsub-fix-missing-pthread.h-include-in-RT-.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541/0002-examples-pubsub-fix-missing-pthread.h-include-in-RT-.patch b/meta-arago-extras/recipes-connectivity/open62541/open62541/0002-examples-pubsub-fix-missing-pthread.h-include-in-RT-.patch
index 57e6ee8d..66610546 100644
--- a/meta-arago-extras/recipes-connectivity/open62541/open62541/0002-examples-pubsub-fix-missing-pthread.h-include-in-RT-.patch
+++ b/meta-arago-extras/recipes-connectivity/open62541/open62541/0002-examples-pubsub-fix-missing-pthread.h-include-in-RT-.patch
@@ -7,7 +7,7 @@ Subject: [PATCH] examples: pubsub: fix missing pthread.h include in RT
 Include header file, to fix error of implicit declaration of
 pthread_create.
 
-Upstream-Status: Submitted [https://github.com/open62541/open62541/pull/8044]
+Upstream-Status: Backport [12f122e16a6a76dbff0022f64a615a5ba459e71e]
 
 Signed-off-by: Thorsten Lannynd <t-lannynd@ti.com>
 ---
-- 
2.34.1



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

* Re: [meta-arago][master][PATCH] open62541: Update upstream-status of pthread patch
  2026-05-17  3:47 [meta-arago][master][PATCH] open62541: Update upstream-status of pthread patch Thorsten Lannynd
@ 2026-05-17  4:07 ` PRC Automation
  2026-05-17 12:47 ` Denys Dmytriyenko
  1 sibling, 0 replies; 5+ messages in thread
From: PRC Automation @ 2026-05-17  4:07 UTC (permalink / raw)
  To: Thorsten Lannynd; +Cc: meta-arago, reatmon, detheridge, b-brnich, a-christidis

meta-arago / na / 20260517034702.1309037-1-t-lannynd

PRC Results: PASS

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



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH] open62541: Update upstream-status of pthread patch
- Submitter: From: Thorsten Lannynd <t-lannynd@ti.com>
- Date: Date: Sat, 16 May 2026 22:47:02 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: fc83972630c96c43a8fd0d2c2ec91a23b2dc4a25

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: Thorsten Lannynd <t-lannynd@ti.com>
- Commit Subject: open62541: Update for v1.5.4
- Commit SHA: 494ee5ba207496a4b355aeb84b014ee326e9f5b4

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



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



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





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

* Re: [meta-arago][master][PATCH] open62541: Update upstream-status of pthread patch
  2026-05-17  3:47 [meta-arago][master][PATCH] open62541: Update upstream-status of pthread patch Thorsten Lannynd
  2026-05-17  4:07 ` PRC Automation
@ 2026-05-17 12:47 ` Denys Dmytriyenko
  1 sibling, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2026-05-17 12:47 UTC (permalink / raw)
  To: t-lannynd; +Cc: meta-arago, reatmon, detheridge, b-brnich, a-christidis

On Sat, May 16, 2026 at 10:47:02PM -0500, Thorsten Lannynd via lists.yoctoproject.org wrote:
> Update Upstream-Status from Submitted to Backport because it
> got merged upstream.

I guess next step for you would be to upstream these 2 now backported patches 
to meta-openembedded and get rid of this bbappend in meta-arago? :)

You'd need to use the openembedded-devel mailing list to send patches to:
https://lists.openembedded.org/g/openembedded-devel


> Signed-off-by: Thorsten Lannynd <t-lannynd@ti.com>
> ---
>  ...2-examples-pubsub-fix-missing-pthread.h-include-in-RT-.patch | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541/0002-examples-pubsub-fix-missing-pthread.h-include-in-RT-.patch b/meta-arago-extras/recipes-connectivity/open62541/open62541/0002-examples-pubsub-fix-missing-pthread.h-include-in-RT-.patch
> index 57e6ee8d..66610546 100644
> --- a/meta-arago-extras/recipes-connectivity/open62541/open62541/0002-examples-pubsub-fix-missing-pthread.h-include-in-RT-.patch
> +++ b/meta-arago-extras/recipes-connectivity/open62541/open62541/0002-examples-pubsub-fix-missing-pthread.h-include-in-RT-.patch
> @@ -7,7 +7,7 @@ Subject: [PATCH] examples: pubsub: fix missing pthread.h include in RT
>  Include header file, to fix error of implicit declaration of
>  pthread_create.
>  
> -Upstream-Status: Submitted [https://github.com/open62541/open62541/pull/8044]
> +Upstream-Status: Backport [12f122e16a6a76dbff0022f64a615a5ba459e71e]
>  
>  Signed-off-by: Thorsten Lannynd <t-lannynd@ti.com>
>  ---
> -- 
> 2.34.1


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

end of thread, other threads:[~2026-05-17 12:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-17  3:47 [meta-arago][master][PATCH] open62541: Update upstream-status of pthread patch Thorsten Lannynd
2026-05-17  4:07 ` PRC Automation
2026-05-17 12:47 ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2026-01-21 12:49 a-christidis
2026-01-21 13:17 ` 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.