From patchwork Thu Mar 13 19:05:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58970 X-Patchwork-Delegate: reatmon@ti.com 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 EB94DC282DE for ; Thu, 13 Mar 2025 19:05:22 +0000 (UTC) Received: from lelvem-ot02.ext.ti.com (lelvem-ot02.ext.ti.com [198.47.23.235]) by mx.groups.io with SMTP id smtpd.web11.23083.1741892718508712532 for ; Thu, 13 Mar 2025 12:05:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=qMuxEoQQ; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5HYv1947890 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892717; bh=fcNvUgFPxBh3V4CDhFj2y3GPF+K8Vt+RlOwEdG02Zf8=; h=From:To:Subject:Date:In-Reply-To:References; b=qMuxEoQQ6ZYdWEd2Vf/kV9AJq2uI80ho2/wDQa2u9dnOXNaLM7i+HJHIUsvmKeDBq f19pz98vSYbVdogXx3xWcbHFqH2KPQ+Mw7U6DzdEkxTAOr51LFfPjtLz49rbWkXJ4B Xu9LwsdND+d+OKVWww8K3MTvRBmmgHO1KoqnDBL4= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5GsN055941 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:17 -0500 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:16 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:17 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5G3V026750; Thu, 13 Mar 2025 14:05:16 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnro-0005sD-J5; Thu, 13 Mar 2025 14:05:16 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 01/14] libnetconf2: Wrap libpam dependency Date: Thu, 13 Mar 2025 14:05:03 -0500 Message-ID: <20250313190516.22522-2-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:22 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16034 Check the DISTRO_FEATURES to make sure that pam is turned on before depending on libpam. The libpam recipe is gated behind this check and this recipe will fail if you do not have pam enabled. Signed-off-by: Ryan Eatmon --- .../recipes-sysrepo/libnetconf2/libnetconf2_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb b/meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb index 196b36fe..c62d3faa 100644 --- a/meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb +++ b/meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb @@ -11,7 +11,9 @@ SRCREV = "91cd6d75722c65de5c005d908f6d645b48cee89b" S = "${WORKDIR}/git" -DEPENDS = "libssh openssl libyang libxcrypt libpam" +DEPENDS = "libssh openssl libyang libxcrypt \ + ${@bb.utils.contains('DISTRO_FEATURES','pam','libpam','',d)} \ +" FILES:${PN} += "${datadir}/yang/modules/libnetconf2/*" From patchwork Thu Mar 13 19:05:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58969 X-Patchwork-Delegate: reatmon@ti.com 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 EA2F2C35FF1 for ; Thu, 13 Mar 2025 19:05:22 +0000 (UTC) Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) by mx.groups.io with SMTP id smtpd.web11.23082.1741892718314909441 for ; Thu, 13 Mar 2025 12:05:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=JuL94EFL; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5Hx71464893 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892717; bh=xTCEBVMN5I7Gh9RDI2UCvUw0uUUifVNWHT1Jfv3bgcw=; h=From:To:Subject:Date:In-Reply-To:References; b=JuL94EFLMV+W0ncsTCRqPT/tdH2hGMa2iB7XjZchwCHe28kMm3tBcQiM7aGfMpR0s MFfsqRwxyNI2EgisT47m329+9MPv8zVp8iG6noWpV9YspBckdrFUOR+pc+CumQyRxm raoLp/okTeJBZxzXD9Op6kgWO85nNz5HzZ5ATf0U= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5Ht2055945 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:17 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:16 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:16 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5GNd026753; Thu, 13 Mar 2025 14:05:16 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnro-0005sJ-N1; Thu, 13 Mar 2025 14:05:16 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 02/14] libyang: Remove recipe in favor of newer upstream version Date: Thu, 13 Mar 2025 14:05:04 -0500 Message-ID: <20250313190516.22522-3-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:22 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16033 meta-openembedded has a newer version, so we no longer need to carry this in meta-arago-extras. Signed-off-by: Ryan Eatmon --- .../recipes-sysrepo/libyang/libyang_git.bb | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-arago-extras/recipes-sysrepo/libyang/libyang_git.bb diff --git a/meta-arago-extras/recipes-sysrepo/libyang/libyang_git.bb b/meta-arago-extras/recipes-sysrepo/libyang/libyang_git.bb deleted file mode 100644 index ef5fed40..00000000 --- a/meta-arago-extras/recipes-sysrepo/libyang/libyang_git.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "YANG data modelling language parser and toolkit" -DESCRIPTION = "libyang is YANG data modelling language parser and toolkit written (and providing API) in C. The library is used e.g. in libnetconf2, Netopeer2 or sysrepo projects." -SECTION = "libs" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f3916d7d8d42a6508d0ea418cfff10ad" - -SRC_URI = "git://github.com/CESNET/libyang.git;protocol=https;branch=devel" - -PV = "2.1.77+git" -SRCREV = "a804113c9bbac3e36c53221be469c1ca5af5b435" - -S = "${WORKDIR}/git" - -DEPENDS = "libpcre2" - -FILES:${PN} += "${datadir}/yang/modules/libyang/*" - -inherit cmake pkgconfig - -# Specify any options you want to pass to cmake using EXTRA_OECMAKE: -EXTRA_OECMAKE = " -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE:String=Release " - -BBCLASSEXTEND = "native nativesdk" From patchwork Thu Mar 13 19:05:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58977 X-Patchwork-Delegate: reatmon@ti.com 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 58B5BC36000 for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from fllvem-ot03.ext.ti.com (fllvem-ot03.ext.ti.com [198.47.19.245]) by mx.groups.io with SMTP id smtpd.web10.23276.1741892718874394781 for ; Thu, 13 Mar 2025 12:05:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=TQ88Sp49; spf=pass (domain: ti.com, ip: 198.47.19.245, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5HAX1432095 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892717; bh=yHx9QYROjFoa0rd/95BEZSCJCXJv6K+8Sv4RNqMKgnk=; h=From:To:Subject:Date:In-Reply-To:References; b=TQ88Sp49au52NOaCivJkZFa7XnqGCU1HEROCW4zL52vtOzZDNpjC/m0OVJ/bVvaQ5 i5z3vo7I0DB4prYmbSkI7ER4VHUukZeX1E2JhOERclDXJL7OFg3uoeJdcimPwP2IDy YsJ09rfTzMk2iVlh8/oCnMPI725/GFyIFMPld5Aw= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5H03008932 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:17 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:16 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:16 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5GCC090106; Thu, 13 Mar 2025 14:05:16 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnro-0005sP-RD; Thu, 13 Mar 2025 14:05:16 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 03/14] libyang: Add BBCLASSEXTEND for native Date: Thu, 13 Mar 2025 14:05:05 -0500 Message-ID: <20250313190516.22522-4-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16038 We need to add BBCLASSEXTEND for native so that we can build sysrepo-native for the netopeer2-server install. Signed-off-by: Ryan Eatmon --- v2: This was accidently squashed with the next patch, restore them back single commits. meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend diff --git a/meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend b/meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend new file mode 100644 index 00000000..608377e3 --- /dev/null +++ b/meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend @@ -0,0 +1 @@ +BBCLASSEXTEND = "native nativesdk" From patchwork Thu Mar 13 19:05:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58979 X-Patchwork-Delegate: reatmon@ti.com 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 4DCD0C35FFF for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web10.23275.1741892718787430235 for ; Thu, 13 Mar 2025 12:05:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=zRMOOO+x; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5Hba1919490 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892717; bh=YtefumQ7ILaMFW0h+GToeZ9gecNzh1w+OLI6HT+fmkI=; h=From:To:Subject:Date:In-Reply-To:References; b=zRMOOO+xHqRVqhLGdrkdCpOSBAghRiD39P8f/MjJn/XDxS9WTO38a0d0GlLhzETRC +O4+AHi62935Zp0EO03NbqDRcB4QdmKOdRCEzfOL80gn1Sdw4+8n8zr8e8jzXAEn/V k6VgGEgz0cFvLYTYJcezRM+/IlxTKar6XtEOFNbE= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5HDF008935 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:17 -0500 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:17 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:17 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5HRa090109; Thu, 13 Mar 2025 14:05:17 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnro-0005sV-V7; Thu, 13 Mar 2025 14:05:16 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 04/14] libnetconf2: Update to version 3.5.5 Date: Thu, 13 Mar 2025 14:05:06 -0500 Message-ID: <20250313190516.22522-5-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16037 With the update to libyang we need to move to a newer version of libnetconf2. Signed-off-by: Ryan Eatmon --- v2: This was accidently squashed with the previous patch, restore them back single commits. .../recipes-sysrepo/libnetconf2/libnetconf2_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb b/meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb index c62d3faa..6b3f73ca 100644 --- a/meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb +++ b/meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb @@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=08a5578c9bab06fb2ae84284630b973f" SRC_URI = "git://github.com/CESNET/libnetconf2.git;protocol=https;branch=devel" -PV = "2.1.34+git" -SRCREV = "91cd6d75722c65de5c005d908f6d645b48cee89b" +PV = "3.5.5+git" +SRCREV = "4c7858c9c41f1ac04d2b15c032291e335fc0f5f5" S = "${WORKDIR}/git" -DEPENDS = "libssh openssl libyang libxcrypt \ +DEPENDS = "libssh openssl libyang libxcrypt mbedtls curl \ ${@bb.utils.contains('DISTRO_FEATURES','pam','libpam','',d)} \ " From patchwork Thu Mar 13 19:05:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58976 X-Patchwork-Delegate: reatmon@ti.com 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 3476CC35FF9 for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from fllvem-ot03.ext.ti.com (fllvem-ot03.ext.ti.com [198.47.19.245]) by mx.groups.io with SMTP id smtpd.web11.23087.1741892719172486613 for ; Thu, 13 Mar 2025 12:05:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=TpwR1enr; spf=pass (domain: ti.com, ip: 198.47.19.245, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5Hnd1432099 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892717; bh=YgcvaIG35v3oHMQnOL9rRM6/WBsClaOHqdLH9pdX/FM=; h=From:To:Subject:Date:In-Reply-To:References; b=TpwR1enrzFldOBlX9If4yKhTTro518r7vF5+SkJsknPNvoq85QpJHGgil/PN2vz/b xd8oTfzWOFKzCPO3ZRZ9ez39yNhyyNJWyFMSYfvx/RQTfqk7eqPu1ROBWbpv0U/MOu Q/ZgVDgJzVYzSuKFCBi8eAhEySdc6tbZcdnsJJeQ= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5Hpc055948 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:17 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:17 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:17 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5HcT026761; Thu, 13 Mar 2025 14:05:17 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnrp-0005sb-2w; Thu, 13 Mar 2025 14:05:17 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 05/14] sysrepo: Update to version 3.3.10 Date: Thu, 13 Mar 2025 14:05:07 -0500 Message-ID: <20250313190516.22522-6-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16045 With the update to libyang we need to move to a newer version of sysrepo. Signed-off-by: Ryan Eatmon --- ...-Hardcode-correct-path-to-tar-binary.patch | 4 ++-- .../recipes-sysrepo/sysrepo/sysrepo_git.bb | 23 +++++++++++-------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo/0001-Hardcode-correct-path-to-tar-binary.patch b/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo/0001-Hardcode-correct-path-to-tar-binary.patch index c8768482..c8d22412 100644 --- a/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo/0001-Hardcode-correct-path-to-tar-binary.patch +++ b/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo/0001-Hardcode-correct-path-to-tar-binary.patch @@ -17,8 +17,8 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt index 22c95420..2ba1f44e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -402,10 +402,7 @@ check_symbol_exists(mkstemps "stdlib.h" SR_HAVE_MKSTEMPS) - unset(CMAKE_REQUIRED_DEFINITIONS) +@@ -558,10 +558,7 @@ target_link_libraries(sysrepo ${CMAKE_THREAD_LIBS_INIT}) + set(CMAKE_REQUIRED_LIBRARIES pthread) # tar -find_program(TAR_BINARY "tar") diff --git a/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo_git.bb b/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo_git.bb index b893e281..0877a65f 100644 --- a/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo_git.bb +++ b/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo_git.bb @@ -4,21 +4,21 @@ DESCRIPTION = "" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=ef345f161efb68c3836e6f5648b2312f" -SRC_URI = "git://github.com/sysrepo/sysrepo.git;protocol=https;branch=devel \ +SRC_URI = "git://github.com/sysrepo/sysrepo.git;protocol=https;branch=master \ file://0001-Hardcode-correct-path-to-tar-binary.patch \ ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', \ 'file://sysrepo','', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ 'file://sysrepod.service','', d)}" -PV = "2.2.71+git" -SRCREV = "b828f0ab4693c613cc66efd053a146e05854d5c8" +PV = "3.3.10+git" +SRCREV = "ef93a1253cc97f13671759f6e7790cbf729a5ae9" S = "${WORKDIR}/git" DEPENDS = "libyang protobuf protobuf-c protobuf-c-native libredblack libev libnetconf2" -FILES:${PN} += "${datadir}/yang/* ${libdir}/sysrepo-plugind/*" +FILES:${PN} += "${datadir}/yang/* ${libdir}/sysrepo-plugind/* ${bindir}/*" inherit cmake pkgconfig python3native python3-dir inherit ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} @@ -27,20 +27,18 @@ inherit ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} # Specify any options you want to pass to cmake using EXTRA_OECMAKE: EXTRA_OECMAKE = " -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE:String=Release -DBUILD_EXAMPLES:String=False -DENABLE_TESTS:String=False -DREPOSITORY_LOC:PATH=/etc/sysrepo -DCALL_TARGET_BINS_DIRECTLY=False -DGEN_LANGUAGE_BINDINGS:String=False " -BBCLASSEXTEND = "native nativesdk" - SYSTEMD_PACKAGES = "${PN}" SYSTEMD_SERVICE:${PN} = "sysrepod.service" SYSTEMD_AUTO_ENABLE:${PN} = "disable" RDEPENDS:${PN} += "tar" -do_install:append () { +do_install:append:class-target () { install -d ${D}${sysconfdir}/sysrepo/data/notifications install -d ${D}${sysconfdir}/sysrepo/yang - install -o root -g root ${S}/modules/ietf-netconf-notifications.yang ${D}${sysconfdir}/sysrepo/yang/ietf-netconf-notifications@2012-02-06.yang - install -o root -g root ${S}/modules/ietf-netconf-with-defaults.yang ${D}${sysconfdir}/sysrepo/yang/ietf-netconf-with-defaults@2011-06-01.yang - install -o root -g root ${S}/modules/ietf-netconf.yang ${D}${sysconfdir}/sysrepo/yang/ietf-netconf@2011-06-01.yang + install -o root -g root ${S}/modules/ietf-netconf-notifications@2012-02-06.yang ${D}${sysconfdir}/sysrepo/yang/ietf-netconf-notifications@2012-02-06.yang + install -o root -g root ${S}/modules/ietf-netconf-with-defaults@2011-06-01.yang ${D}${sysconfdir}/sysrepo/yang/ietf-netconf-with-defaults@2011-06-01.yang + install -o root -g root ${S}/modules/ietf-netconf@2013-09-29.yang ${D}${sysconfdir}/sysrepo/yang/ietf-netconf@2013-09-29.yang install -d ${D}${sysconfdir}/init.d if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then install -m 0775 ${UNPACKDIR}/sysrepo ${D}${sysconfdir}/init.d/ @@ -52,3 +50,8 @@ do_install:append () { install -m 0644 ${UNPACKDIR}/sysrepod.service ${D}${systemd_system_unitdir} fi } + +BBCLASSEXTEND = "native" + +SYSROOT_DIRS:append = " ${bindir}" + From patchwork Thu Mar 13 19:05:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58982 X-Patchwork-Delegate: reatmon@ti.com 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 64CC0C36001 for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from fllvem-ot03.ext.ti.com (fllvem-ot03.ext.ti.com [198.47.19.245]) by mx.groups.io with SMTP id smtpd.web10.23277.1741892719111573459 for ; Thu, 13 Mar 2025 12:05:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=vBNVMbvG; spf=pass (domain: ti.com, ip: 198.47.19.245, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5HMC1432103 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892717; bh=bMFzNr6V4N7ljPD/MsQUZe6DrbDK6zWf0ki9TTjy4lE=; h=From:To:Subject:Date:In-Reply-To:References; b=vBNVMbvGUV1duM6TUE74SLFWd5OfxQXvRDKNm6ba23f0vtmgZ6XYJ8vJyh857zkHb pdxGBbCSp4Ewh3mrz01lKplbWTHXoWfGZzgJhhXEkfZyAuHYTbafTBe1cJIW7vab69 iPz41IgA6TzNsnOGqUtOH4cUszBFe+loZlw+1Y5Q= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5H6Y055951 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:17 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:17 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:17 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5HJ6090113; Thu, 13 Mar 2025 14:05:17 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnrp-0005sh-6z; Thu, 13 Mar 2025 14:05:17 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 06/14] netopeer2-server: Update to version 2.2.35 Date: Thu, 13 Mar 2025 14:05:08 -0500 Message-ID: <20250313190516.22522-7-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16040 With the update to a newer libyang, we need to move to a newer version of netopeer2-server. Signed-off-by: Ryan Eatmon --- .../netopeer2-server/0001-Add-EST-Yang-Models.patch | 10 +++++----- .../netopeer2-server/netopeer2-server_git.bb | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/0001-Add-EST-Yang-Models.patch b/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/0001-Add-EST-Yang-Models.patch index 983f594b..d0b24d8b 100644 --- a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/0001-Add-EST-Yang-Models.patch +++ b/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/0001-Add-EST-Yang-Models.patch @@ -3,9 +3,9 @@ Upstream-Status: Inappropriate [arago specific] diff --git a/scripts/setup.sh b/scripts/setup.sh index 7bba711..4a98e66 100755 ---- a/scripts/setup.sh -+++ b/scripts/setup.sh -@@ -41,6 +41,12 @@ MODULES=( +--- a/scripts/common.sh ++++ b/scripts/common.sh +@@ -12,6 +12,12 @@ NP2_MODULES=( "ietf-network-instance@2019-01-21.yang" "ietf-subscribed-notifications@2019-09-09.yang -e encode-xml -e replay -e subtree -e xpath" "ietf-yang-push@2019-09-09.yang -e on-change" @@ -16,5 +16,5 @@ index 7bba711..4a98e66 100755 +"ieee802-dot1q-sched@2022-08-18.yang" +"ieee802-dot1q-sched-bridge@2022-08-18.yang" ) - - CMD_INSTALL= + + LN2_MODULES=( diff --git a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bb b/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bb index 7905aa00..89a05b2b 100644 --- a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bb +++ b/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bb @@ -3,19 +3,19 @@ DESCRIPTION = "Netopeer2 is based on the new generation of the NETCONF and YANG LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=41daedff0b24958b2eba4f9086d782e1" -SRC_URI = "git://github.com/CESNET/Netopeer2.git;protocol=https;branch=devel \ +SRC_URI = "git://github.com/CESNET/Netopeer2.git;protocol=https;branch=master \ ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', \ 'file://netopeer2-server', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ 'file://netopeer2-serverd.service', '', d)} \ " -PV = "2.1.59+git" -SRCREV = "b81788d9a81770313a0eb7f88d4224726b3d6e15" +PV = "2.2.35+git" +SRCREV = "6d1cb61ef3ce2274a91dc9cbc51318bcd0b54697" S = "${WORKDIR}/git" -DEPENDS = "libyang libnetconf2 sysrepo curl" +DEPENDS = "libyang libnetconf2 sysrepo systemd" RDEPENDS:${PN} += "bash curl" FILES:${PN} += "${datadir}/yang* ${datadir}/netopeer2/* ${libdir}/sysrepo-plugind/*" From patchwork Thu Mar 13 19:05:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58978 X-Patchwork-Delegate: reatmon@ti.com 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 4010DC35FFC for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) by mx.groups.io with SMTP id smtpd.web11.23085.1741892718682037165 for ; Thu, 13 Mar 2025 12:05:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=opt4z+db; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5HXX1464897 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892717; bh=BAV4XMlYtAdKe1Gi2/dpYhSav+YdJ/lrO1fsvz6zLPU=; h=From:To:Subject:Date:In-Reply-To:References; b=opt4z+dbh6n7qJvcCYhJFG3lgFMnAaVbU9EfDq8FY440O+L8VQgY3BqDAMrTskQmH MsmknZc+/4oqmrgJVAiIQstfv0f6eGUD2h5rt/zUoHSLhs/NnA5/h3EMl1HuYsF3q8 t4M/7mesTN15tA6NecVnVnagCJ0qwEN/G+PMcffY= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5HOh008941 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:17 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:17 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:17 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5He9090116; Thu, 13 Mar 2025 14:05:17 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnrp-0005sn-BK; Thu, 13 Mar 2025 14:05:17 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 07/14] sysrepo: move and clean up Date: Thu, 13 Mar 2025 14:05:09 -0500 Message-ID: <20250313190516.22522-8-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16036 From: Denys Dmytriyenko * Move into recipes-extended * Shorten SUMMARY and don't empty DESCRIPTION * Don't hardode /usr and /etc when passing to CMake * No need to change SYSROOT_DIRS Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- ...-Hardcode-correct-path-to-tar-binary.patch | 0 .../sysrepo/sysrepo/sysrepo | 0 .../sysrepo/sysrepo/sysrepod.service | 0 .../sysrepo/sysrepo_git.bb | 31 ++++++++++--------- 4 files changed, 16 insertions(+), 15 deletions(-) rename meta-arago-extras/{recipes-sysrepo => recipes-extended}/sysrepo/sysrepo/0001-Hardcode-correct-path-to-tar-binary.patch (100%) rename meta-arago-extras/{recipes-sysrepo => recipes-extended}/sysrepo/sysrepo/sysrepo (100%) rename meta-arago-extras/{recipes-sysrepo => recipes-extended}/sysrepo/sysrepo/sysrepod.service (100%) rename meta-arago-extras/{recipes-sysrepo => recipes-extended}/sysrepo/sysrepo_git.bb (68%) diff --git a/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo/0001-Hardcode-correct-path-to-tar-binary.patch b/meta-arago-extras/recipes-extended/sysrepo/sysrepo/0001-Hardcode-correct-path-to-tar-binary.patch similarity index 100% rename from meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo/0001-Hardcode-correct-path-to-tar-binary.patch rename to meta-arago-extras/recipes-extended/sysrepo/sysrepo/0001-Hardcode-correct-path-to-tar-binary.patch diff --git a/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo/sysrepo b/meta-arago-extras/recipes-extended/sysrepo/sysrepo/sysrepo similarity index 100% rename from meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo/sysrepo rename to meta-arago-extras/recipes-extended/sysrepo/sysrepo/sysrepo diff --git a/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo/sysrepod.service b/meta-arago-extras/recipes-extended/sysrepo/sysrepo/sysrepod.service similarity index 100% rename from meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo/sysrepod.service rename to meta-arago-extras/recipes-extended/sysrepo/sysrepo/sysrepod.service diff --git a/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo_git.bb b/meta-arago-extras/recipes-extended/sysrepo/sysrepo_git.bb similarity index 68% rename from meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo_git.bb rename to meta-arago-extras/recipes-extended/sysrepo/sysrepo_git.bb index 0877a65f..2dbfa55f 100644 --- a/meta-arago-extras/recipes-sysrepo/sysrepo/sysrepo_git.bb +++ b/meta-arago-extras/recipes-extended/sysrepo/sysrepo_git.bb @@ -1,15 +1,13 @@ -# Recipe created by recipetool -SUMMARY = "YANG-based configuration and operational state data store for Unix/Linux applications." -DESCRIPTION = "" +SUMMARY = "YANG-based configuration and operational state data store" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=ef345f161efb68c3836e6f5648b2312f" -SRC_URI = "git://github.com/sysrepo/sysrepo.git;protocol=https;branch=master \ - file://0001-Hardcode-correct-path-to-tar-binary.patch \ - ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', \ - 'file://sysrepo','', d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ - 'file://sysrepod.service','', d)}" +SRC_URI = " \ + git://github.com/sysrepo/sysrepo.git;protocol=https;branch=master \ + file://0001-Hardcode-correct-path-to-tar-binary.patch \ + ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'file://sysrepo','', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'file://sysrepod.service','', d)} \ +" PV = "3.3.10+git" SRCREV = "ef93a1253cc97f13671759f6e7790cbf729a5ae9" @@ -23,9 +21,15 @@ FILES:${PN} += "${datadir}/yang/* ${libdir}/sysrepo-plugind/* ${bindir}/*" inherit cmake pkgconfig python3native python3-dir inherit ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} - -# Specify any options you want to pass to cmake using EXTRA_OECMAKE: -EXTRA_OECMAKE = " -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE:String=Release -DBUILD_EXAMPLES:String=False -DENABLE_TESTS:String=False -DREPOSITORY_LOC:PATH=/etc/sysrepo -DCALL_TARGET_BINS_DIRECTLY=False -DGEN_LANGUAGE_BINDINGS:String=False " +EXTRA_OECMAKE = " \ + -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \ + -DCMAKE_BUILD_TYPE:String=Release \ + -DBUILD_EXAMPLES:String=False \ + -DENABLE_TESTS:String=False \ + -DREPOSITORY_LOC:PATH=${sysconfdir}/sysrepo \ + -DCALL_TARGET_BINS_DIRECTLY=False \ + -DGEN_LANGUAGE_BINDINGS:String=False \ +" SYSTEMD_PACKAGES = "${PN}" SYSTEMD_SERVICE:${PN} = "sysrepod.service" @@ -52,6 +56,3 @@ do_install:append:class-target () { } BBCLASSEXTEND = "native" - -SYSROOT_DIRS:append = " ${bindir}" - From patchwork Thu Mar 13 19:05:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58973 X-Patchwork-Delegate: reatmon@ti.com 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 1CCC8C35FF7 for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from fllvem-ot03.ext.ti.com (fllvem-ot03.ext.ti.com [198.47.19.245]) by mx.groups.io with SMTP id smtpd.web10.23279.1741892719284866357 for ; Thu, 13 Mar 2025 12:05:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=t4llBQGO; spf=pass (domain: ti.com, ip: 198.47.19.245, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5H4l1432107 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892718; bh=ya/CROSd5vmEuZUKCPxnOaJuD6R/i+OSQmNZA2lp2xA=; h=From:To:Subject:Date:In-Reply-To:References; b=t4llBQGOZOk8nhPMk4vCzJgsFKvpfzlLNk6QddQhl5Pa4w4QaTWoec/P0qmvn/ogl DrB8dFczvJZEzamvSGTIfFXh7X3ztOEeb6C0oGlJRPkIke/3I2hZmtqpgKq0+eVSsZ t02CDxtzt2wnN8H5PsyapbT1TiO9efFM5fHIhwWY= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5Hqt008944 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:17 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:17 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:17 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5HLP026771; Thu, 13 Mar 2025 14:05:17 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnrp-0005su-FR; Thu, 13 Mar 2025 14:05:17 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 08/14] sysrepo-plugins-common: move and clean up Date: Thu, 13 Mar 2025 14:05:10 -0500 Message-ID: <20250313190516.22522-9-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16043 From: Denys Dmytriyenko * Move into recipes-extended * Shorten SUMMARY and don't empty DESCRIPTION * Move patch into correct dir, don't alter FILESEXTRAPATHS * Update patch to remove fuzz * Set PV to a numeric value * Don't hardcode /usr when passing to CMake * No need for empty do_install:append Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- .../0001-so-version.patch | 23 ++++++++++++++++ .../sysrepo/sysrepo-plugins-common_git.bb | 17 ++++++++++++ .../0001-so-version.patch | 15 ----------- .../sysrepo-plugins-common_git.bb | 26 ------------------- 4 files changed, 40 insertions(+), 41 deletions(-) create mode 100644 meta-arago-extras/recipes-extended/sysrepo/sysrepo-plugins-common/0001-so-version.patch create mode 100644 meta-arago-extras/recipes-extended/sysrepo/sysrepo-plugins-common_git.bb delete mode 100644 meta-arago-extras/recipes-sysrepo/sysrepo-plugins-common/0001-so-version.patch delete mode 100644 meta-arago-extras/recipes-sysrepo/sysrepo-plugins-common/sysrepo-plugins-common_git.bb diff --git a/meta-arago-extras/recipes-extended/sysrepo/sysrepo-plugins-common/0001-so-version.patch b/meta-arago-extras/recipes-extended/sysrepo/sysrepo-plugins-common/0001-so-version.patch new file mode 100644 index 00000000..fbae80c0 --- /dev/null +++ b/meta-arago-extras/recipes-extended/sysrepo/sysrepo-plugins-common/0001-so-version.patch @@ -0,0 +1,23 @@ +From 3e2db769c1579010cb83d90f4a63ed256ddda4b8 Mon Sep 17 00:00:00 2001 +From: Ravi Gunasekaran +Date: Tue, 27 Jun 2023 17:20:59 +0000 +Subject: [PATCH] so version + +Upstream-Status: Inappropriate [arago specific] + +--- + CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index dc4e5d4..5b04b51 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -37,6 +37,7 @@ include_directories(${LIBYANG_INCLUDE_DIRS}) + include_directories(${SYSREPO_INCLUDE_DIRS}) + + add_library(${PROJECT_NAME} SHARED ${SRPC_SOURCES}) ++set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0 SOVERSION 1) + + # project version + set_target_properties(${PROJECT_NAME} diff --git a/meta-arago-extras/recipes-extended/sysrepo/sysrepo-plugins-common_git.bb b/meta-arago-extras/recipes-extended/sysrepo/sysrepo-plugins-common_git.bb new file mode 100644 index 00000000..f398a3e2 --- /dev/null +++ b/meta-arago-extras/recipes-extended/sysrepo/sysrepo-plugins-common_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "Common utilities/functionalities for sysrepo plugins" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f91d5dfaae99cc1943a8eca222cafa5c" + +SRC_URI = "gitsm://github.com/telekom/sysrepo-plugins-common.git;protocol=https;branch=devel" +SRC_URI += "file://0001-so-version.patch" + +PV = "0.1+git" +SRCREV = "20885de0d3bb95a05610fdb3a0f83d8f7c370fad" + +S = "${WORKDIR}/git" + +DEPENDS = "libyang sysrepo" + +inherit cmake pkgconfig + +EXTRA_OECMAKE = "-DCMAKE_INSTALL_PREFIX:PATH=${prefix}" diff --git a/meta-arago-extras/recipes-sysrepo/sysrepo-plugins-common/0001-so-version.patch b/meta-arago-extras/recipes-sysrepo/sysrepo-plugins-common/0001-so-version.patch deleted file mode 100644 index 5e2fc3a5..00000000 --- a/meta-arago-extras/recipes-sysrepo/sysrepo-plugins-common/0001-so-version.patch +++ /dev/null @@ -1,15 +0,0 @@ - -Upstream-Status: Inappropriate [arago specific] - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index fd64b80..910510d 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -23,6 +23,7 @@ include_directories(${LIBYANG_INCLUDE_DIRS}) - include_directories(${SYSREPO_INCLUDE_DIRS}) - - add_library(${PROJECT_NAME} SHARED ${SRPC_SOURCES}) -+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0 SOVERSION 1) - - install( - TARGETS ${PROJECT_NAME} diff --git a/meta-arago-extras/recipes-sysrepo/sysrepo-plugins-common/sysrepo-plugins-common_git.bb b/meta-arago-extras/recipes-sysrepo/sysrepo-plugins-common/sysrepo-plugins-common_git.bb deleted file mode 100644 index 23d42fcc..00000000 --- a/meta-arago-extras/recipes-sysrepo/sysrepo-plugins-common/sysrepo-plugins-common_git.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Set of utilities/functionalities which can be used for easier build of sysrepo plugins." -DESCRIPTION = "" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f91d5dfaae99cc1943a8eca222cafa5c" - -SRC_URI = "gitsm://github.com/telekom/sysrepo-plugins-common.git;protocol=https;branch=devel " -SRC_URI += " file://0001-so-version.patch " -FILESEXTRAPATHS:prepend := "${THISDIR}:" - -PV = "dev+git" -SRCREV = "20885de0d3bb95a05610fdb3a0f83d8f7c370fad" - -S = "${WORKDIR}/git" - -DEPENDS = "libyang sysrepo" - -FILES:${PN} += "" - -inherit cmake pkgconfig - -# Specify any options you want to pass to cmake using EXTRA_OECMAKE: -EXTRA_OECMAKE = " -DCMAKE_INSTALL_PREFIX:PATH=/usr " - -do_install:append () { - true -} From patchwork Thu Mar 13 19:05:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58971 X-Patchwork-Delegate: reatmon@ti.com 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 14306C35FF3 for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from fllvem-ot03.ext.ti.com (fllvem-ot03.ext.ti.com [198.47.19.245]) by mx.groups.io with SMTP id smtpd.web10.23280.1741892719315497134 for ; Thu, 13 Mar 2025 12:05:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=NuNLZT2L; spf=pass (domain: ti.com, ip: 198.47.19.245, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5Ih81432111 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892718; bh=eCU0tRIxaVk618NSHZThCm5ZQv3sjCUdgwKxVFUp85s=; h=From:To:Subject:Date:In-Reply-To:References; b=NuNLZT2LErrkAvajrqwUjbAnhNy9QZzl4k3v+jmh0wRxusQZEzyaLaZ58ulCBWWER lrM4DIQNqpdW0cJLwtN0+87zQZb/YNcGhh7JL3Ygh7Hd5ZfaNLkEwlNk4rPH9ClzYT UciakRATyqWjX8TT7xaSHnrf57nCxqQ9TM4Kx7iU= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5IPA087164 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:18 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:17 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:17 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5HkU090120; Thu, 13 Mar 2025 14:05:17 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnrp-0005t0-Jq; Thu, 13 Mar 2025 14:05:17 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 09/14] libyang: move bbappend Date: Thu, 13 Mar 2025 14:05:11 -0500 Message-ID: <20250313190516.22522-10-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16042 From: Denys Dmytriyenko * Move into recipes-extended Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- .../libyang => recipes-extended/sysrepo}/libyang_%.bbappend | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-arago-extras/{recipes-sysrepo/libyang => recipes-extended/sysrepo}/libyang_%.bbappend (100%) diff --git a/meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend b/meta-arago-extras/recipes-extended/sysrepo/libyang_%.bbappend similarity index 100% rename from meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend rename to meta-arago-extras/recipes-extended/sysrepo/libyang_%.bbappend From patchwork Thu Mar 13 19:05:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58981 X-Patchwork-Delegate: reatmon@ti.com 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 5CC8EC36002 for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from lelvem-ot02.ext.ti.com (lelvem-ot02.ext.ti.com [198.47.23.235]) by mx.groups.io with SMTP id smtpd.web11.23086.1741892718941025973 for ; Thu, 13 Mar 2025 12:05:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=stpWSw6J; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5Ina1947894 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 13 Mar 2025 14:05:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892718; bh=LC653WEHRIDpOsCpTLcZxYJltDQ0Ug6+jrMj4gXqp0E=; h=From:To:Subject:Date:In-Reply-To:References; b=stpWSw6JMGFsFLz9fMN0D21dfBPXEZVB7P/YNn2o7S+nB6XReXCfHXObuDVzHhTCA gcTTnJPT3J+dXlRNjobtTiHTAGAbd14pXg8KIpFiWzi2EIzqjUvficxk2KITaG+/6f dXv6i32iNW1F6ubo3HGWu5yIDsO5GSGSj0Zuc/fI= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5I7t099369; Thu, 13 Mar 2025 14:05:18 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:17 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:17 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5Hgr026774; Thu, 13 Mar 2025 14:05:17 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnrp-0005t6-OE; Thu, 13 Mar 2025 14:05:17 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 10/14] libnetconf2: move and clean up Date: Thu, 13 Mar 2025 14:05:12 -0500 Message-ID: <20250313190516.22522-11-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16039 From: Denys Dmytriyenko * Move into recipes-extended * Shorten SUMMARY, split DESCRIPTION * Don't hardcode /usr when passing to CMake Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- .../sysrepo}/libnetconf2_git.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename meta-arago-extras/{recipes-sysrepo/libnetconf2 => recipes-extended/sysrepo}/libnetconf2_git.bb (54%) diff --git a/meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb b/meta-arago-extras/recipes-extended/sysrepo/libnetconf2_git.bb similarity index 54% rename from meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb rename to meta-arago-extras/recipes-extended/sysrepo/libnetconf2_git.bb index 6b3f73ca..0d124890 100644 --- a/meta-arago-extras/recipes-sysrepo/libnetconf2/libnetconf2_git.bb +++ b/meta-arago-extras/recipes-extended/sysrepo/libnetconf2_git.bb @@ -1,5 +1,6 @@ -SUMMARY = "libnetconf2 is a NETCONF library in C intended for building NETCONF clients and servers" -DESCRIPTION = "The library provides functions to connect NETCONF client and server to each other via SSH and to send, receive and process NETCONF messages." +SUMMARY = "NETCONF library in C for building NETCONF clients and servers" +DESCRIPTION = "The library provides functions to connect NETCONF client and server \ +to each other via SSH and to send, receive and process NETCONF messages." SECTION = "libs" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=08a5578c9bab06fb2ae84284630b973f" @@ -19,8 +20,6 @@ FILES:${PN} += "${datadir}/yang/modules/libnetconf2/*" inherit cmake pkgconfig -# Specify any options you want to pass to cmake using EXTRA_OECMAKE: -#EXTRA_OECMAKE = " -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE:String=Release -DLIBYANG_INCLUDE_DIR=/usr/include -DLIBYANG_LIBRARY=/usr/lib " -EXTRA_OECMAKE = " -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE:String=Release " +EXTRA_OECMAKE = "-DCMAKE_INSTALL_PREFIX:PATH=${prefix} -DCMAKE_BUILD_TYPE:String=Release" BBCLASSEXTEND = "native nativesdk" From patchwork Thu Mar 13 19:05:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58972 X-Patchwork-Delegate: reatmon@ti.com 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 012B4C35FF4 for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) by mx.groups.io with SMTP id smtpd.web10.23278.1741892719221288523 for ; Thu, 13 Mar 2025 12:05:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=rd+zNadA; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5ITP1464901 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892718; bh=wILWrqYBP2L0JtSZ41MbaIfQa2MtgaHubNsuWjyQMDM=; h=From:To:Subject:Date:In-Reply-To:References; b=rd+zNadAYU/by0wG0HKdIk30GVBzwHvjoPIBNvav7HVxPMQm+EAC/N52cK02l5YHI d82Bz1i3+jH41ChzRQ2Yo7XxWTReT/q0hg/uX31DKJv0uIvBTb20sZrnLimmqmVFqZ rFsdevBe6eZ2oPwJjyesO1kt7dPCAPm9Zdub1xYY= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5IW8008961 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:18 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:18 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:18 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5HsH090123; Thu, 13 Mar 2025 14:05:18 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnrp-0005tC-SL; Thu, 13 Mar 2025 14:05:17 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 11/14] libredblack: move and clean up Date: Thu, 13 Mar 2025 14:05:13 -0500 Message-ID: <20250313190516.22522-12-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:22 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16041 From: Denys Dmytriyenko * Move into recipes-extended * Clean unnecessary comments Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- v2: Fix commit message. .../sysrepo}/libredblack_git.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename meta-arago-extras/{recipes-sysrepo/libredblack => recipes-extended/sysrepo}/libredblack_git.bb (62%) diff --git a/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb b/meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb similarity index 62% rename from meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb rename to meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb index 412d08d8..80283c73 100644 --- a/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb +++ b/meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb @@ -10,12 +10,8 @@ SRCREV = "a399310d99b61eec4d3c0677573ab5dddcf9395d" S = "${WORKDIR}/git" -# NOTE: if this software is not capable of being built in a separate build directory -# from the source, you should replace autotools with autotools-brokensep in the -# inherit line inherit python3native autotools -# Specify any options you want to pass to the configure script using EXTRA_OECONF: -EXTRA_OECONF = " --without-rbgen " +EXTRA_OECONF = "--without-rbgen" BBCLASSEXTEND = "native nativesdk" From patchwork Thu Mar 13 19:05:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58974 X-Patchwork-Delegate: reatmon@ti.com 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 2661FC35FF6 for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) by mx.groups.io with SMTP id smtpd.web11.23088.1741892719315885613 for ; Thu, 13 Mar 2025 12:05:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=eLZPxOv2; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5IG11464905 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892718; bh=sESLfz00SnWpe5uvcLYBLXPAx0m5ZkeONyruYDWj/xs=; h=From:To:Subject:Date:In-Reply-To:References; b=eLZPxOv28HgDEzW3b/bsQ8UxiAvLougOljvkzVJW5WMFMeiYl9JyS79Vhk1ixrtW4 Avz4alVweE27CfkEwS4pjZ1vQzAkslpMYKIgyAE0Zk8BH0yOalGrJzAuDjx8WBEbKx qQiI9GQA0apymQF1S12Ep8O8/XY/UzhM5NoLbZmI= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5ILw008964 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:18 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:18 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:18 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5IgE026777; Thu, 13 Mar 2025 14:05:18 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnrq-0005tI-00; Thu, 13 Mar 2025 14:05:18 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 12/14] nw-configurator: move and clean up Date: Thu, 13 Mar 2025 14:05:14 -0500 Message-ID: <20250313190516.22522-13-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16044 From: Denys Dmytriyenko * Move into recipes-extended * Set SUMMARY instead of DESCRIPTION * FILES_${PN}-dev is incorrect - old syntax and is not needed * Tabs/spaces cleanup Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- .../sysrepo}/nw-configurator.bb | 6 ++---- .../sysrepo/nw-configurator}/nw-configurator.c | 0 2 files changed, 2 insertions(+), 4 deletions(-) rename meta-arago-extras/{recipes-sysrepo/nw-configurator => recipes-extended/sysrepo}/nw-configurator.bb (74%) rename meta-arago-extras/{recipes-sysrepo/nw-configurator/files => recipes-extended/sysrepo/nw-configurator}/nw-configurator.c (100%) diff --git a/meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb b/meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb similarity index 74% rename from meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb rename to meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb index b383571d..50debb36 100644 --- a/meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb +++ b/meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Sysrepo based repo to configure EST" +SUMMARY = "Sysrepo based repo to configure EST" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://nw-configurator.c;beginline=1;endline=33;md5=3538caaf9bfb8372347877ad393660fa" @@ -8,14 +8,12 @@ SRC_URI = "file://nw-configurator.c" S = "${WORKDIR}/sources" UNPACKDIR = "${S}" -FILES_${PN}-dev = "${includedir}" - DEPENDS = "sysrepo" inherit autotools pkgconfig do_compile() { - ${CC} ${CFLAGS} ${LDFLAGS} -I=${STAGING_INCDIR} ${S}/nw-configurator.c -o nw-configurator -lsysrepo + ${CC} ${CFLAGS} ${LDFLAGS} -I=${STAGING_INCDIR} ${S}/nw-configurator.c -o nw-configurator -lsysrepo } BBCLASSEXTEND = "native nativesdk" diff --git a/meta-arago-extras/recipes-sysrepo/nw-configurator/files/nw-configurator.c b/meta-arago-extras/recipes-extended/sysrepo/nw-configurator/nw-configurator.c similarity index 100% rename from meta-arago-extras/recipes-sysrepo/nw-configurator/files/nw-configurator.c rename to meta-arago-extras/recipes-extended/sysrepo/nw-configurator/nw-configurator.c From patchwork Thu Mar 13 19:05:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58975 X-Patchwork-Delegate: reatmon@ti.com 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 3F14AC35FFA for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from fllvem-ot03.ext.ti.com (fllvem-ot03.ext.ti.com [198.47.19.245]) by mx.groups.io with SMTP id smtpd.web10.23281.1741892719910786082 for ; Thu, 13 Mar 2025 12:05:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=g6lyAjDu; spf=pass (domain: ti.com, ip: 198.47.19.245, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5IUn1432115 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 13 Mar 2025 14:05:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892718; bh=p1PJWj4lR7/TrHpsP/VJ2pnLuSfcygBs/Gkq0aGqRbg=; h=From:To:Subject:Date:In-Reply-To:References; b=g6lyAjDuJjM45fBbH3JnrgWAfWmjxBr4VLhlW13JFPEZ5Xro5wTklfFAkePowemxH 6sqysd11AZJkPh7ASgd6/fBmQ6bjqek+Ef/R8+qOXzSqNHEk1Ek2g2r6lqA2XLEqt4 DKeaii/mo5/bKuxKZy2rV9nN7Q4V0dGKXi1WbC9c= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5ISk087167 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Mar 2025 14:05:18 -0500 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:17 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:18 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5IFD026781; Thu, 13 Mar 2025 14:05:18 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnrq-0005tO-3w; Thu, 13 Mar 2025 14:05:18 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 13/14] tsn-yang-models: move and clean up Date: Thu, 13 Mar 2025 14:05:15 -0500 Message-ID: <20250313190516.22522-14-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16046 From: Denys Dmytriyenko * Move into recipes-extended * Don't empty DESCRIPTION Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- .../sysrepo}/tsn-yang-models_git.bb | 2 -- 1 file changed, 2 deletions(-) rename meta-arago-extras/{recipes-sysrepo/tsn-yang-models => recipes-extended/sysrepo}/tsn-yang-models_git.bb (96%) diff --git a/meta-arago-extras/recipes-sysrepo/tsn-yang-models/tsn-yang-models_git.bb b/meta-arago-extras/recipes-extended/sysrepo/tsn-yang-models_git.bb similarity index 96% rename from meta-arago-extras/recipes-sysrepo/tsn-yang-models/tsn-yang-models_git.bb rename to meta-arago-extras/recipes-extended/sysrepo/tsn-yang-models_git.bb index c8406062..8024a6ab 100644 --- a/meta-arago-extras/recipes-sysrepo/tsn-yang-models/tsn-yang-models_git.bb +++ b/meta-arago-extras/recipes-extended/sysrepo/tsn-yang-models_git.bb @@ -1,6 +1,4 @@ -# Recipe created by recipetool SUMMARY = "TSN based YANG models" -DESCRIPTION = "" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://README.md;md5=a89040f014c0c9c9360e29ddf88bf4a7" From patchwork Thu Mar 13 19:05:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58980 X-Patchwork-Delegate: reatmon@ti.com 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 46300C35FFB for ; Thu, 13 Mar 2025 19:05:23 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web11.23089.1741892720016192108 for ; Thu, 13 Mar 2025 12:05:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=nLJVpq0G; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: reatmon@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52DJ5Icn1919494 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 13 Mar 2025 14:05:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741892718; bh=wYXJKX5ACxhKJgfebLjS4YhnNrWlLU2deZkZyQ5t2Z4=; h=From:To:Subject:Date:In-Reply-To:References; b=nLJVpq0GrAKTiRNvTO5MoNGgoOBYJ1JCqPGYBe1DgsnZep7B0V+2dzWO2EdiHe14E 5xT9O+WGrfjCjnDI7/+xokkjpauVQlqcvo/SCMea7y4aIvK2ZnHjMXjfZbkX7+0S/T 12HKhEcA2S53COKUMPtO58D+mbUQjykWo4ZsiRqw= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5IQI099376; Thu, 13 Mar 2025 14:05:18 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Mar 2025 14:05:18 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Mar 2025 14:05:18 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52DJ5IZR026786; Thu, 13 Mar 2025 14:05:18 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsnrq-0005tU-85; Thu, 13 Mar 2025 14:05:18 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2 14/14] netopeer2-server: move and clean up Date: Thu, 13 Mar 2025 14:05:16 -0500 Message-ID: <20250313190516.22522-15-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250313190516.22522-1-reatmon@ti.com> References: <20250313190516.22522-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Mar 2025 19:05:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16047 From: Denys Dmytriyenko * Move into recipes-extended * Combine with bbappend * Shorten SUMMARY, split DESCRIPTION * Update DEPENDS - remove systemd and add sysrepo-native * Don't hardcode /usr when passing to CMake * Also pass -DSYSREPO_SETUP=OFF to CMake * Update installing scripts - remove user/group, add permissions Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- .../0001-Add-EST-Yang-Models.patch | 0 .../netopeer2-server/netopeer2-server | 0 .../netopeer2-serverd.service | 0 .../sysrepo/netopeer2-server_git.bb | 53 +++++++++++++++++++ .../netopeer2-server/netopeer2-server_git.bb | 47 ---------------- .../netopeer2-server_git.bbappend | 5 -- 6 files changed, 53 insertions(+), 52 deletions(-) rename meta-arago-extras/{recipes-sysrepo/netopeer2-server => recipes-extended/sysrepo}/netopeer2-server/0001-Add-EST-Yang-Models.patch (100%) rename meta-arago-extras/{recipes-sysrepo/netopeer2-server => recipes-extended/sysrepo}/netopeer2-server/netopeer2-server (100%) rename meta-arago-extras/{recipes-sysrepo/netopeer2-server => recipes-extended/sysrepo}/netopeer2-server/netopeer2-serverd.service (100%) create mode 100644 meta-arago-extras/recipes-extended/sysrepo/netopeer2-server_git.bb delete mode 100644 meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bb delete mode 100644 meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bbappend diff --git a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/0001-Add-EST-Yang-Models.patch b/meta-arago-extras/recipes-extended/sysrepo/netopeer2-server/0001-Add-EST-Yang-Models.patch similarity index 100% rename from meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/0001-Add-EST-Yang-Models.patch rename to meta-arago-extras/recipes-extended/sysrepo/netopeer2-server/0001-Add-EST-Yang-Models.patch diff --git a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/netopeer2-server b/meta-arago-extras/recipes-extended/sysrepo/netopeer2-server/netopeer2-server similarity index 100% rename from meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/netopeer2-server rename to meta-arago-extras/recipes-extended/sysrepo/netopeer2-server/netopeer2-server diff --git a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/netopeer2-serverd.service b/meta-arago-extras/recipes-extended/sysrepo/netopeer2-server/netopeer2-serverd.service similarity index 100% rename from meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server/netopeer2-serverd.service rename to meta-arago-extras/recipes-extended/sysrepo/netopeer2-server/netopeer2-serverd.service diff --git a/meta-arago-extras/recipes-extended/sysrepo/netopeer2-server_git.bb b/meta-arago-extras/recipes-extended/sysrepo/netopeer2-server_git.bb new file mode 100644 index 00000000..073aed5e --- /dev/null +++ b/meta-arago-extras/recipes-extended/sysrepo/netopeer2-server_git.bb @@ -0,0 +1,53 @@ +SUMMARY = "Implementation of network configuration tools based on NETCONF Protocol" +DESCRIPTION = "Netopeer2 is based on the new generation of the NETCONF and YANG libraries - \ +libyang and libnetconf2. The Netopeer server uses sysrepo as a NETCONF datastore implementation." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=41daedff0b24958b2eba4f9086d782e1" + +SRC_URI = " \ + git://github.com/CESNET/Netopeer2.git;protocol=https;branch=master \ + file://0001-Add-EST-Yang-Models.patch \ + ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'file://netopeer2-server', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'file://netopeer2-serverd.service', '', d)} \ +" + +PV = "2.2.35+git" +SRCREV = "6d1cb61ef3ce2274a91dc9cbc51318bcd0b54697" + +S = "${WORKDIR}/git" + +DEPENDS = "libyang libnetconf2 sysrepo sysrepo-native" +RDEPENDS:${PN} += "bash curl" + +FILES:${PN} += "${datadir}/yang* ${datadir}/netopeer2/* ${libdir}/sysrepo-plugind/*" + +inherit cmake pkgconfig +inherit ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} + +EXTRA_OECMAKE = " \ + -DCMAKE_INSTALL_PREFIX=${prefix} \ + -DCMAKE_BUILD_TYPE:String=Release \ + -DSYSREPO_SETUP=OFF \ + -DINSTALL_MODULES=OFF \ + -DGENERATE_HOSTKEY=OFF \ + -DMERGE_LISTEN_CONFIG=OFF \ +" + +SYSTEMD_PACKAGES = "${PN}" +SYSTEMD_SERVICE:${PN} = "netopeer2-serverd.service" +SYSTEMD_AUTO_ENABLE:${PN} = "disable" + +do_install:append () { + install -d ${D}${sysconfdir}/netopeer2/scripts + install -m 0755 ${S}/scripts/setup.sh ${D}${sysconfdir}/netopeer2/scripts/setup.sh + install -m 0755 ${S}/scripts/merge_hostkey.sh ${D}${sysconfdir}/netopeer2/scripts/merge_hostkey.sh + install -m 0755 ${S}/scripts/merge_config.sh ${D}${sysconfdir}/netopeer2/scripts/merge_config.sh + if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then + install -d ${D}${sysconfdir}/init.d + install -m 0755 ${UNPACKDIR}/netopeer2-server ${D}${sysconfdir}/init.d/ + fi + if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then + install -d ${D}${systemd_system_unitdir} + install -m 0644 ${UNPACKDIR}/netopeer2-serverd.service ${D}${systemd_system_unitdir} + fi +} diff --git a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bb b/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bb deleted file mode 100644 index 89a05b2b..00000000 --- a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bb +++ /dev/null @@ -1,47 +0,0 @@ -SUMMARY = "Netopeer2 is a set of tools implementing network configuration tools based on the NETCONF Protocol." -DESCRIPTION = "Netopeer2 is based on the new generation of the NETCONF and YANG libraries - libyang and libnetconf2. The Netopeer server uses sysrepo as a NETCONF datastore implementation." -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=41daedff0b24958b2eba4f9086d782e1" - -SRC_URI = "git://github.com/CESNET/Netopeer2.git;protocol=https;branch=master \ - ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', \ - 'file://netopeer2-server', '', d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ - 'file://netopeer2-serverd.service', '', d)} \ - " - -PV = "2.2.35+git" -SRCREV = "6d1cb61ef3ce2274a91dc9cbc51318bcd0b54697" - -S = "${WORKDIR}/git" - -DEPENDS = "libyang libnetconf2 sysrepo systemd" -RDEPENDS:${PN} += "bash curl" - -FILES:${PN} += "${datadir}/yang* ${datadir}/netopeer2/* ${libdir}/sysrepo-plugind/*" - -inherit cmake pkgconfig -inherit ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} - -# Specify any options you want to pass to cmake using EXTRA_OECMAKE: -EXTRA_OECMAKE = " -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:String=Release -DINSTALL_MODULES=OFF -DGENERATE_HOSTKEY=OFF -DMERGE_LISTEN_CONFIG=OFF" - -SYSTEMD_PACKAGES = "${PN}" -SYSTEMD_SERVICE:${PN} = "netopeer2-serverd.service" -SYSTEMD_AUTO_ENABLE:${PN} = "disable" - -do_install:append () { - install -d ${D}${sysconfdir}/netopeer2/scripts - install -o root -g root ${S}/scripts/setup.sh ${D}${sysconfdir}/netopeer2/scripts/setup.sh - install -o root -g root ${S}/scripts/merge_hostkey.sh ${D}${sysconfdir}/netopeer2/scripts/merge_hostkey.sh - install -o root -g root ${S}/scripts/merge_config.sh ${D}${sysconfdir}/netopeer2/scripts/merge_config.sh - install -d ${D}${sysconfdir}/netopeer2 - install -d ${D}${sysconfdir}/init.d - if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then - install -m 0755 ${UNPACKDIR}/netopeer2-server ${D}${sysconfdir}/init.d/ - fi - if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then - install -d ${D}${systemd_system_unitdir} - install -m 0644 ${UNPACKDIR}/netopeer2-serverd.service ${D}${systemd_system_unitdir} - fi -} diff --git a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bbappend b/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bbappend deleted file mode 100644 index f8a9febe..00000000 --- a/meta-arago-extras/recipes-sysrepo/netopeer2-server/netopeer2-server_git.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - -SRC_URI += "file://0001-Add-EST-Yang-Models.patch" - -FILES:${PN} += "/usr/share/yang* /usr/share/netopeer2/* /usr/lib/sysrepo-plugind/*"