diff mbox series

[meta-arago,master] open62541: Remove backported patch

Message ID 20260209154655.1263211-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] open62541: Remove backported patch | expand

Commit Message

Ryan Eatmon Feb. 9, 2026, 3:46 p.m. UTC
A recent version bump [1] in meta-openembedded has moved to a version
that already contains this backported patch.

[1] https://git.openembedded.org/meta-openembedded/commit/?id=97ef9cc3b8834567ab6c1a2f0812d96f2d56154d

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../open62541/open62541-arago.inc             |  1 -
 ...blisher_rt_level-Add-missing-pthread.patch | 38 -------------------
 2 files changed, 39 deletions(-)
 delete mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch

Comments

PRC Automation Feb. 9, 2026, 4:02 p.m. UTC | #1
meta-arago / na / 20260209154655.1263211-1-reatmon

PRC Results: FAIL

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



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH] open62541: Remove backported patch
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
-From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Mon, 9 Feb 2026 09:46:55 -0600
-Date: Fri, 16 Jan 2026 16:40:07 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 3b61f7b3bb399f74d805f46c97ac94def5e36f1e

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master-ltsprep.202602021018
- Commit SHA: 9dcf888bbe0d83aa2353c65832c67cbedce028c0

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



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



=========================================================
  yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: Multiconfig dependency mc::vruntime-x86-64:vpdmn-initramfs-create:do_deploy depends on nonexistent multiconfig configuration named configuration vruntime-x86-64
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc b/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc
index f92e1e90..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-server_pubsub_publisher_rt_level-Add-missing-pthread.patch \
 "
 
 EXTRA_OECMAKE = "-DUA_BUILD_EXAMPLES=1"
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
deleted file mode 100644
index 9d56cb12..00000000
--- a/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch
+++ /dev/null
@@ -1,38 +0,0 @@ 
-From 7af0f9a29ec011530a2b8c4b60e719e76ce0cdf0 Mon Sep 17 00:00:00 2001
-From: Ryan Eatmon <reatmon@ti.com>
-Date: Fri, 16 Jan 2026 16:40:07 -0600
-Subject: [PATCH] server_pubsub_publisher_rt_level: Add missing pthread.h
-
-Fix for errors:
-
-open62541-1.4.14/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c:78:5: error: implicit declaration of function 'pthread_create' [-Wimplicit-function-declaration]
-   78 |     pthread_create(&pubSubELThread, NULL, runPubSubEL, NULL);
-      |     ^~~~~~~~~~~~~~
-open62541-1.4.14/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c:78:5: warning: nested extern declaration of 'pthread_create' [-Wnested-externs]
-open62541-1.4.14/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c:173:5: error: implicit declaration of function 'pthread_join'; did you mean 'pthread_kill'? [-Wimplicit-function-declaration]
-  173 |     pthread_join(pubSubELThread, NULL);
-      |     ^~~~~~~~~~~~
-      |     pthread_kill
-
-Upstream-Status: Backport [3a02b5c59d267a8286c4fb72d4308adc8e0f3e4c]
-
-Signed-off-by: Ryan Eatmon <reatmon@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..caa440596 100644
---- a/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c
-+++ b/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c
-@@ -8,6 +8,7 @@
- #include <open62541/types.h>
- 
- #include <signal.h>
-+#include <pthread.h>
- 
- #define PUBSUB_CONFIG_PUBLISH_CYCLE_MS 100
- #define PUBSUB_CONFIG_FIELD_COUNT 10
--- 
-2.43.0
-