From patchwork Wed Mar 12 14:45:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58793 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 2E3E6C28B2F for ; Wed, 12 Mar 2025 14:45:50 +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.39069.1741790742000068566 for ; Wed, 12 Mar 2025 07:45:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=g2AjxOUw; 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 52CEjefI1057601 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 12 Mar 2025 09:45:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741790740; bh=DSWPYZfYcYpIXDnEh8roqAuHeU7qKPRYz6y8TAuZNyc=; h=From:To:Subject:Date:In-Reply-To:References; b=g2AjxOUwpgKE/mcVAihZZpMAbe13aWYrNldm3Zzpv5PnpSBhw1Z4unOCrIY35i1Xq k0bNhx2FMLYRfUyyPI9UzchxwHAaQcfzOoawbDLaAVWnVkO/kVulHhSPpBn0kfnE9d lyGYlFuKClYJsG/L/S4LUKD2SRmqAscNrQku7G7c= 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 52CEjecR013965 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 12 Mar 2025 09:45:40 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) 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; Wed, 12 Mar 2025 09:45:39 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 12 Mar 2025 09:45:40 -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 52CEjejv006990; Wed, 12 Mar 2025 09:45:40 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsNL2-0003mI-5O; Wed, 12 Mar 2025 09:45:40 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/scarthgap][PATCH 01/10] irqbalance: Wrap the bbappend in a compliant manner Date: Wed, 12 Mar 2025 09:45:31 -0500 Message-ID: <20250312144540.14210-2-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250312144540.14210-1-reatmon@ti.com> References: <20250312144540.14210-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 ; Wed, 12 Mar 2025 14:45:50 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15992 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon --- .../{irqbalance_git.bbappend => irqbalance-arago.inc} | 0 .../recipes-extended/irqbalance/irqbalance_git.bbappend | 8 +++++--- 2 files changed, 5 insertions(+), 3 deletions(-) copy meta-arago-distro/recipes-extended/irqbalance/{irqbalance_git.bbappend => irqbalance-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend b/meta-arago-distro/recipes-extended/irqbalance/irqbalance-arago.inc similarity index 100% copy from meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend copy to meta-arago-distro/recipes-extended/irqbalance/irqbalance-arago.inc diff --git a/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend index 55f4b54b..af834564 100644 --- a/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend +++ b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend @@ -1,4 +1,6 @@ -SRCREV = "c24ed221e9e82faf1ad22de133c3c97a0117c5d7" -PV = "1.9.2+git" -PR:append = ".arago3" +IRQBALANCE_ARAGO = "" +IRQBALANCE_ARAGO:arago = "irqbalance-arago.inc" + +require ${IRQBALANCE_ARAGO} + From patchwork Wed Mar 12 14:45:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58799 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 6972AC35FF6 for ; Wed, 12 Mar 2025 14:45:50 +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.39071.1741790742345525307 for ; Wed, 12 Mar 2025 07:45:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=U3VkOunz; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52CEjeMU1525222 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 12 Mar 2025 09:45:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741790740; bh=p+19pwGdFBYYbdyywNMQ4AnrxNRKQ5ZdlAtOiD6DpCE=; h=From:To:Subject:Date:In-Reply-To:References; b=U3VkOunz5F5g4Bds47XSQyjM12m5mEkP0Lz2I1BqWn6ivo2chnYv4Kk5RDXV6qQDI 9rDn5vCM/D2w9+FGBNsxRZ9OP1xcSjTLCEWNs+PgV/860ZXcZVIERIfC+7Ddyr6hhS vm5ItbFNhN+Rs9kmJ7lGF51pWmO0oCtDQ5H0isxg= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52CEjeQb097194 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 12 Mar 2025 09:45:40 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) 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; Wed, 12 Mar 2025 09:45:40 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) 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 via Frontend Transport; Wed, 12 Mar 2025 09:45:40 -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 52CEjegR074619; Wed, 12 Mar 2025 09:45:40 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsNL2-0003nD-9B; Wed, 12 Mar 2025 09:45:40 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/scarthgap][PATCH 02/10] pm-qa: Wrap the bbappend in a compliant manner Date: Wed, 12 Mar 2025 09:45:32 -0500 Message-ID: <20250312144540.14210-3-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250312144540.14210-1-reatmon@ti.com> References: <20250312144540.14210-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 ; Wed, 12 Mar 2025 14:45:50 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15995 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon --- .../pm-qa/{pm-qa_%.bbappend => pm-qa-arago.inc} | 5 +++-- .../recipes-devtools/pm-qa/pm-qa_%.bbappend | 10 +++------- 2 files changed, 6 insertions(+), 9 deletions(-) copy meta-arago-distro/recipes-devtools/pm-qa/{pm-qa_%.bbappend => pm-qa-arago.inc} (62%) diff --git a/meta-arago-distro/recipes-devtools/pm-qa/pm-qa_%.bbappend b/meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc similarity index 62% copy from meta-arago-distro/recipes-devtools/pm-qa/pm-qa_%.bbappend copy to meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc index 73d4013d..079772ad 100644 --- a/meta-arago-distro/recipes-devtools/pm-qa/pm-qa_%.bbappend +++ b/meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc @@ -1,10 +1,11 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/pm-qa:" # Bump to 0.5.0+ SRCREV = "e66966ef6a08cd3b491ee1df5c6c5d33baaf1f1c" SRC_URI += " \ file://0001-Return-non-zero-value-on-test-failure.patch \ - file://0002-cpuidle-Avoid-relative-paths.patch" + file://0002-cpuidle-Avoid-relative-paths.patch \ +" PR:append = ".arago0" diff --git a/meta-arago-distro/recipes-devtools/pm-qa/pm-qa_%.bbappend b/meta-arago-distro/recipes-devtools/pm-qa/pm-qa_%.bbappend index 73d4013d..89d37b2a 100644 --- a/meta-arago-distro/recipes-devtools/pm-qa/pm-qa_%.bbappend +++ b/meta-arago-distro/recipes-devtools/pm-qa/pm-qa_%.bbappend @@ -1,10 +1,6 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -# Bump to 0.5.0+ -SRCREV = "e66966ef6a08cd3b491ee1df5c6c5d33baaf1f1c" +PM_QA_ARAGO = "" +PM_QA_ARAGO:arago = "pm-qa-arago.inc" -SRC_URI += " \ - file://0001-Return-non-zero-value-on-test-failure.patch \ - file://0002-cpuidle-Avoid-relative-paths.patch" +require ${PM_QA_ARAGO} -PR:append = ".arago0" From patchwork Wed Mar 12 14:45:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58796 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 2F3B5C28B28 for ; Wed, 12 Mar 2025 14:45:50 +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.38830.1741790741780157711 for ; Wed, 12 Mar 2025 07:45:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=nTQh0faQ; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52CEjekt1094851 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 12 Mar 2025 09:45:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741790741; bh=WvQmZflHbpGqUTmF/Ocr0bKu5fOT9xOQtEr0HXM5Io0=; h=From:To:Subject:Date:In-Reply-To:References; b=nTQh0faQ+h90q2G+ndxZ4Q2/FdlwW+ejFJVU3Yj+GPu8ezK4peMacxymzs2BR1AB+ T9RDOj0Cld1S1cWE2q0Ay0zbTiY8vYfwAI1iMrgbydCySfJwNOftBjZnmnrxTRwfSM R3gBLCuOnZYbiVcP/65nUe96QsS0ay1bFzDHv1qE= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52CEjewO021524; Wed, 12 Mar 2025 09:45:40 -0500 Received: from DFLE115.ent.ti.com (10.64.6.36) 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; Wed, 12 Mar 2025 09:45:40 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 12 Mar 2025 09:45:40 -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 52CEjev3074622; Wed, 12 Mar 2025 09:45:40 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsNL2-0003oA-Cr; Wed, 12 Mar 2025 09:45:40 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/scarthgap][PATCH 03/10] piglit: Wrap the bbappend in a compliant manner Date: Wed, 12 Mar 2025 09:45:33 -0500 Message-ID: <20250312144540.14210-4-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250312144540.14210-1-reatmon@ti.com> References: <20250312144540.14210-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 ; Wed, 12 Mar 2025 14:45:50 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15991 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-ti-bsp with ti-soc in the MACHINE_OVERRIDES would the bbappend apply. Signed-off-by: Ryan Eatmon --- .../{piglit_%.bbappend => piglit-ti.inc} | 0 .../recipes-graphics/piglit/piglit_%.bbappend | 32 ++----------------- 2 files changed, 3 insertions(+), 29 deletions(-) copy meta-arago-test/recipes-graphics/piglit/{piglit_%.bbappend => piglit-ti.inc} (100%) diff --git a/meta-arago-test/recipes-graphics/piglit/piglit_%.bbappend b/meta-arago-test/recipes-graphics/piglit/piglit-ti.inc similarity index 100% copy from meta-arago-test/recipes-graphics/piglit/piglit_%.bbappend copy to meta-arago-test/recipes-graphics/piglit/piglit-ti.inc diff --git a/meta-arago-test/recipes-graphics/piglit/piglit_%.bbappend b/meta-arago-test/recipes-graphics/piglit/piglit_%.bbappend index fb533533..d93e5d48 100644 --- a/meta-arago-test/recipes-graphics/piglit/piglit_%.bbappend +++ b/meta-arago-test/recipes-graphics/piglit/piglit_%.bbappend @@ -1,30 +1,4 @@ -# add a config to point piglit at the default install location for deqp tests -# if they are selected +PIGLIT_TI = "" +PIGLIT_TI:ti-soc = "piglit-ti.inc" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - -PACKAGECONFIG[deqp-gles] = ",,,opengl-es-cts" -PACKAGECONFIG[deqp-vk] = ",,,vulkan-cts" - -do_install:append() { - if ${@bb.utils.contains('PACKAGECONFIG', 'deqp-gles', 'true', 'false', d)}; then - printf "%s\n" \ - "[deqp-egl]" \ - "bin=/usr/lib/opengl-es-cts/deqp-egl" \ - "[deqp-gles2]" \ - "bin=/usr/lib/opengl-es-cts/deqp-gles2" \ - "[deqp-gles3]" \ - "bin=/usr/lib/opengl-es-cts/deqp-gles3" \ - "[deqp-gles31]" \ - "bin=/usr/lib/opengl-es-cts/deqp-gles31" \ - >> ${D}/${libdir}/piglit/piglit.conf - fi - if ${@bb.utils.contains('PACKAGECONFIG', 'deqp-vk', 'true', 'false', d)}; then - printf "%s\n" \ - "[deqp-vk]" \ - "bin=/usr/lib/vulkan-cts/deqp-vk" \ - "[deqp-vksc]" \ - "bin=/usr/lib/vulkan-cts/deqp-vksc" \ - >> ${D}/${libdir}/piglit/piglit.conf - fi -} +require ${PIGLIT_TI} From patchwork Wed Mar 12 14:45:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58802 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 750EFC35FF7 for ; Wed, 12 Mar 2025 14:45:50 +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.39072.1741790742346347627 for ; Wed, 12 Mar 2025 07:45:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=GGJ+wLZG; 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 52CEjeox1057607 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 12 Mar 2025 09:45:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741790741; bh=Sl0tOc0GfnsrKhomK/xIoYQBTWLzTHQW/DFIj59crT0=; h=From:To:Subject:Date:In-Reply-To:References; b=GGJ+wLZGviZvrXtdJoOLSqQGU/xUoDnzJ93F/I713ueIkXaWo7Czkk/bfUzOPvBcE cvhXGpCljTnNS7iThDNHfxq6UR2TJcolpPgpIZVWRdLoITkki/HlIIZWBqtsJM1mi1 9pykcU4NCqGnmSovmJ6pqRit6D49U0y0AJ4F20SE= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52CEjevO005781 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 12 Mar 2025 09:45:40 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) 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; Wed, 12 Mar 2025 09:45:40 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 12 Mar 2025 09:45:40 -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 52CEjeuO074628; Wed, 12 Mar 2025 09:45:40 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsNL2-0003ow-Fk; Wed, 12 Mar 2025 09:45:40 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/scarthgap][PATCH 04/10] mtd-utils: Wrap the bbappend in a compliant manner Date: Wed, 12 Mar 2025 09:45:34 -0500 Message-ID: <20250312144540.14210-5-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250312144540.14210-1-reatmon@ti.com> References: <20250312144540.14210-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 ; Wed, 12 Mar 2025 14:45:50 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15996 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-ti-bsp with ti-soc in the MACHINE_OVERRIDES would the bbappend apply. Signed-off-by: Ryan Eatmon --- .../recipes-core/packagegroups/ti-test.bb | 5 +- ...{mtd-utils_%.bbappend => mtd-utils-ti.inc} | 0 .../recipes-devtools/mtd/mtd-utils_%.bbappend | 47 ++----------------- 3 files changed, 7 insertions(+), 45 deletions(-) copy meta-arago-test/recipes-devtools/mtd/{mtd-utils_%.bbappend => mtd-utils-ti.inc} (100%) diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index 934a2c47..a5a8838f 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -38,7 +38,6 @@ TI_TEST_BASE = "\ mstpd \ mtd-utils \ mtd-utils-ubifs \ - mtd-utils-ubifs-tests \ nbench-byte \ netperf \ openntpd \ @@ -59,6 +58,10 @@ TI_TEST_BASE = "\ yavta \ " +TI_TEST_BASE:ti-soc:append = " \ + mtd-utils-ubifs-tests \ +" + TI_TEST_EXTRAS = " \ python3-pillow \ pytesseract \ diff --git a/meta-arago-test/recipes-devtools/mtd/mtd-utils_%.bbappend b/meta-arago-test/recipes-devtools/mtd/mtd-utils-ti.inc similarity index 100% copy from meta-arago-test/recipes-devtools/mtd/mtd-utils_%.bbappend copy to meta-arago-test/recipes-devtools/mtd/mtd-utils-ti.inc diff --git a/meta-arago-test/recipes-devtools/mtd/mtd-utils_%.bbappend b/meta-arago-test/recipes-devtools/mtd/mtd-utils_%.bbappend index 1120e87a..bdf28247 100644 --- a/meta-arago-test/recipes-devtools/mtd/mtd-utils_%.bbappend +++ b/meta-arago-test/recipes-devtools/mtd/mtd-utils_%.bbappend @@ -1,45 +1,4 @@ -PR:append = ".arago2" +MTD_UTILS_TI = "" +MTD_UTILS_TI:ti-soc = "mtd-utils-ti.inc" -SRC_URI:remove = "git://git.infradead.org/mtd-utils.git;branch=master \ -" - -SRC_URI:prepend = "git://git.infraroot.at/mtd-utils.git;branch=master;protocol=https \ -" - -EXTRA_OEMAKE = "'CC=${CC} ${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'RANLIB=${RANLIB}' 'AR=${AR}' 'BUILDDIR=${S}'" - -do_compile:append() { - oe_runmake tests -} - -do_install:append() { - install -m 0755 io_update ${D}${sbindir}/ - install -m 0755 volrefcnt ${D}${sbindir}/ - install -m 0755 integ ${D}${sbindir}/ - install -m 0755 io_paral ${D}${sbindir}/ - install -m 0755 io_read ${D}${sbindir}/ - install -m 0755 io_basic ${D}${sbindir}/ - install -m 0755 mkvol_basic ${D}${sbindir}/ - install -m 0755 mkvol_bad ${D}${sbindir}/ - install -m 0755 mkvol_paral ${D}${sbindir}/ - install -m 0755 rsvol ${D}${sbindir}/ - install -m 0755 tests/ubi-tests/runubitests.sh ${D}${sbindir}/ - install -m 0755 tests/ubi-tests/ubi-stress-test.sh ${D}${sbindir}/ -} - -PACKAGES =+ "mtd-utils-ubifs-tests" - -FILES:mtd-utils-ubifs-tests = " \ -${sbindir}/io_update \ -${sbindir}/volrefcnt \ -${sbindir}/integ \ -${sbindir}/io_paral \ -${sbindir}/io_read \ -${sbindir}/io_basic \ -${sbindir}/mkvol_basic \ -${sbindir}/mkvol_bad \ -${sbindir}/mkvol_paral \ -${sbindir}/rsvol \ -${sbindir}/runubitests.sh \ -${sbindir}/ubi-stress-test.sh \ -" +require ${MTD_UTILS_TI} From patchwork Wed Mar 12 14:45:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58801 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 8300EC35FF8 for ; Wed, 12 Mar 2025 14:45:50 +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.39075.1741790742392817945 for ; Wed, 12 Mar 2025 07:45:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Cx+0ZcMf; 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 52CEjfEA1525226 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 12 Mar 2025 09:45:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741790741; bh=LMjz88pLaEehnztsRrZHeNvKJ6bUL9svK8PUEfaI12Y=; h=From:To:Subject:Date:In-Reply-To:References; b=Cx+0ZcMfgCxzl/pEqAyqGQkt8L9/CFN/S2xkChykXw8EuucVeBiAQV8DtGYf3uuIU 0coc+qBjlfF290UApPSuiVSxqXresp05q63fYrSf7+gaapaGjGRv5y5dhOQW8GZlzi WqGFer3uKK6dgT9BK8hZS9j75hSHDAfdCZwBUdb0= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52CEjfmO021529; Wed, 12 Mar 2025 09:45:41 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) 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; Wed, 12 Mar 2025 09:45:40 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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 via Frontend Transport; Wed, 12 Mar 2025 09:45:40 -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 52CEjeYG007004; Wed, 12 Mar 2025 09:45:40 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsNL2-0003pt-JV; Wed, 12 Mar 2025 09:45:40 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/scarthgap][PATCH 05/10] v4l-utils: Wrap the bbappend in a compliant manner Date: Wed, 12 Mar 2025 09:45:35 -0500 Message-ID: <20250312144540.14210-6-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250312144540.14210-1-reatmon@ti.com> References: <20250312144540.14210-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 ; Wed, 12 Mar 2025 14:45:50 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15998 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon --- .../{v4l-utils_%.bbappend => v4l-utils-arago.inc} | 2 +- .../recipes-multimedia/v4l2apps/v4l-utils_%.bbappend | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) copy meta-arago-extras/recipes-multimedia/v4l2apps/{v4l-utils_%.bbappend => v4l-utils-arago.inc} (69%) diff --git a/meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils_%.bbappend b/meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils-arago.inc similarity index 69% copy from meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils_%.bbappend copy to meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils-arago.inc index 9b74dc7c..204874b6 100644 --- a/meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils_%.bbappend +++ b/meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils-arago.inc @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/v4l-utils:" SRC_URI:append = " \ file://0001-media-ctl-add-support-for-RGBIr-bayer-formats.patch \ diff --git a/meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils_%.bbappend b/meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils_%.bbappend index 9b74dc7c..250bcb18 100644 --- a/meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils_%.bbappend +++ b/meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils_%.bbappend @@ -1,7 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +V4L_UTILS_ARAGO = "" +V4L_UTILS_ARAGO:arago = "v4l-utils-arago.inc" -SRC_URI:append = " \ - file://0001-media-ctl-add-support-for-RGBIr-bayer-formats.patch \ -" - -PR:append = ".arago0" +require ${V4L_UTILS_ARAGO} From patchwork Wed Mar 12 14:45:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58798 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 59FFBC35FF3 for ; Wed, 12 Mar 2025 14:45:50 +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.38831.1741790742071002372 for ; Wed, 12 Mar 2025 07:45:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=xLaOegXL; 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 52CEjfSa1094859 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 12 Mar 2025 09:45:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741790741; bh=33jjN6O8ICsIGnAhA+sLWDdajcf9YX9mT4QqJ6RwRz8=; h=From:To:Subject:Date:In-Reply-To:References; b=xLaOegXLlRMu9LCRyTgpNmjrX/yVQ2/jDVk0TITmimLzaPdF3chzk01G8aOc2Sfwh JYunCRNFAyOYkS/BpT6LcVjLKVIHNvSCRIMhLtgtewI0Xj/eMyUMbAhFv8EbdszP5f Q4JhYXf0qdJCN92zYnPesp6hM4ibl9bN93NfltD0= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52CEjfld097203 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 12 Mar 2025 09:45:41 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) 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; Wed, 12 Mar 2025 09:45:40 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 12 Mar 2025 09:45:40 -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 52CEjelA007009; Wed, 12 Mar 2025 09:45:40 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsNL2-0003qm-NK; Wed, 12 Mar 2025 09:45:40 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/scarthgap][PATCH 06/10] gstreamer1.0-plugins-good: Wrap the bbappend in a compliant manner Date: Wed, 12 Mar 2025 09:45:36 -0500 Message-ID: <20250312144540.14210-7-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250312144540.14210-1-reatmon@ti.com> References: <20250312144540.14210-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 ; Wed, 12 Mar 2025 14:45:50 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15993 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon --- ...pend => gstreamer1.0-plugins-good_1.24-arago.inc} | 2 +- .../gstreamer1.0-plugins-good_1.24.%.bbappend | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) copy meta-arago-extras/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.24.%.bbappend => gstreamer1.0-plugins-good_1.24-arago.inc} (83%) diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.%.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24-arago.inc similarity index 83% copy from meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.%.bbappend copy to meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24-arago.inc index 30dd5c85..26549776 100644 --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.%.bbappend +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24-arago.inc @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/gstreamer1.0-plugins-good:" SRC_URI:append = " \ file://0002-Adding-support-for-bayer-formats-with-IR-component.patch \ diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.%.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.%.bbappend index 30dd5c85..e2e8b043 100644 --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.%.bbappend +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.%.bbappend @@ -1,10 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +GSTREAMER1p0_PLUGINS_GOOD_1p24_ARAGO = "" +GSTREAMER1p0_PLUGINS_GOOD_1p24_ARAGO:arago = "gstreamer1.0-plugins-good_1.24-arago.inc" -SRC_URI:append = " \ - file://0002-Adding-support-for-bayer-formats-with-IR-component.patch \ - file://0003-v4l2-Changes-for-DMA-Buf-import-j721s2.patch \ - file://0004-v4l2-Give-preference-to-contiguous-format-if-support.patch \ - file://0005-HACK-gstv4l2object-Increase-min-buffers-for-CSI-capt.patch \ -" - -PR:append = ".arago0" +require ${GSTREAMER1p0_PLUGINS_GOOD_1p24_ARAGO} From patchwork Wed Mar 12 14:45:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58800 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 5FC88C35FF4 for ; Wed, 12 Mar 2025 14:45:50 +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.39070.1741790742150747774 for ; Wed, 12 Mar 2025 07:45:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=IhzrqnZN; 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 52CEjfH41094863 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 12 Mar 2025 09:45:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741790741; bh=MXAjwroYZuCKkyBxEDncgi4TW5ZXq4CXdg+By2uKuis=; h=From:To:Subject:Date:In-Reply-To:References; b=IhzrqnZN5O5B7tYymIMXDDsq2YEOGOcRYz6jHkrbTmCyCnAfbFe6wuxlAqWZgB3eo K0TS6xwWFGGNCtEZK3xYirlYlBo+xjKesXFT75CK98EhAjXFlV/dHOaFLGHRbCqIP4 Ju6/WTob8jnIEMAGJtg0wLWRIu1ulv9sv+Oanc2A= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52CEjfSH013974 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 12 Mar 2025 09:45:41 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 12 Mar 2025 09:45:40 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 12 Mar 2025 09:45:40 -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 52CEje4F074641; Wed, 12 Mar 2025 09:45:40 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsNL2-0003rg-RA; Wed, 12 Mar 2025 09:45:40 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/scarthgap][PATCH 07/10] wayland-protocols: Wrap the bbappend in a compliant manner Date: Wed, 12 Mar 2025 09:45:37 -0500 Message-ID: <20250312144540.14210-8-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250312144540.14210-1-reatmon@ti.com> References: <20250312144540.14210-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 ; Wed, 12 Mar 2025 14:45:50 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15994 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon --- ...ols_%.bbappend => wayland-protocols-arago.inc} | 2 +- .../wayland/wayland-protocols_%.bbappend | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) copy meta-arago-extras/recipes-graphics/wayland/{wayland-protocols_%.bbappend => wayland-protocols-arago.inc} (85%) diff --git a/meta-arago-extras/recipes-graphics/wayland/wayland-protocols_%.bbappend b/meta-arago-extras/recipes-graphics/wayland/wayland-protocols-arago.inc similarity index 85% copy from meta-arago-extras/recipes-graphics/wayland/wayland-protocols_%.bbappend copy to meta-arago-extras/recipes-graphics/wayland/wayland-protocols-arago.inc index 332e9c97..b97b5edb 100644 --- a/meta-arago-extras/recipes-graphics/wayland/wayland-protocols_%.bbappend +++ b/meta-arago-extras/recipes-graphics/wayland/wayland-protocols-arago.inc @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/wayland-protocols:" PR:append = ".arago2" diff --git a/meta-arago-extras/recipes-graphics/wayland/wayland-protocols_%.bbappend b/meta-arago-extras/recipes-graphics/wayland/wayland-protocols_%.bbappend index 332e9c97..26dc8fd0 100644 --- a/meta-arago-extras/recipes-graphics/wayland/wayland-protocols_%.bbappend +++ b/meta-arago-extras/recipes-graphics/wayland/wayland-protocols_%.bbappend @@ -1,13 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +WAYLAND_PROTOCOLS_ARAGO = "" +WAYLAND_PROTOCOLS_ARAGO:arago = "wayland-protocols-arago.inc" -PR:append = ".arago2" - -SRC_URI += " \ - file://0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch \ - file://0002-wayland-drm-Update-to-version-2.patch \ -" - -do_install:append() { - install -d ${D}${datadir}/wayland-protocols/stable/wayland-drm - cp ${S}/stable/wayland-drm/wayland-drm.xml ${D}${datadir}/wayland-protocols/stable/wayland-drm/ -} +require ${WAYLAND_PROTOCOLS_ARAGO} From patchwork Wed Mar 12 14:45:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58795 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 4416FC28B30 for ; Wed, 12 Mar 2025 14:45:50 +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.38833.1741790742857413129 for ; Wed, 12 Mar 2025 07:45:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=sj1/T7ch; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52CEjfRI1525236 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 12 Mar 2025 09:45:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741790741; bh=sXbFHXN4DwTAhG58jzoN8N3O3R0+KXXPgqHMh+4JTnU=; h=From:To:Subject:Date:In-Reply-To:References; b=sj1/T7chd+iXm88+MzorrBiFM68KUvqnBc1nRwLDeSmxScIond2NnavQIkW1H9ge3 hnHAnNnjryTVYigrGIJ1QLMZ9Hei82Y6aelz/kEuuL31oX/8JWLDNYtJYaaO8l99bf 61ZQoz2JDt9I/56zM/sBdaOImfJnaWfr4+wthCWo= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52CEjfjO097210 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 12 Mar 2025 09:45:41 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) 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; Wed, 12 Mar 2025 09:45:41 -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; Wed, 12 Mar 2025 09:45:41 -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 52CEjfoP007016; Wed, 12 Mar 2025 09:45:41 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsNL2-0003sQ-U3; Wed, 12 Mar 2025 09:45:40 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/scarthgap][PATCH 08/10] glfw: Wrap the bbappend in a compliant manner Date: Wed, 12 Mar 2025 09:45:38 -0500 Message-ID: <20250312144540.14210-9-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250312144540.14210-1-reatmon@ti.com> References: <20250312144540.14210-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 ; Wed, 12 Mar 2025 14:45:50 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16000 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon --- .../glfw/{glfw_%.bbappend => glfw-arago.inc} | 0 .../recipes-graphics/glfw/glfw_%.bbappend | 10 +++------- 2 files changed, 3 insertions(+), 7 deletions(-) copy meta-arago-extras/recipes-graphics/glfw/{glfw_%.bbappend => glfw-arago.inc} (100%) diff --git a/meta-arago-extras/recipes-graphics/glfw/glfw_%.bbappend b/meta-arago-extras/recipes-graphics/glfw/glfw-arago.inc similarity index 100% copy from meta-arago-extras/recipes-graphics/glfw/glfw_%.bbappend copy to meta-arago-extras/recipes-graphics/glfw/glfw-arago.inc diff --git a/meta-arago-extras/recipes-graphics/glfw/glfw_%.bbappend b/meta-arago-extras/recipes-graphics/glfw/glfw_%.bbappend index 8352a866..8aa73700 100644 --- a/meta-arago-extras/recipes-graphics/glfw/glfw_%.bbappend +++ b/meta-arago-extras/recipes-graphics/glfw/glfw_%.bbappend @@ -1,8 +1,4 @@ -# Add some wayland configuration options until meta-oe adds some good -# PACKAGECONFIGS +GLFW_ARAGO = "" +GLFW_ARAGO:arago = "glfw-arago.inc" -PR:append = ".arago1" - -PACKAGECONFIG[wayland] = "-DGLFW_USE_WAYLAND=ON,,wayland wayland-native wayland-protocols extra-cmake-modules libxkbcommon" - -PACKAGECONFIG += " wayland" +require ${GLFW_ARAGO} From patchwork Wed Mar 12 14:45:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58797 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 51F20C35FF2 for ; Wed, 12 Mar 2025 14:45:50 +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.38834.1741790742969719918 for ; Wed, 12 Mar 2025 07:45:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=iJKMf23+; 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 52CEjfWd1525240 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 12 Mar 2025 09:45:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741790741; bh=9hct/iIZFiI+hsUMmr1v4LZeCTcXEAvSY77Ks1A22EE=; h=From:To:Subject:Date:In-Reply-To:References; b=iJKMf23+dQYuj7fguSxIdNMEUSOSXc7PsA2llcMlIx0BYAY1ZxC6GwTYlqKTXPCZW 6DH2Zu0fqRrWn07Yi/aHlG3KSrQ2Aa4uB7nHBGjY0VvujiRgjxnCCMicss7Pnjd5as LElvQS54q7eWHvG0wgbZfLzatMhIqhUoz2vIhXMc= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52CEjfRd013978 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 12 Mar 2025 09:45:41 -0500 Received: from DLEE113.ent.ti.com (157.170.170.24) 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; Wed, 12 Mar 2025 09:45:41 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) 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 via Frontend Transport; Wed, 12 Mar 2025 09:45:41 -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 52CEjfXW074647; Wed, 12 Mar 2025 09:45:41 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsNL3-0003tR-1g; Wed, 12 Mar 2025 09:45:41 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/scarthgap][PATCH 09/10] open62541: Wrap the bbappend in a compliant manner Date: Wed, 12 Mar 2025 09:45:39 -0500 Message-ID: <20250312144540.14210-10-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250312144540.14210-1-reatmon@ti.com> References: <20250312144540.14210-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 ; Wed, 12 Mar 2025 14:45:50 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16001 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon --- ...en62541_%.bbappend => open62541-arago.inc} | 8 ++-- .../open62541/open62541_%.bbappend | 42 ++----------------- 2 files changed, 7 insertions(+), 43 deletions(-) copy meta-arago-extras/recipes-connectivity/open62541/{open62541_%.bbappend => open62541-arago.inc} (83%) diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541_%.bbappend b/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc similarity index 83% copy from meta-arago-extras/recipes-connectivity/open62541/open62541_%.bbappend copy to meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc index 765639fa..745c88a1 100644 --- a/meta-arago-extras/recipes-connectivity/open62541/open62541_%.bbappend +++ b/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc @@ -1,7 +1,8 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/open62541:" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI:append = " file://0001-examples-client-allow-configurable-server.patch \ - file://0001-examples-Remove-sys-io.h.patch \ +SRC_URI:append = " \ + file://0001-examples-client-allow-configurable-server.patch \ + file://0001-examples-Remove-sys-io.h.patch \ " EXTRA_OECMAKE = "-DUA_BUILD_EXAMPLES=1" @@ -37,4 +38,3 @@ ALLOW_EMPTY:${PN}-staticdev = "1" ALLOW_EMPTY:${PN}-tests = "1" BBCLASSEXTEND = "native nativesdk" - diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541_%.bbappend b/meta-arago-extras/recipes-connectivity/open62541/open62541_%.bbappend index 765639fa..c7e308c6 100644 --- a/meta-arago-extras/recipes-connectivity/open62541/open62541_%.bbappend +++ b/meta-arago-extras/recipes-connectivity/open62541/open62541_%.bbappend @@ -1,40 +1,4 @@ +OPEN62541_ARAGO = "" +OPEN62541_ARAGO:arago = "open62541-arago.inc" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI:append = " file://0001-examples-client-allow-configurable-server.patch \ - file://0001-examples-Remove-sys-io.h.patch \ -" - -EXTRA_OECMAKE = "-DUA_BUILD_EXAMPLES=1" - -# Install examples and unit tests -do_install:append() { - # Install examples - install -d "${D}${datadir}/${BPN}/examples" - for example in ${B}/bin/examples/* - do - install -m 755 "$example" "${D}${datadir}/${BPN}/examples" - done - - if ${@bb.utils.contains('PACKAGECONFIG','unit_tests','true','false',d)} - then - # Install unittests - install -d "${D}${datadir}/${BPN}/tests" - for test in ${B}/bin/tests/* - do - install -m 755 "$test" "${D}${datadir}/${BPN}/tests" - done - fi -} - -PACKAGES =+ "${PN}-examples ${PN}-tests" -FILES:${PN} += "${bindir}" -FILES:${PN}-dev += "${libdir}/cmake/* ${datadir}/${BPN}/tools" -FILES:${PN}-examples += "${datadir}/${BPN}/examples" -FILES:${PN}-tests += "${datadir}/${BPN}/tests" - -# Allow staticdev package to be empty incase sharedlibs is switched on -ALLOW_EMPTY:${PN}-staticdev = "1" -ALLOW_EMPTY:${PN}-tests = "1" - -BBCLASSEXTEND = "native nativesdk" - +require ${OPEN62541_ARAGO} From patchwork Wed Mar 12 14:45:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 58794 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 302A2C35FF1 for ; Wed, 12 Mar 2025 14:45:50 +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.39076.1741790742909392215 for ; Wed, 12 Mar 2025 07:45:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=I+f4FZqB; 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 52CEjf0Q1525244 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 12 Mar 2025 09:45:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741790741; bh=txYyRJgUlMZBE91DEczA9ep/iHK2EoS0j0qjGqlOp6Y=; h=From:To:Subject:Date:In-Reply-To:References; b=I+f4FZqBTw1HaMy5UoRv6UixpJdAbtLe1VBNqQioVdTktVqUiuCb2uKmxq89RszHs +5dkOIOfd2qocgW2XhH9y1uEsGpt2/imxjmlgAppJZERnW+ZXVAPXY0zFmNxaWFdlk yYYk4Ahbkqk8TqYtlSW8ymYMAaOV7S4MoeyQ43mc= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52CEjflM005790 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 12 Mar 2025 09:45:41 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) 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; Wed, 12 Mar 2025 09:45:41 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 12 Mar 2025 09:45:41 -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 52CEjfxG007021; Wed, 12 Mar 2025 09:45:41 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tsNL3-0003uA-4g; Wed, 12 Mar 2025 09:45:41 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/scarthgap][PATCH 10/10] open62541: Fix Upstream-Status typo in patch Date: Wed, 12 Mar 2025 09:45:40 -0500 Message-ID: <20250312144540.14210-11-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250312144540.14210-1-reatmon@ti.com> References: <20250312144540.14210-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 ; Wed, 12 Mar 2025 14:45:50 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15999 We had a typo in the Upstream-Status for this patch. Signed-off-by: Ryan Eatmon --- .../0001-CMakeLists-do-not-install-git-directories.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-CMakeLists-do-not-install-git-directories.patch b/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-CMakeLists-do-not-install-git-directories.patch index 84235074..89e47635 100644 --- a/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-CMakeLists-do-not-install-git-directories.patch +++ b/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-CMakeLists-do-not-install-git-directories.patch @@ -5,7 +5,7 @@ Subject: [PATCH] CMakeLists: do not install git directories Signed-off-by: Jacob Stiffler -Upstream-status: Pending +Upstream-Status: Pending --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+)