From patchwork Mon Mar 17 18:37: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: 59285 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 1ED8EC28B28 for ; Mon, 17 Mar 2025 18:37:32 +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.60681.1742236646390078162 for ; Mon, 17 Mar 2025 11:37:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=H9iAE/3R; 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 52HIbP8D2373290 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236645; bh=78wx9T16HhS9XdQFjTPnTaJD3TXqww+czS/XxL2ZM7c=; h=From:To:Subject:Date:In-Reply-To:References; b=H9iAE/3RyBQGrEl9kzUAUiOarDqDCa9n/i+hDIkGjKO5Kh3G/jtuibhs7Vw1TvOIb S2xfvslabTAqx/UbJ0TbxINgvvhtuMCbohq/w3GSn0SLMlOwpwnW1VfwUK+HhwXGZ9 eZhfXFeLgNY8yiZSYBSnQBgz/I/KXaB8QIYV/a/o= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52HIbPhU020801 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:25 -0500 Received: from DLEE106.ent.ti.com (157.170.170.36) 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; Mon, 17 Mar 2025 13:37:24 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE106.ent.ti.com (157.170.170.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; Mon, 17 Mar 2025 13:37:24 -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 52HIbOgV029138; Mon, 17 Mar 2025 13:37:24 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL2-0008E7-MO; Mon, 17 Mar 2025 13:37:24 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH] ltp-ddt: Update branch Date: Mon, 17 Mar 2025 13:37:11 -0500 Message-ID: <20250317183724.31563-3-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16057 During initial deployment, we were pointing to the cicd branch. We no longer need this, we can point back to the master branch. Signed-off-by: Ryan Eatmon --- meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb index faa98b41..3e9afc8b 100644 --- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb +++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb @@ -13,7 +13,7 @@ PR = "r1" PV:append = "+git" SRCREV = "e6f5e9cb24d38b209e8ced9ddef08f176b28fdc8" -BRANCH ?= "cicd" +BRANCH ?= "master" SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https" SRC_URI:prepend = "git://git.ti.com/git/test-automation/ltp-ddt.git;protocol=https;branch=${BRANCH} " From patchwork Mon Mar 17 18:37: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: 59293 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 586B1C36002 for ; Mon, 17 Mar 2025 18:37:32 +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.60684.1742236646622940061 for ; Mon, 17 Mar 2025 11:37:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=dpPJeHIG; 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 52HIbPID2847514 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 17 Mar 2025 13:37:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236645; bh=xTCEBVMN5I7Gh9RDI2UCvUw0uUUifVNWHT1Jfv3bgcw=; h=From:To:Subject:Date:In-Reply-To:References; b=dpPJeHIGfcNFAYHoWELFvHi2me/Y/KystOjxahKADXZYHjVc2lSc4hyu1AO9gVoGE o3d6y/+nccgHUinHX3wlVYcNLIqnvyvbTDe1Aq1bbNT7pl7lKT8T5w+GUvMCdd7jRE pLxeeF1FDUxMKMdG+Au7PI66NOKukKXdz17Egl6c= 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 52HIbPUY104573; Mon, 17 Mar 2025 13:37:25 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) 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; Mon, 17 Mar 2025 13:37:24 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE100.ent.ti.com (157.170.170.30) 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; Mon, 17 Mar 2025 13:37:24 -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 52HIbO4A000459; Mon, 17 Mar 2025 13:37:24 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL2-0008EG-QQ; Mon, 17 Mar 2025 13:37:24 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 02/14] libyang: Remove recipe in favor of newer upstream version Date: Mon, 17 Mar 2025 13:37:12 -0500 Message-ID: <20250317183724.31563-4-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16062 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 Mon Mar 17 18:37: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: 59298 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 9AE73C36006 for ; Mon, 17 Mar 2025 18:37:32 +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.60911.1742236646455004915 for ; Mon, 17 Mar 2025 11:37:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=M7LjS+7A; 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 52HIbPB92373294 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236645; bh=GQGVPhVebuo2hr5r+jZVjnPB4w83IK7pe5CjHjEYwlA=; h=From:To:Subject:Date:In-Reply-To:References; b=M7LjS+7ALJmj08xT1h2zxETuSH/07EtRGHbxdMUz+r0WnUWkGK4cBNMCAHZwhvpA0 6afDWEqOMsPq1xZmilu8khWAXUYUPNQwIyL4ZXE56Gz6xtLyNWVTobxA3HEbdC2hxk atrbmF8Be0IFqFoTxum14XJobkcOw4VEVQv8Sbdg= 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 52HIbPKO076446 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:25 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) 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; Mon, 17 Mar 2025 13:37:25 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE102.ent.ti.com (157.170.170.32) 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; Mon, 17 Mar 2025 13:37:25 -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 52HIbPR7029144; Mon, 17 Mar 2025 13:37:25 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL2-0008EM-UL; Mon, 17 Mar 2025 13:37:24 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 03/14] libyang: Add BBCLASSEXTEND for native Date: Mon, 17 Mar 2025 13:37:13 -0500 Message-ID: <20250317183724.31563-5-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16059 We need to add BBCLASSEXTEND for native so that we can build sysrepo-native for the netopeer2-server install. Signed-off-by: Ryan Eatmon --- 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 Mon Mar 17 18:37: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: 59299 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 A9D34C36008 for ; Mon, 17 Mar 2025 18:37:32 +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.60912.1742236646563119690 for ; Mon, 17 Mar 2025 11:37:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=XTfZ6U2V; 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 52HIbPRI2373296 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236645; bh=hMG2hEIy8LGttlkWD2sTUfY0iBIVbLbeEXvpnKVLz1o=; h=From:To:Subject:Date:In-Reply-To:References; b=XTfZ6U2VJF+5VbfMyR93ewLcHzmf5LXBLd7rA4imfpAAdFjEar8rMDGue3vSNxiuC sNQJEtCAMDXoMsTBoUtqmHFYxXIuZO9jB40gXk2myz4UftJPL1eJ5cvPX5cNvYEOxn lvjZwVVy3oryTqdwuZkhPnzuylDM6yqNzjpfYIjo= 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 52HIbPvl092936 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:25 -0500 Received: from DLEE110.ent.ti.com (157.170.170.21) 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; Mon, 17 Mar 2025 13:37:25 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE110.ent.ti.com (157.170.170.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; Mon, 17 Mar 2025 13:37:25 -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 52HIbPBr000464; Mon, 17 Mar 2025 13:37:25 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL3-0008ES-1t; Mon, 17 Mar 2025 13:37:25 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 04/14] libnetconf2: Update to version 3.5.5 Date: Mon, 17 Mar 2025 13:37:14 -0500 Message-ID: <20250317183724.31563-6-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16060 With the update to libyang we need to move to a newer version of libnetconf2. Signed-off-by: Ryan Eatmon --- .../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 Mon Mar 17 18:37: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: 59297 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 82118C36004 for ; Mon, 17 Mar 2025 18:37:32 +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.60685.1742236646686666797 for ; Mon, 17 Mar 2025 11:37:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=oK2+tBsu; 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 52HIbP0K2847518 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 17 Mar 2025 13:37:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236645; bh=o0AVWPxkUpl9feNeRXzetn6h0bJCkN9UDewFckQGIA8=; h=From:To:Subject:Date:In-Reply-To:References; b=oK2+tBsu2oiIoVNznZYJjCpQs4rjCKoXPXYEiYkkOI/n0S2FL9qNrybT1pRiVye8K tuerQonvAIcJkuT8bNnYlPTQ2Po9hw8T5AGFNg46Ss9Q6Gh7ogOQqmC6B6cqutRJgd 9dXm3eimm15PdSCT7IH7QGRXkJzMIayg1g0VMBOQ= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52HIbPNP104579; Mon, 17 Mar 2025 13:37:25 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) 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; Mon, 17 Mar 2025 13:37:25 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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; Mon, 17 Mar 2025 13:37:25 -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 52HIbP3e000470; Mon, 17 Mar 2025 13:37:25 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL3-0008EY-5p; Mon, 17 Mar 2025 13:37:25 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 05/14] sysrepo: Update to version 3.3.10 Date: Mon, 17 Mar 2025 13:37:15 -0500 Message-ID: <20250317183724.31563-7-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16063 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 d4fdb35e..4e7aac5d 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 ${WORKDIR}/sysrepo ${D}${sysconfdir}/init.d/ @@ -52,3 +50,8 @@ do_install:append () { install -m 0644 ${WORKDIR}/sysrepod.service ${D}${systemd_system_unitdir} fi } + +BBCLASSEXTEND = "native" + +SYSROOT_DIRS:append = " ${bindir}" + From patchwork Mon Mar 17 18:37: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: 59296 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 6794AC36001 for ; Mon, 17 Mar 2025 18:37:32 +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.60913.1742236647082432059 for ; Mon, 17 Mar 2025 11:37:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=CNPFb8Mj; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52HIbPA32410295 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236645; bh=YbBdpITbIXALPqgVxXk1R520zZyrJe9aEjibl4R4VpA=; h=From:To:Subject:Date:In-Reply-To:References; b=CNPFb8MjFRnWD3mf6k8A4qbJe2WFNshatlCEh3K1IsVCQxZixx4w5R/OjcLFTeCxn dGnMa/80zbQ8cWg0DL5HlHylPGBa8pshe5nyQNX1mwIVzxd4RFAWdWWuUr2kofcK0J WUH1/h5fuWMjS4Whyp++vB29M0tx2B5TcACwvLlE= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52HIbPlT092940 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:25 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) 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; Mon, 17 Mar 2025 13:37:25 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE114.ent.ti.com (157.170.170.25) 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; Mon, 17 Mar 2025 13:37:25 -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 52HIbPZZ029150; Mon, 17 Mar 2025 13:37:25 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL3-0008Ee-9W; Mon, 17 Mar 2025 13:37:25 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 06/14] netopeer2-server: Update to version 2.2.35 Date: Mon, 17 Mar 2025 13:37:16 -0500 Message-ID: <20250317183724.31563-8-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16065 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 | 8 ++++---- .../netopeer2-server/netopeer2-server_git.bb | 8 ++++---- 2 files changed, 8 insertions(+), 8 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 10ed685d..ccc68102 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 @@ -1,8 +1,8 @@ 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" @@ -14,4 +14,4 @@ index 7bba711..4a98e66 100755 +"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 edd4d60d..21bc9a03 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 Mon Mar 17 18:37:17 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59294 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 565B7C35FFC for ; Mon, 17 Mar 2025 18:37:32 +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.60914.1742236647102485703 for ; Mon, 17 Mar 2025 11:37:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=C6j/Xxy1; 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 52HIbPJh2410299 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236646; bh=2gEvKsrvctdY1NyNgesIOIvIR81ZQ9ze9sbhsW4dmX4=; h=From:To:Subject:Date:In-Reply-To:References; b=C6j/Xxy12JBh8NSrUb1/eNaaxltmL7I2Hxip0VHtwloT5Kb1r7frlXa2wwKyxsqgz R9LzgJQ0fFHqCbrGf7apJzMK60m0F70fuG6KSIfmRAaoMvktK41sdfRCvdplXeTrlg jnfrM9s7nmCTkRRyyLPe7aUIDi3ORwQ3ODrXAQpY= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52HIbPAW076456 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:25 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) 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; Mon, 17 Mar 2025 13:37:25 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE104.ent.ti.com (157.170.170.34) 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; Mon, 17 Mar 2025 13:37:25 -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 52HIbPj6000474; Mon, 17 Mar 2025 13:37:25 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL3-0008Ek-CU; Mon, 17 Mar 2025 13:37:25 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 07/14] sysrepo: move and clean up Date: Mon, 17 Mar 2025 13:37:17 -0500 Message-ID: <20250317183724.31563-9-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16066 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 4e7aac5d..2a778f93 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 Mon Mar 17 18:37:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59291 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 46626C36000 for ; Mon, 17 Mar 2025 18:37:32 +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.60687.1742236647138959331 for ; Mon, 17 Mar 2025 11:37:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=qQoCJi2f; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52HIbPRk2410301 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236646; bh=9KwX+SV0XTmuSCRKqQr4JKkHfijSAKHBO7QD+ThDiN8=; h=From:To:Subject:Date:In-Reply-To:References; b=qQoCJi2fpm/8S++V/R1XcbN60iDq4tBrBbFvvHUvhkMCCsdiUEcQQp0X+b2izsRWL Ko2j9uaHfZndgSgeODQ9Z+aGyGOt+8EH4UaULUhFnb4QoJGg8wFLJBX7n1bGWMkvIu SdrPXM/2EvNMb4elmPlQviGLYAM8IHMuJILzuHlk= 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 52HIbPQ8092943 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:25 -0500 Received: from DFLE100.ent.ti.com (10.64.6.21) 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; Mon, 17 Mar 2025 13:37:25 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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; Mon, 17 Mar 2025 13:37:25 -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 52HIbPlj000477; Mon, 17 Mar 2025 13:37:25 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL3-0008Eq-GY; Mon, 17 Mar 2025 13:37:25 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 08/14] sysrepo-plugins-common: move and clean up Date: Mon, 17 Mar 2025 13:37:18 -0500 Message-ID: <20250317183724.31563-10-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16067 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 | 0 .../sysrepo/sysrepo-plugins-common_git.bb | 17 ++++++++++++ .../sysrepo-plugins-common_git.bb | 26 ------------------- 3 files changed, 17 insertions(+), 26 deletions(-) rename meta-arago-extras/{recipes-sysrepo => recipes-extended/sysrepo}/sysrepo-plugins-common/0001-so-version.patch (100%) 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/sysrepo-plugins-common_git.bb diff --git a/meta-arago-extras/recipes-sysrepo/sysrepo-plugins-common/0001-so-version.patch b/meta-arago-extras/recipes-extended/sysrepo/sysrepo-plugins-common/0001-so-version.patch similarity index 100% rename from meta-arago-extras/recipes-sysrepo/sysrepo-plugins-common/0001-so-version.patch rename to meta-arago-extras/recipes-extended/sysrepo/sysrepo-plugins-common/0001-so-version.patch 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/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 Mon Mar 17 18:37:19 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59295 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 6FE62C36003 for ; Mon, 17 Mar 2025 18:37:32 +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.60686.1742236647051018070 for ; Mon, 17 Mar 2025 11:37:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Ybch+k8F; 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 52HIbQLv2847522 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236646; bh=eCU0tRIxaVk618NSHZThCm5ZQv3sjCUdgwKxVFUp85s=; h=From:To:Subject:Date:In-Reply-To:References; b=Ybch+k8FKxG/ZFVVeiGcLhjD9YnbkdyHmfPY52bFsqMoKAYGT8LGlN/RZwuDV44tF 87HC6OknRLevkA26xRfgsmK5q11Thk+Kh8pWgaXidTcbxVAFgwttAI3CNibDn5p0Md W2N9Mi18+fgA/knNoaZTNMAHUXKLFuNP3dnTaOmw= 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 52HIbQUG020806 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:26 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) 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; Mon, 17 Mar 2025 13:37:25 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE104.ent.ti.com (10.64.6.25) 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; Mon, 17 Mar 2025 13:37:25 -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 52HIbPA6000481; Mon, 17 Mar 2025 13:37:25 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL3-0008Ew-KS; Mon, 17 Mar 2025 13:37:25 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 09/14] libyang: move bbappend Date: Mon, 17 Mar 2025 13:37:19 -0500 Message-ID: <20250317183724.31563-11-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16064 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 Mon Mar 17 18:37:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59288 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 3743EC35FFB for ; Mon, 17 Mar 2025 18:37:32 +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.60916.1742236647338189542 for ; Mon, 17 Mar 2025 11:37:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=itwDhhMR; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52HIbQ602900322 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236646; bh=LC653WEHRIDpOsCpTLcZxYJltDQ0Ug6+jrMj4gXqp0E=; h=From:To:Subject:Date:In-Reply-To:References; b=itwDhhMRR7V4/iYadUqWjbd4lYW1PR8QwoSQrlcXncKJLxDKVLsMexXUSzPx2knjW jVwiESFFxPrAygVagnCMGqKfvQw4q0TM3ytxotBfNHPQQZ4UCxv7cEdQAZElU5IkxB bB+AGPK4mBIuCAj0quiLk5os4raJPtgtvdMg8T0g= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52HIbQDd092946 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:26 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 17 Mar 2025 13:37:26 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE107.ent.ti.com (10.64.6.28) 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; Mon, 17 Mar 2025 13:37:25 -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 52HIbPmG000485; Mon, 17 Mar 2025 13:37:25 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL3-0008F3-OU; Mon, 17 Mar 2025 13:37:25 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 10/14] libnetconf2: move and clean up Date: Mon, 17 Mar 2025 13:37:20 -0500 Message-ID: <20250317183724.31563-12-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16068 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 Mon Mar 17 18:37:21 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59289 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 37008C282EC for ; Mon, 17 Mar 2025 18:37:32 +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.60917.1742236647466291067 for ; Mon, 17 Mar 2025 11:37:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=QFdBPSx8; 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 52HIbQve2847526 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 17 Mar 2025 13:37:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236646; bh=yIfHo6E96G3DYYTcjgjYtoBmEs94aLoQ2O+KzWcP9wY=; h=From:To:Subject:Date:In-Reply-To:References; b=QFdBPSx8AZvASpV3aQpHfQYFA/3isuodVCAifDXdWByGFWz++JMsJgy4hBq3ge0CW q3yAg5ReOUQVJi8uCCCh/ExHLnqS81sQwC2bGx31hZ7hFI4K43idfdd7iHWzyHa8/J iz4EhjpLiJDYf0Pt+JJEY5pm95gKRSI9aHF16zeU= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52HIbQTX104586; Mon, 17 Mar 2025 13:37:26 -0500 Received: from DFLE101.ent.ti.com (10.64.6.22) 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; Mon, 17 Mar 2025 13:37:26 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE101.ent.ti.com (10.64.6.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; Mon, 17 Mar 2025 13:37:25 -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 52HIbQOv029159; Mon, 17 Mar 2025 13:37:26 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL3-0008F9-Sa; Mon, 17 Mar 2025 13:37:25 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 11/14] libredblack: move and clean up Date: Mon, 17 Mar 2025 13:37:21 -0500 Message-ID: <20250317183724.31563-13-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16069 From: Denys Dmytriyenko * Move into recipes-extended * Clean unnecessary comments Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- .../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 Mon Mar 17 18:37:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59286 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 1D466C35FF8 for ; Mon, 17 Mar 2025 18:37:32 +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.60918.1742236647469203733 for ; Mon, 17 Mar 2025 11:37:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=xuoEC2ud; 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 52HIbQbZ2373302 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236646; bh=s/80BH9yzerSCqSnI1zqE2uDkaXFpDfOVrqt4tg4nVE=; h=From:To:Subject:Date:In-Reply-To:References; b=xuoEC2udBjazQGI+jUg7oPOFmwLkePK/fIkdjL2gkJ5Los3ZBtVv22JlTF8cay8W4 rjjEll4DTH1H/ZbjTi1COYRmiH8M4LXQCu30aN3224IdvBWExMk5jMt8qLABkXyKIJ rJzAPcPlex+1AnGccszWqrXyDylcob0k+6Qgv1kk= 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 52HIbQ1S076460 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:26 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) 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; Mon, 17 Mar 2025 13:37:25 -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; Mon, 17 Mar 2025 13:37:26 -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 52HIbQ1m029162; Mon, 17 Mar 2025 13:37:26 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL4-0008FF-0E; Mon, 17 Mar 2025 13:37:26 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 12/14] nw-configurator: move and clean up Date: Mon, 17 Mar 2025 13:37:22 -0500 Message-ID: <20250317183724.31563-14-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16071 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 | 4 +--- .../sysrepo/nw-configurator}/nw-configurator.c | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename meta-arago-extras/{recipes-sysrepo/nw-configurator => recipes-extended/sysrepo}/nw-configurator.bb (84%) 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 84% rename from meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb rename to meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb index c5d9a86b..7769334a 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" @@ -7,8 +7,6 @@ SRC_URI = "file://nw-configurator.c" S = "${WORKDIR}" -FILES_${PN}-dev = "${includedir}" - DEPENDS = "sysrepo" inherit autotools pkgconfig 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 Mon Mar 17 18:37:23 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59290 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 44BFCC35FFF for ; Mon, 17 Mar 2025 18:37:32 +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.60919.1742236647530410256 for ; Mon, 17 Mar 2025 11:37:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=mYPZQXV4; 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 52HIbQjB2847530 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236646; bh=p1PJWj4lR7/TrHpsP/VJ2pnLuSfcygBs/Gkq0aGqRbg=; h=From:To:Subject:Date:In-Reply-To:References; b=mYPZQXV4lY0KAzQgAQKlIWUBQSLwDsVj+MeyqVxNNUkLTFKsalJDUlRGKux3I5TPx BcYA7Vn/Ent2rdJYHAAZ4h1/hP9wpSrCjLU3xc21Iq6bKHCXpo0o7QGZgjSP3trt3t 8jo5yxCckyZt24BNDWP7FX1AjqwllAz99yF9QWlU= 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 52HIbQHD020812 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:26 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) 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; Mon, 17 Mar 2025 13:37:26 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) 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; Mon, 17 Mar 2025 13:37:26 -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 52HIbQGV029171; Mon, 17 Mar 2025 13:37:26 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL4-0008FM-4B; Mon, 17 Mar 2025 13:37:26 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 13/14] tsn-yang-models: move and clean up Date: Mon, 17 Mar 2025 13:37:23 -0500 Message-ID: <20250317183724.31563-15-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16070 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 Mon Mar 17 18:37:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59292 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 1D4BFC35FF9 for ; Mon, 17 Mar 2025 18:37:32 +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.60688.1742236647680136038 for ; Mon, 17 Mar 2025 11:37:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=n4TXviCj; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52HIbQsc2847534 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Mar 2025 13:37:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742236646; bh=+S2qJsNKVOzHdHQExjApfBJIcj/y5lTXjRky9WAYzO8=; h=From:To:Subject:Date:In-Reply-To:References; b=n4TXviCjI288VBFK9DQ9lhT5QzFrpp3uNLlS8VSH8VbGYuetifV+1NC/YOJglQQcQ xG0Uen5BLsWCB7Enk5fJDDXdoQbEMaTaK4DEpt4MljVD3XqzcgznY0ahsNrnRWRJ02 oarZZ9YYw34JpJKrfAc4xL1pKwpqtXKZrXclkhJ8= 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 52HIbQUl092950 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 17 Mar 2025 13:37:26 -0500 Received: from DFLE100.ent.ti.com (10.64.6.21) 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; Mon, 17 Mar 2025 13:37:26 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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; Mon, 17 Mar 2025 13:37:26 -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 52HIbQT7000497; Mon, 17 Mar 2025 13:37:26 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tuFL4-0008FS-8c; Mon, 17 Mar 2025 13:37:26 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][scarthgap][PATCH 14/14] netopeer2-server: move and clean up Date: Mon, 17 Mar 2025 13:37:24 -0500 Message-ID: <20250317183724.31563-16-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250317183724.31563-1-reatmon@ti.com> References: <20250317183724.31563-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 ; Mon, 17 Mar 2025 18:37:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16072 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..a704897f --- /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 ${WORKDIR}/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 ${WORKDIR}/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 21bc9a03..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 ${WORKDIR}/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 ${WORKDIR}/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/*"