From patchwork Thu Sep 24 05:59:23 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 99149 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 00039C98312 for ; Thu, 24 Sep 2026 05:59:49 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1569.1790229583808331103 for ; Wed, 23 Sep 2026 22:59:44 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=f3PJcovm; spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout02.t-online.de (Postfix) with SMTP id 8CDE3E179 for ; Thu, 24 Sep 2026 07:59:41 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.151]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x9cUe-4OuUPw0; Thu, 24 Sep 2026 07:59:40 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 1/4] rclone: drop the require of the generated files Date: Thu, 24 Sep 2026 07:59:23 +0200 Message-ID: <20260924055926.7886-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1790229580-AB7FD986-9594DE66/0/0 CLEAN NORMAL X-TOI-MSGID: ced4d4f0-8ff0-4934-b081-5ea3bea12769 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1790229581; i=f_l_k@t-online.de; bh=7nTChE7qN8D3P14Nf8VPsI8AWdywVZ/YmyMAzCC7gdY=; h=From:To:Subject:Date; b=f3PJcovmzNmS4EqoowhkZ9NS6dxvVNBREI+PMbUh/BwVzY1Z9NHALG7OzjoYmrsPT davBecT+c6U6lzV/x45ZqtsJeJCIImeiqBbUUT+71x2YWjWVTbOSsoxbDtNLrwcX7g 8LwFw6ilTmhMuZWe25siOAo9E+W88k8T4z+7Xq1uq+yF+RmS4nrvmdCVE6g9Gc9ywu ouMoYNs9egRBuUKml+IySYPeE7dgfK7SuIiKfBQKLWKBI5N1JCCi3AtUYKIGvjbU8F b07oYpaEDgJHgEHDcM8jJiY25H8RQgZSHnyF5AusqYxB4fEcH3kHBk1fDQLrWCsK4j 6RJMafinh7fGg== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Sep 2026 05:59:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130275 go-mod-update-modules includes the -licenses.inc and -go-mods.inc files itself now, requiring them again includes them twice. AI-Generated: Uses Claude Code (Claude Fable 5.1) Signed-off-by: Markus Volk --- meta-oe/recipes-support/rclone/rclone_1.75.1.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-oe/recipes-support/rclone/rclone_1.75.1.bb b/meta-oe/recipes-support/rclone/rclone_1.75.1.bb index ccf774359a..510c881dc9 100644 --- a/meta-oe/recipes-support/rclone/rclone_1.75.1.bb +++ b/meta-oe/recipes-support/rclone/rclone_1.75.1.bb @@ -6,9 +6,6 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/COPYING;md5=bed161b82a1ecab65ff7ba3c SRC_URI = "git://${GO_IMPORT};protocol=https;nobranch=1;tag=v${PV};destsuffix=${GO_SRCURI_DESTSUFFIX}" SRCREV = "687d264b689b8c49a67e2e52a8a5e0caa01c04ce" -require ${BPN}-licenses.inc -require ${BPN}-go-mods.inc - GO_IMPORT = "github.com/rclone/rclone" GO_INSTALL = "${GO_IMPORT}" From patchwork Thu Sep 24 05:59:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 99147 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 81C0AC98310 for ; Thu, 24 Sep 2026 05:59:49 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.1603.1790229583824278315 for ; Wed, 23 Sep 2026 22:59:44 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=AM+6zT1P; spf=pass (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout07.t-online.de (Postfix) with SMTP id 9B6ACEF02 for ; Thu, 24 Sep 2026 07:59:41 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.151]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x9cUe-4OuUPx0; Thu, 24 Sep 2026 07:59:40 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 2/4] simpleiot: drop the require of the generated files Date: Thu, 24 Sep 2026 07:59:24 +0200 Message-ID: <20260924055926.7886-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260924055926.7886-1-f_l_k@t-online.de> References: <20260924055926.7886-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1790229580-6B7FD986-83754419/0/0 CLEAN NORMAL X-TOI-MSGID: d5f56411-c87b-486d-9893-87040a95e31d DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1790229581; i=f_l_k@t-online.de; bh=vGseXYUIodUXVmkPhUZWYDofIn6V78B9cS8wAHz7EDk=; h=From:To:Subject:Date:In-Reply-To:References; b=AM+6zT1PHhblxYq7eeW/93wHl0/d7Z8pZs3b0DWxSePgH/bDd189KSUngMX1gV+vo lRCNqPe7640JbVUjefUQpCgJremGKp8NTnD+dQnIcVsqUBOXKi5oLd9aoNST0sFuIp Lyyw2DfV4esbc8qDJxYajn9SyUV3Dj7ss7shMcFtYqBW8RqMsWZcNKZe5B9WK/+z6S iXas46Pvdh6/+zZwBPD9ppi3v7i7JQMufTDTv1si7REwrgwj9TIiY2r2iwm96IknyR G2aQK70kUzlUVdATpNJiWH3M1V37R5a3F8gCruzbtGkXMnfJwww31sgss/a8p7JAdG ju8wdlbgOarpg== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Sep 2026 05:59:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130277 go-mod-update-modules includes the -licenses.inc and -go-mods.inc files itself now, requiring them again includes them twice. AI-Generated: Uses Claude Code (Claude Fable 5.1) Signed-off-by: Markus Volk --- meta-oe/recipes-extended/simpleiot/simpleiot_0.18.5.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-oe/recipes-extended/simpleiot/simpleiot_0.18.5.bb b/meta-oe/recipes-extended/simpleiot/simpleiot_0.18.5.bb index e852e3d3e5..736c3554f0 100644 --- a/meta-oe/recipes-extended/simpleiot/simpleiot_0.18.5.bb +++ b/meta-oe/recipes-extended/simpleiot/simpleiot_0.18.5.bb @@ -10,9 +10,6 @@ SRC_URI = "git://${GO_IMPORT};protocol=https;branch=master;destsuffix=${GO_SRCUR SRCREV = "9addf01e40eae111f59c822141a47aa87caf04b6" -require ${BPN}-licenses.inc -require ${BPN}-go-mods.inc - LIC_FILES_CHKSUM:remove:riscv64 = "file://pkg/mod/github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec/LICENSE;md5=591778525c869cdde0ab5a1bf283cd81;spdx=BSD-3-Clause" GO_IMPORT = "github.com/simpleiot/simpleiot" From patchwork Thu Sep 24 05:59:25 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 99148 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 19AB3C98315 for ; Thu, 24 Sep 2026 05:59:50 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1570.1790229583844866554 for ; Wed, 23 Sep 2026 22:59:44 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=GArWAGL2; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout01.t-online.de (Postfix) with SMTP id 9B7F31C4CC for ; Thu, 24 Sep 2026 07:59:41 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.151]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x9cUe-4OuUPy0; Thu, 24 Sep 2026 07:59:40 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 3/4] crucible: drop the require of the generated files Date: Thu, 24 Sep 2026 07:59:25 +0200 Message-ID: <20260924055926.7886-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260924055926.7886-1-f_l_k@t-online.de> References: <20260924055926.7886-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1790229580-69FF8986-A098B437/0/0 CLEAN NORMAL X-TOI-MSGID: 4a89e8fe-1182-4a6b-afa4-872f03b06e4b DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1790229581; i=f_l_k@t-online.de; bh=NGmXGAo147KgQcCsc8PpDgDozzKWaj7nvXD17uFSqus=; h=From:To:Subject:Date:In-Reply-To:References; b=GArWAGL2wWqycb3ztTNWg2haDdLc3L0285nQkfIMzHvbWjuQgHrWCEglI2Trk0S2e 9EUz2L28wjQjU9RNEvM60MJMLnsWodNgV0KkFqz9PA7MV+eOESDUXCB2To8ytXVfyD ZOYpdfysOExZK6IUTArp6oZwlMzaS9rcVzalEqpVZeylp5RFGecKWCJ5NPuMdhHDhU nhIlbNYJVenw5VDwXAMcsHqfyGDE4eZaQ4ov0dGuN0F4YuDT4uPZURXiaJ4VKDxA83 Vxj3Fdn+GJTFXhS15kOTGCZqdi7Ptk7un6l4V5jhKLfhLq4lo0SLn0AAvZ+L/HKIPV Nx49NILW4L2nQ== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Sep 2026 05:59:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130276 go-mod-update-modules includes the -licenses.inc and -go-mods.inc files itself now, requiring them again includes them twice. AI-Generated: Uses Claude Code (Claude Fable 5.1) Signed-off-by: Markus Volk --- meta-oe/recipes-support/crucible/crucible_2025.05.28.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-oe/recipes-support/crucible/crucible_2025.05.28.bb b/meta-oe/recipes-support/crucible/crucible_2025.05.28.bb index 4bff47eb68..83aa16f0c2 100644 --- a/meta-oe/recipes-support/crucible/crucible_2025.05.28.bb +++ b/meta-oe/recipes-support/crucible/crucible_2025.05.28.bb @@ -2,14 +2,11 @@ SUMMARY = "Utility that provides userspace support for reading and writing to th LICENSE = "BSD-3-Clause AND ${GO_MOD_LICENSES}" LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=201414b6610203caed355323b1ab3116" -require ${BPN}-licenses.inc SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master;destsuffix=${GO_SRCURI_DESTSUFFIX}" -require ${BPN}-go-mods.inc SRCREV = "9f6ece1a689bca0abbeae230fa05a749fd8086ec" - GO_IMPORT = "github.com/usbarmory/crucible" GO_INSTALL = "\ ${GO_IMPORT}/cmd/crucible \ From patchwork Thu Sep 24 05:59:26 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 99146 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 94548C98313 for ; Thu, 24 Sep 2026 05:59:49 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.1604.1790229583882307550 for ; Wed, 23 Sep 2026 22:59:44 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=ZYjimnX5; spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout02.t-online.de (Postfix) with SMTP id 9B707E1EC for ; Thu, 24 Sep 2026 07:59:41 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.151]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x9cUe-4OuUPz0; Thu, 24 Sep 2026 07:59:40 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 4/4] tailscale: drop the require of the generated files Date: Thu, 24 Sep 2026 07:59:26 +0200 Message-ID: <20260924055926.7886-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260924055926.7886-1-f_l_k@t-online.de> References: <20260924055926.7886-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1790229580-8AFFA986-FE1E9D42/0/0 CLEAN NORMAL X-TOI-MSGID: 0130bfbf-1738-421f-b02e-fc62d278c22d DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1790229581; i=f_l_k@t-online.de; bh=RjQntLgEpJxgpMIZrN6Vyqwn/oYF7wH5Diy0Zi9r6Y4=; h=From:To:Subject:Date:In-Reply-To:References; b=ZYjimnX5gjt9zXpArfKaWeIiCkIipkwrK75X5m1FUT5qM7B6Q3HGBsnEIEphxMJlG MxmnZ+abNYmOED7fO/7wClia3FdpcWdneKT3zwea6i8UjCggqTUsINkbWCxOsP/TJ4 1fyfHTUG+zgLDVeV0zw2Y10AzoBnOOIsgPVlbHtJb1/ni9lb5Px+r+LOmnureebZSO iO7zz1+8HBDPvmAV79URn5hPpeo+2qKFtzHOdIZpAVlJfnYzhqyOPR92LczxqDj90n qw0Z+S+FkH8vi/J2r2eqWGHiDUpWzgVB9fmagyyXx8XPd6VC/31KL4Ot2ZNL0buisu SS9WDSNhGNn5g== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Sep 2026 05:59:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130278 go-mod-update-modules includes the -licenses.inc and -go-mods.inc files itself now, requiring them again includes them twice. AI-Generated: Uses Claude Code (Claude Fable 5.1) Signed-off-by: Markus Volk --- .../recipes-connectivity/tailscale/tailscale_1.102.3.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-networking/recipes-connectivity/tailscale/tailscale_1.102.3.bb b/meta-networking/recipes-connectivity/tailscale/tailscale_1.102.3.bb index a8b47a8ed2..ac70e6fada 100644 --- a/meta-networking/recipes-connectivity/tailscale/tailscale_1.102.3.bb +++ b/meta-networking/recipes-connectivity/tailscale/tailscale_1.102.3.bb @@ -5,7 +5,6 @@ SECTION = "networking" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=cadeae10a8856ddfdb129866b75b33e3" -require ${BPN}-licenses.inc MAJOR_MINOR = "${@oe.utils.trim_version('${PV}', 2)}" SRC_URI = "git://github.com/tailscale/tailscale.git;protocol=https;branch=release-branch/${MAJOR_MINOR};destsuffix=${GO_SRCURI_DESTSUFFIX} \ @@ -14,7 +13,6 @@ SRC_URI = "git://github.com/tailscale/tailscale.git;protocol=https;branch=releas " SRCREV = "53a0d659afa51835dd7a9283873cca44261454f8" SRCREV_SHORT = "${@d.getVar('SRCREV')[:8]}" -require ${BPN}-go-mods.inc GO_IMPORT = "tailscale.com" GO_INSTALL = "${GO_IMPORT}/cmd/tailscaled"