From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FCF9CCF9F5 for ; Tue, 20 Jan 2026 15:42:37 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.9279.1768923749370997575 for ; Tue, 20 Jan 2026 07:42:30 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 7425540CB4; Tue, 20 Jan 2026 15:42:28 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CJ9F_CrBku9F; Tue, 20 Jan 2026 15:42:28 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 2F69240A3D; Tue, 20 Jan 2026 15:42:25 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 65DEB177B91; Tue, 20 Jan 2026 10:42:24 -0500 (EST) Date: Tue, 20 Jan 2026 10:42:24 -0500 From: Denys Dmytriyenko To: a-christidis@ti.com Cc: denys@konsulko.com, reatmon@ti.com, meta-arago@lists.yoctoproject.org Subject: Re: [meta-arago][master][PATCH 0/2] Clean up patches for open62541 Message-ID: <20260120154224.GV11121@denix.org> References: <20260120152519.12538-1-a-christidis@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260120152519.12538-1-a-christidis@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 20 Jan 2026 15:42:37 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16988 On Tue, Jan 20, 2026 at 09:25:17AM -0600, Antonios Christidis via lists.yoctoproject.org wrote: > From: Antonios Christidis > > 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