From patchwork Thu Mar 20 18:10: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: 59657 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 AD22EC36010 for ; Thu, 20 Mar 2025 18:10:53 +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.1878.1742494249661734502 for ; Thu, 20 Mar 2025 11:10:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Ma6DYMKe; 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 52KIAmSA703248 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 20 Mar 2025 13:10:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494248; bh=EW+H8DIyPVbVRqrL4LUhb9aS3bRhGA0zd78H/rLB3xI=; h=From:To:Subject:Date:In-Reply-To:References; b=Ma6DYMKe4fmCtuJxRSGZVWiIhocU1C/PUXTeaf7NgzDayrktMyLe8mQHdxpxG7NLb 9u3GVva8akrGN0ecS4TQihmL/TuOOyUAmQC/HNBmeMn794o4rZrlAKGvEzeOMFtOfn e+i8rVXzD66IQy5CM8xWBDB5Nh/0ROAHabxiXqFI= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIAmaS038121; Thu, 20 Mar 2025 13:10:48 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:48 -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; Thu, 20 Mar 2025 13:10:47 -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 52KIAlhn085660; Thu, 20 Mar 2025 13:10:47 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLv-00078R-A2; Thu, 20 Mar 2025 13:10:47 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 01/26] alsa-state: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:22 -0500 Message-ID: <20250320181047.18035-2-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16111 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 --- .../{alsa-state.bbappend => alsa-state-arago.inc} | 2 +- .../recipes-bsp/alsa-state/alsa-state.bbappend | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) copy meta-arago-distro/recipes-bsp/alsa-state/{alsa-state.bbappend => alsa-state-arago.inc} (53%) diff --git a/meta-arago-distro/recipes-bsp/alsa-state/alsa-state.bbappend b/meta-arago-distro/recipes-bsp/alsa-state/alsa-state-arago.inc similarity index 53% copy from meta-arago-distro/recipes-bsp/alsa-state/alsa-state.bbappend copy to meta-arago-distro/recipes-bsp/alsa-state/alsa-state-arago.inc index ef9c2f32..80dfa776 100644 --- a/meta-arago-distro/recipes-bsp/alsa-state/alsa-state.bbappend +++ b/meta-arago-distro/recipes-bsp/alsa-state/alsa-state-arago.inc @@ -1,4 +1,4 @@ PR:append = ".arago0" # look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/alsa-state:" diff --git a/meta-arago-distro/recipes-bsp/alsa-state/alsa-state.bbappend b/meta-arago-distro/recipes-bsp/alsa-state/alsa-state.bbappend index ef9c2f32..1a4fc80b 100644 --- a/meta-arago-distro/recipes-bsp/alsa-state/alsa-state.bbappend +++ b/meta-arago-distro/recipes-bsp/alsa-state/alsa-state.bbappend @@ -1,4 +1,4 @@ -PR:append = ".arago0" +ALSA_STATE_ARAGO = "" +ALSA_STATE_ARAGO:arago = "alsa-state-arago.inc" -# look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +require ${ALSA_STATE_ARAGO} From patchwork Thu Mar 20 18:10: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: 59658 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 D843AC36018 for ; Thu, 20 Mar 2025 18:10:53 +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.1851.1742494249558703333 for ; Thu, 20 Mar 2025 11:10:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=iWRhFskx; 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 52KIAlV1703242 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494248; bh=44p3dHVci8yveRce6jPFkfDGtqtlp+Wm5p8EZvgmjSg=; h=From:To:Subject:Date:In-Reply-To:References; b=iWRhFskxb7z+FWjkOfUItFwyT9tzHvzofYVFrFobOt8Y5Zi5pWDnbncqhK91nEFuE 8fPfrbUx+TWU3dmxuGIqe2cCpmPu9mwlUNxMDef9t8Xh0/Nelruqd0x8zDXpKtdOoy Bxt8oSeQtqa4IdVvJ2gaVjC0D0h4O9PSw+HwONb8= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAlVu049390 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:47 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:47 -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; Thu, 20 Mar 2025 13:10:47 -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 52KIAl3u085666; Thu, 20 Mar 2025 13:10:47 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLv-0007O0-G3; Thu, 20 Mar 2025 13:10:47 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 02/26] iproute2: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:23 -0500 Message-ID: <20250320181047.18035-3-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16107 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 --- .../iproute2/{iproute2_%.bbappend => iproute2-arago.inc} | 2 +- .../recipes-connectivity/iproute2/iproute2_%.bbappend | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) copy meta-arago-distro/recipes-connectivity/iproute2/{iproute2_%.bbappend => iproute2-arago.inc} (71%) diff --git a/meta-arago-distro/recipes-connectivity/iproute2/iproute2_%.bbappend b/meta-arago-distro/recipes-connectivity/iproute2/iproute2-arago.inc similarity index 71% copy from meta-arago-distro/recipes-connectivity/iproute2/iproute2_%.bbappend copy to meta-arago-distro/recipes-connectivity/iproute2/iproute2-arago.inc index 500071e4..2f88ea36 100644 --- a/meta-arago-distro/recipes-connectivity/iproute2/iproute2_%.bbappend +++ b/meta-arago-distro/recipes-connectivity/iproute2/iproute2-arago.inc @@ -1,6 +1,6 @@ PR:append = ".arago6" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/iproute2:" SRC_URI:append = " \ file://0014-iplink-hsr-prp-add-support-for-vlan-tagged-supervisi.patch \ diff --git a/meta-arago-distro/recipes-connectivity/iproute2/iproute2_%.bbappend b/meta-arago-distro/recipes-connectivity/iproute2/iproute2_%.bbappend index 500071e4..89cd1fac 100644 --- a/meta-arago-distro/recipes-connectivity/iproute2/iproute2_%.bbappend +++ b/meta-arago-distro/recipes-connectivity/iproute2/iproute2_%.bbappend @@ -1,7 +1,4 @@ -PR:append = ".arago6" +IPROUTE2_ARAGO = "" +IPROUTE2_ARAGO:arago = "iproute2-arago.inc" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - -SRC_URI:append = " \ - file://0014-iplink-hsr-prp-add-support-for-vlan-tagged-supervisi.patch \ -" +require ${IPROUTE2_ARAGO} From patchwork Thu Mar 20 18:10: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: 59661 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 13DC5C3601C for ; Thu, 20 Mar 2025 18:10:54 +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.web10.1848.1742494249385321226 for ; Thu, 20 Mar 2025 11:10:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Ikn0FgNM; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAm95684418 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494248; bh=mg1YYCmf0pKtxm2ipAtN0UqOrUbaLM5us25QuHZ0zfs=; h=From:To:Subject:Date:In-Reply-To:References; b=Ikn0FgNMkxmwtKrI/Hna983Qj3DuFC+3yX/QwjzW+rVqWqFeGgVjgloGFmTxE4AQ+ WNOM2EkVcaZkXq7okaButbMPpF4qmIz0xUwRquq74Ik6tjqcWefXZnRaLCGpQP037c BfeMox3nTfizeDp6yaBHP80fFO7vK5N0PE9D9YWA= 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 52KIAm9g024507 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:48 -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; Thu, 20 Mar 2025 13:10:47 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) 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; Thu, 20 Mar 2025 13:10:47 -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 52KIAlKd126188; Thu, 20 Mar 2025 13:10:47 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLv-0007ZH-K0; Thu, 20 Mar 2025 13:10:47 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 03/26] base-files: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:24 -0500 Message-ID: <20250320181047.18035-4-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:54 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16103 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 --- .../{base-files_%.bbappend => base-files-arago.inc} | 2 +- .../recipes-core/base-files/base-files_%.bbappend | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) copy meta-arago-distro/recipes-core/base-files/{base-files_%.bbappend => base-files-arago.inc} (53%) diff --git a/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend b/meta-arago-distro/recipes-core/base-files/base-files-arago.inc similarity index 53% copy from meta-arago-distro/recipes-core/base-files/base-files_%.bbappend copy to meta-arago-distro/recipes-core/base-files/base-files-arago.inc index 7d1f6751..16679c42 100644 --- a/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend +++ b/meta-arago-distro/recipes-core/base-files/base-files-arago.inc @@ -1,4 +1,4 @@ # look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/base-files:" PR:append = ".arago5" diff --git a/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend b/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend index 7d1f6751..3e8d8855 100644 --- a/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend +++ b/meta-arago-distro/recipes-core/base-files/base-files_%.bbappend @@ -1,4 +1,4 @@ -# look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +BASE_FILES_ARAGO = "" +BASE_FILES_ARAGO:arago = "base-files-arago.inc" -PR:append = ".arago5" +require ${BASE_FILES_ARAGO} From patchwork Thu Mar 20 18:10:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59641 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 112DAC3DA4A for ; Thu, 20 Mar 2025 18:10:53 +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.1876.1742494249469557040 for ; Thu, 20 Mar 2025 11:10:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=u10wK6ct; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAmWF075274 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494248; bh=pVi9IzrekuJPEXCJurln3OoW5BmWnSf/vOwBZOYdjVc=; h=From:To:Subject:Date:In-Reply-To:References; b=u10wK6ctA5+JEktMDTBV64tA9wGerzn9SiYX3Er3vh+r5co9AJ1z221KZ30krRN4w 3rsyprKpMpaCwrUr36W710mIZgCmLW9ZD51S40YXQTmoKqPSLlUX/Z21ndzY8lGUlH WD041HTeFq/t46O2ktkgfjtQtdVQ4GgJhTta4aZQ= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAmGu020250 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:48 -0500 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:47 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:10:47 -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 52KIAlpq085671; Thu, 20 Mar 2025 13:10:47 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLv-0007jx-Nk; Thu, 20 Mar 2025 13:10:47 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 04/26] busybox: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:25 -0500 Message-ID: <20250320181047.18035-5-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16104 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 --- .../busybox/{busybox_%.bbappend => busybox-arago.inc} | 2 +- .../recipes-core/busybox/busybox_%.bbappend | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) copy meta-arago-distro/recipes-core/busybox/{busybox_%.bbappend => busybox-arago.inc} (63%) diff --git a/meta-arago-distro/recipes-core/busybox/busybox_%.bbappend b/meta-arago-distro/recipes-core/busybox/busybox-arago.inc similarity index 63% copy from meta-arago-distro/recipes-core/busybox/busybox_%.bbappend copy to meta-arago-distro/recipes-core/busybox/busybox-arago.inc index 15c27a34..9b8a2963 100644 --- a/meta-arago-distro/recipes-core/busybox/busybox_%.bbappend +++ b/meta-arago-distro/recipes-core/busybox/busybox-arago.inc @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/busybox:" SRC_URI += " \ file://network.cfg \ diff --git a/meta-arago-distro/recipes-core/busybox/busybox_%.bbappend b/meta-arago-distro/recipes-core/busybox/busybox_%.bbappend index 15c27a34..b7a99d60 100644 --- a/meta-arago-distro/recipes-core/busybox/busybox_%.bbappend +++ b/meta-arago-distro/recipes-core/busybox/busybox_%.bbappend @@ -1,8 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +BUSYBOX_ARAGO = "" +BUSYBOX_ARAGO:arago = "busybox-arago.inc" -SRC_URI += " \ - file://network.cfg \ - file://utils.cfg \ -" - -PR:append = ".arago22" +require ${BUSYBOX_ARAGO} From patchwork Thu Mar 20 18:10:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59640 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 0E391C28B30 for ; Thu, 20 Mar 2025 18:10:53 +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.1875.1742494249362006594 for ; Thu, 20 Mar 2025 11:10:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=O1nyanEc; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAmjn075276 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494248; bh=bPnPWPUNM+8bMnXECHcJLVfEZoAo4Pel7xJxkXmGSoE=; h=From:To:Subject:Date:In-Reply-To:References; b=O1nyanEcsr4z9gDhUPMHw7YtbAfJb8HUg85gMG1CJpfm4CaBUQJaIiDYLbTgLyHf8 sJyEwdrBFenOyvhOoe5DLLN4OHg/QlN7qnx8AywFx9msKxrANrWu0Y1cAUTEnCxfng JLBGH+IIi5gsgLFVt4z1IC0sIRGEk3UaPmh5R4Ck= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAm47020251 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:48 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:48 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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 via Frontend Transport; Thu, 20 Mar 2025 13:10:48 -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 52KIAl9H085677; Thu, 20 Mar 2025 13:10:47 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLv-0007rs-Qq; Thu, 20 Mar 2025 13:10:47 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 05/26] dbus: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:26 -0500 Message-ID: <20250320181047.18035-6-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16102 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 --- .../recipes-core/dbus/{dbus_%.bbappend => dbus-arago.inc} | 0 meta-arago-distro/recipes-core/dbus/dbus_%.bbappend | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) copy meta-arago-distro/recipes-core/dbus/{dbus_%.bbappend => dbus-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend b/meta-arago-distro/recipes-core/dbus/dbus-arago.inc similarity index 100% copy from meta-arago-distro/recipes-core/dbus/dbus_%.bbappend copy to meta-arago-distro/recipes-core/dbus/dbus-arago.inc diff --git a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend b/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend index da612c59..5464eaa7 100644 --- a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend +++ b/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend @@ -1,3 +1,4 @@ -PR:append = ".arago1" +DBUS_ARAGO = "" +DBUS_ARAGO:arago = "dbus-arago.inc" -LICENSE = "GPL-2.0-or-later" +require ${DBUS_ARAGO} From patchwork Thu Mar 20 18:10:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59649 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 8333FC3600B for ; Thu, 20 Mar 2025 18:10:53 +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.web10.1849.1742494249479127012 for ; Thu, 20 Mar 2025 11:10:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Xd2KXSEp; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAm0Z684420 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494248; bh=DqngY6osYFJeoIJD1bfiXyAe76rpoZXFKbbiqkzr67c=; h=From:To:Subject:Date:In-Reply-To:References; b=Xd2KXSEpTVd5lxz7rptppTohCJ7giRpqTapthMlBFxBBzOrx00gag7O264vxViyC9 zcWgnh4CrZcN94BL6Bwhbg5YgCS5aoJIOWRNjf1aUnzw9nOZiK9pBYynlYtBTrv8Zm vXkT/ZP9wfHr2gZK2mbVDUzEF98aInaUHN3lF3Cc= 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 52KIAmRd020256 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:48 -0500 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:48 -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; Thu, 20 Mar 2025 13:10:47 -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 52KIAm0w126198; Thu, 20 Mar 2025 13:10:48 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLv-00083Y-Ut; Thu, 20 Mar 2025 13:10:47 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 06/26] init-ifupdown: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:27 -0500 Message-ID: <20250320181047.18035-7-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16105 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 --- .../{init-ifupdown_%.bbappend => init-ifupdown-arago.inc} | 2 +- .../recipes-core/init-ifupdown/init-ifupdown_%.bbappend | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) copy meta-arago-distro/recipes-core/init-ifupdown/{init-ifupdown_%.bbappend => init-ifupdown-arago.inc} (52%) diff --git a/meta-arago-distro/recipes-core/init-ifupdown/init-ifupdown_%.bbappend b/meta-arago-distro/recipes-core/init-ifupdown/init-ifupdown-arago.inc similarity index 52% copy from meta-arago-distro/recipes-core/init-ifupdown/init-ifupdown_%.bbappend copy to meta-arago-distro/recipes-core/init-ifupdown/init-ifupdown-arago.inc index d27bd7f0..0c1689c0 100644 --- a/meta-arago-distro/recipes-core/init-ifupdown/init-ifupdown_%.bbappend +++ b/meta-arago-distro/recipes-core/init-ifupdown/init-ifupdown-arago.inc @@ -1,4 +1,4 @@ # look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/init-ifupdown:" PR:append = ".arago1" diff --git a/meta-arago-distro/recipes-core/init-ifupdown/init-ifupdown_%.bbappend b/meta-arago-distro/recipes-core/init-ifupdown/init-ifupdown_%.bbappend index d27bd7f0..875b33de 100644 --- a/meta-arago-distro/recipes-core/init-ifupdown/init-ifupdown_%.bbappend +++ b/meta-arago-distro/recipes-core/init-ifupdown/init-ifupdown_%.bbappend @@ -1,4 +1,4 @@ -# look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +INIT_IFUPDOWN_ARAGO = "" +INIT_IFUPDOWN_ARAGO:arago = "init-ifupdown-arago.inc" -PR:append = ".arago1" +require ${INIT_IFUPDOWN_ARAGO} From patchwork Thu Mar 20 18:10:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59651 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 6EB8BC3600A for ; Thu, 20 Mar 2025 18:10:53 +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.1854.1742494249959477011 for ; Thu, 20 Mar 2025 11:10:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=QMbH9hFC; 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 52KIAmwF090962 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494248; bh=UY8PVBysuelhkSqRGysPiNVSdkevpBMZlPOwYQq9e/w=; h=From:To:Subject:Date:In-Reply-To:References; b=QMbH9hFCPs3e+UFyqWz/6q3NECwiNI0rfc+cxwkkH+mYUtQLczwA1kBI0cYJCDQxv RtibE16izXIMYWEM9ULpRw6RE5a/L+9pMuFEXtuSO33BWMnmvTtTcWvKgIRlIRmNcI kcsO2MJMjnEFOtXmoIWcW7uCqjEg9Qa7hnwE+dSc= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAmTB020260 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:48 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) 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; Thu, 20 Mar 2025 13:10:48 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:10:48 -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 52KIAmG5085683; Thu, 20 Mar 2025 13:10:48 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLw-0008FL-2d; Thu, 20 Mar 2025 13:10:48 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 07/26] psplash: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:28 -0500 Message-ID: <20250320181047.18035-8-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16113 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 --- .../{psplash_git.bbappend => psplash-arago.inc} | 2 +- .../recipes-core/psplash/psplash_git.bbappend | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) copy meta-arago-distro/recipes-core/psplash/{psplash_git.bbappend => psplash-arago.inc} (83%) diff --git a/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend b/meta-arago-distro/recipes-core/psplash/psplash-arago.inc similarity index 83% copy from meta-arago-distro/recipes-core/psplash/psplash_git.bbappend copy to meta-arago-distro/recipes-core/psplash/psplash-arago.inc index f522261f..5e481434 100644 --- a/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend +++ b/meta-arago-distro/recipes-core/psplash/psplash-arago.inc @@ -1,5 +1,5 @@ # look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/psplash:" PR:append = ".arago5" diff --git a/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend b/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend index f522261f..7c9da9fc 100644 --- a/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend +++ b/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend @@ -1,10 +1,4 @@ -# look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +PSPLASH_ARAGO = "" +PSPLASH_ARAGO:arago = "psplash-arago.inc" -PR:append = ".arago5" - -SRC_URI += "file://psplash-18bpp.patch \ - file://0001-psplash-Add-Arago-custom-color.patch\ -" - -SPLASH_IMAGES = "file://txn-logo.png;outsuffix=default" +require ${PSPLASH_ARAGO} From patchwork Thu Mar 20 18:10:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59656 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 9B8FBC36009 for ; Thu, 20 Mar 2025 18:10:53 +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.web10.1850.1742494249494106068 for ; Thu, 20 Mar 2025 11:10:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=T2pl0yT+; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAmv9684426 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 20 Mar 2025 13:10:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494248; bh=SA2rtfFR/q7lpuOp/cY6qa7X+RLpz3VPCKQl3KqvzaE=; h=From:To:Subject:Date:In-Reply-To:References; b=T2pl0yT+YLzSwMVtHpypgUYz2MStCUcIkNEbjjn9QED0G2toK/4EBs0Y3cBcyGmPU CZ7g18mpQYCZ5c86MdTETV6tk2cSfl04dYVRmxfwBvYFT+FLDdwr377aLPK8/Ku/g3 g5sxiK7FIuhD/BrMUuqEUUu4cpyDUM55irlaFUns= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIAmrG038124; Thu, 20 Mar 2025 13:10:48 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) 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; Thu, 20 Mar 2025 13:10:48 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:10:48 -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 52KIAmve126201; Thu, 20 Mar 2025 13:10:48 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLw-0008Ow-6S; Thu, 20 Mar 2025 13:10:48 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 08/26] systemd: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:29 -0500 Message-ID: <20250320181047.18035-9-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16106 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 --- .../{systemd_%.bbappend => systemd-arago.inc} | 2 +- .../recipes-core/systemd/systemd_%.bbappend | 59 +------------------ 2 files changed, 4 insertions(+), 57 deletions(-) copy meta-arago-distro/recipes-core/systemd/{systemd_%.bbappend => systemd-arago.inc} (97%) diff --git a/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend b/meta-arago-distro/recipes-core/systemd/systemd-arago.inc similarity index 97% copy from meta-arago-distro/recipes-core/systemd/systemd_%.bbappend copy to meta-arago-distro/recipes-core/systemd/systemd-arago.inc index bb57d094..afcf6928 100644 --- a/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend +++ b/meta-arago-distro/recipes-core/systemd/systemd-arago.inc @@ -1,6 +1,6 @@ PR:append = ".arago7" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/systemd:" SRC_URI:append = " \ file://local.rules \ diff --git a/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend b/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend index bb57d094..c37a64ad 100644 --- a/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend +++ b/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend @@ -1,57 +1,4 @@ -PR:append = ".arago7" +SYSTEMD_ARAGO = "" +SYSTEMD_ARAGO:arago = "systemd-arago.inc" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - -SRC_URI:append = " \ - file://local.rules \ - file://usb1-rules.sh \ - file://usb2-rules.sh \ - file://10-eth.network \ - file://15-eth.network \ - file://30-wlan.network \ - file://60-usb.network \ - file://timesyncd.conf \ - file://37-can-j7.rules \ - file://37-can-am62.rules \ - file://37-can-dra7.rules \ - file://37-can-ti33x.rules \ -" - -do_install:append() { - install -d ${D}${sysconfdir}/udev/rules.d/ - install -m 0644 ${UNPACKDIR}/local.rules ${D}${sysconfdir}/udev/rules.d/ - - install -d ${D}${sysconfdir}/udev/scripts/ - install -m 0755 ${UNPACKDIR}/usb1-rules.sh ${D}${sysconfdir}/udev/scripts/ - install -m 0755 ${UNPACKDIR}/usb2-rules.sh ${D}${sysconfdir}/udev/scripts/ - - install -d ${D}${sysconfdir}/systemd/network/ - install -m 0644 ${UNPACKDIR}/10-eth.network ${D}${sysconfdir}/systemd/network/ - install -m 0644 ${UNPACKDIR}/15-eth.network ${D}${sysconfdir}/systemd/network/ - install -m 0644 ${UNPACKDIR}/30-wlan.network ${D}${sysconfdir}/systemd/network/ - install -m 0644 ${UNPACKDIR}/60-usb.network ${D}${sysconfdir}/systemd/network/ - - # Allow automount from udev - install -m 0644 ${D}${systemd_system_unitdir}/systemd-udevd.service ${D}${sysconfdir}/systemd/system/ - sed -i 's/MountFlags=slave/MountFlags=shared/g' ${D}${sysconfdir}/systemd/system/systemd-udevd.service - - # Need NAMESPACES enabled in the kernel, workaround for now - install -m 0644 ${D}${systemd_system_unitdir}/systemd-hostnamed.service ${D}${sysconfdir}/systemd/system/ - sed -i 's/PrivateNetwork=yes/PrivateNetwork=no/g' ${D}${sysconfdir}/systemd/system/systemd-hostnamed.service - - install -d ${D}${sysconfdir}/systemd/ - install -m 0644 ${UNPACKDIR}/timesyncd.conf ${D}${sysconfdir}/systemd/ - - install -d ${D}${libdir}/udev/rules.d - install -m 0644 ${UNPACKDIR}/37-can-j7.rules ${D}${libdir}/udev/rules.d/ - install -m 0644 ${UNPACKDIR}/37-can-am62.rules ${D}${libdir}/udev/rules.d/ - install -m 0644 ${UNPACKDIR}/37-can-dra7.rules ${D}${libdir}/udev/rules.d/ - install -m 0644 ${UNPACKDIR}/37-can-ti33x.rules ${D}${libdir}/udev/rules.d/ -} - -FILES:udev += " \ - ${libdir}/udev/rules.d/37-can-j7.rules \ - ${libdir}/udev/rules.d/37-can-am62.rules \ - ${libdir}/udev/rules.d/37-can-dra7.rules \ - ${libdir}/udev/rules.d/37-can-ti33x.rules \ -" +require ${SYSTEMD_ARAGO} From patchwork Thu Mar 20 18:10:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59665 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 1FE16C3601B for ; Thu, 20 Mar 2025 18:10:54 +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.web10.1853.1742494249634553841 for ; Thu, 20 Mar 2025 11:10:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=c4J8L7QL; 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 52KIAmtr684430 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494248; bh=AzC7kekP7HTw7HtxfEYiX+xMP4EYnevt/eQ+dfGXWmg=; h=From:To:Subject:Date:In-Reply-To:References; b=c4J8L7QLQjL/wPtu20r0ecnmuKKNDuwAY9ueSLLH8QOiDY6oUztt7ZArDjx8DVEH+ P1dq8/9oj1FCbmJP8Wo0KyeTziK1SiCtTZESmRr/QPDoCKbELzpp7bT5tuIJogAsDh RtZgY40xSSd1e/ZP3JlnndFWwkhnCoWy6RVksySY= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAmGM049394 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:48 -0500 Received: from DFLE100.ent.ti.com (10.64.6.21) 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; Thu, 20 Mar 2025 13:10:48 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:10:48 -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 52KIAmOb126207; Thu, 20 Mar 2025 13:10:48 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLw-00009I-AC; Thu, 20 Mar 2025 13:10:48 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 09/26] sysvinit: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:30 -0500 Message-ID: <20250320181047.18035-10-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:54 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16110 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 --- .../{sysvinit_%.bbappend => sysvinit-arago.inc} | 0 .../recipes-core/sysvinit/sysvinit_%.bbappend | 12 +++--------- 2 files changed, 3 insertions(+), 9 deletions(-) copy meta-arago-distro/recipes-core/sysvinit/{sysvinit_%.bbappend => sysvinit-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-core/sysvinit/sysvinit_%.bbappend b/meta-arago-distro/recipes-core/sysvinit/sysvinit-arago.inc similarity index 100% copy from meta-arago-distro/recipes-core/sysvinit/sysvinit_%.bbappend copy to meta-arago-distro/recipes-core/sysvinit/sysvinit-arago.inc diff --git a/meta-arago-distro/recipes-core/sysvinit/sysvinit_%.bbappend b/meta-arago-distro/recipes-core/sysvinit/sysvinit_%.bbappend index 6f65b42d..1db52f4a 100644 --- a/meta-arago-distro/recipes-core/sysvinit/sysvinit_%.bbappend +++ b/meta-arago-distro/recipes-core/sysvinit/sysvinit_%.bbappend @@ -1,10 +1,4 @@ -PR:append = ".arago1" +SYSVINIT_ARAGO = "" +SYSVINIT_ARAGO:arago = "sysvinit-arago.inc" -PACKAGES =+ "${PN}-initramfs" - -do_install:append() { - [ ! -e ${D}/init ] && ln -s ${base_sbindir}/init ${D}/init -} - -FILES:${PN}-initramfs = "/init" -RDEPENDS:${PN}-initramfs = "${PN}" +require ${SYSVINIT_ARAGO} From patchwork Thu Mar 20 18:10: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: 59664 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 EEAFBC3601A for ; Thu, 20 Mar 2025 18:10:53 +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.1877.1742494249560597220 for ; Thu, 20 Mar 2025 11:10:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=qnLqVlFr; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAmii684432 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 20 Mar 2025 13:10:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494248; bh=M7qgIGuNZOuWjrALnK6agZJVxvo77QUqp5DrPwKSQoo=; h=From:To:Subject:Date:In-Reply-To:References; b=qnLqVlFrBnmz3LO4cNIpekGEpbZpGASD5NoKVyRVMzbWSYiR+imBWZ94gkgsIiI1C a+0vYvn8BNYRmjUfE2LJ2LUCuNy71k6EzTKTcmAV3JNSYjJ1pJi4UTp9Q/DHrnV/D9 cYnadPafvop1VsMBeTqj+eiGM6aePmiPVVOKLDS0= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIAm9x038128; Thu, 20 Mar 2025 13:10:48 -0500 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:48 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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; Thu, 20 Mar 2025 13:10:48 -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 52KIAmCT085686; Thu, 20 Mar 2025 13:10:48 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLw-0000Ki-E4; Thu, 20 Mar 2025 13:10:48 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 10/26] eudev: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:31 -0500 Message-ID: <20250320181047.18035-11-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16108 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 --- .../{eudev_%.bbappend => eudev-arago.inc} | 2 +- .../recipes-core/udev/eudev_%.bbappend | 24 +++---------------- 2 files changed, 4 insertions(+), 22 deletions(-) copy meta-arago-distro/recipes-core/udev/{eudev_%.bbappend => eudev-arago.inc} (93%) diff --git a/meta-arago-distro/recipes-core/udev/eudev_%.bbappend b/meta-arago-distro/recipes-core/udev/eudev-arago.inc similarity index 93% copy from meta-arago-distro/recipes-core/udev/eudev_%.bbappend copy to meta-arago-distro/recipes-core/udev/eudev-arago.inc index c5758a21..791a7926 100644 --- a/meta-arago-distro/recipes-core/udev/eudev_%.bbappend +++ b/meta-arago-distro/recipes-core/udev/eudev-arago.inc @@ -3,7 +3,7 @@ # meta-arago switches to Dora # look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/eudev:" PR:append = ".arago5" diff --git a/meta-arago-distro/recipes-core/udev/eudev_%.bbappend b/meta-arago-distro/recipes-core/udev/eudev_%.bbappend index c5758a21..51afb053 100644 --- a/meta-arago-distro/recipes-core/udev/eudev_%.bbappend +++ b/meta-arago-distro/recipes-core/udev/eudev_%.bbappend @@ -1,22 +1,4 @@ -# This fixes an issue with touchscreens not being detected with the default -# local.rules. This can be removed when this change is picked up and -# meta-arago switches to Dora +EUDEV_ARAGO = "" +EUDEV_ARAGO:arago = "eudev-arago.inc" -# look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - -PR:append = ".arago5" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -SRC_URI:append = " \ - file://usb1-rules.sh \ - file://usb2-rules.sh" - -do_install:append() { - install -d ${D}/${bindir} - - install -m 0755 ${UNPACKDIR}/usb1-rules.sh ${D}${bindir}/usb1-rules.sh - install -m 0755 ${UNPACKDIR}/usb2-rules.sh ${D}${bindir}/usb2-rules.sh - ln -sf libudev.so.1 ${D}${base_libdir}/libudev.so.0 -} +require ${EUDEV_ARAGO} From patchwork Thu Mar 20 18:10: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: 59645 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 4CAA1C36005 for ; Thu, 20 Mar 2025 18:10:53 +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.1879.1742494249962601944 for ; Thu, 20 Mar 2025 11:10:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=O39Eo7tn; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAmj4075282 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494249; bh=wxJ/i43Wt+tIh2mgPT4+xTrFjQK7cb06w8xlUKbOJ/U=; h=From:To:Subject:Date:In-Reply-To:References; b=O39Eo7tnnEUD7mNtcfof3Bmfo/ebmrvSNQS5Fdj/iAL5v6rtHbPhdsIhaFDQPhaLt 7RcGtVMZs2Re3E1aAtkfnF7mon9HyG1twUJatRQsiQW1RS7JI6tSov/SUMWaBdNHk7 OsKk/GhmaP9LJcwirYx+SsPABmPNe7nOJFVgJ+Hk= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAmGc020263 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:48 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) 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; Thu, 20 Mar 2025 13:10:48 -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; Thu, 20 Mar 2025 13:10:48 -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 52KIAmbc126217; Thu, 20 Mar 2025 13:10:48 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLw-0000Sj-Gy; Thu, 20 Mar 2025 13:10:48 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 11/26] cmake: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:32 -0500 Message-ID: <20250320181047.18035-12-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16112 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 --- .../cmake/{cmake_%.bbappend => cmake-arago.inc} | 2 +- meta-arago-distro/recipes-devtools/cmake/cmake_%.bbappend | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) copy meta-arago-distro/recipes-devtools/cmake/{cmake_%.bbappend => cmake-arago.inc} (59%) diff --git a/meta-arago-distro/recipes-devtools/cmake/cmake_%.bbappend b/meta-arago-distro/recipes-devtools/cmake/cmake-arago.inc similarity index 59% copy from meta-arago-distro/recipes-devtools/cmake/cmake_%.bbappend copy to meta-arago-distro/recipes-devtools/cmake/cmake-arago.inc index da36370f..73489874 100644 --- a/meta-arago-distro/recipes-devtools/cmake/cmake_%.bbappend +++ b/meta-arago-distro/recipes-devtools/cmake/cmake-arago.inc @@ -1,3 +1,3 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/cmake:" FILES:${PN}-doc += "${datadir}/cmake-${CMAKE_MAJOR_VERSION}/Help/" diff --git a/meta-arago-distro/recipes-devtools/cmake/cmake_%.bbappend b/meta-arago-distro/recipes-devtools/cmake/cmake_%.bbappend index da36370f..2d3a43e8 100644 --- a/meta-arago-distro/recipes-devtools/cmake/cmake_%.bbappend +++ b/meta-arago-distro/recipes-devtools/cmake/cmake_%.bbappend @@ -1,3 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +CMAKE_ARAGO = "" +CMAKE_ARAGO:arago = "cmake-arago.inc" -FILES:${PN}-doc += "${datadir}/cmake-${CMAKE_MAJOR_VERSION}/Help/" +require ${CMAKE_ARAGO} From patchwork Thu Mar 20 18:10: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: 59650 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 8889CC3600C for ; Thu, 20 Mar 2025 18:10:53 +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.web10.1855.1742494250061171441 for ; Thu, 20 Mar 2025 11:10:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=VmuWPKxk; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAnpr684438 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494249; bh=XMJhMjFwU3RJi2V1hSGv2J6gXClelI0j/isvw2BBEWo=; h=From:To:Subject:Date:In-Reply-To:References; b=VmuWPKxk4V3C1lKb5HUU6lhuZL7Dq6MfA4unRCjZA/u3HYZppacWhGiHzUXd1RV8o Q7+QqJUeVRciRU0fX+iHfIo0whmagGfsqaR6c2Fv/z1x5TeHT3S9kQDUNeoNSIVtyG r4ZM89k348x3ukCVef8MlELZlM1GX3W6C+Cp6NdU= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAnIY024511 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:49 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) 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; Thu, 20 Mar 2025 13:10:49 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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; Thu, 20 Mar 2025 13:10:48 -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 52KIAmwt085689; Thu, 20 Mar 2025 13:10:48 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLw-0000bw-Kp; Thu, 20 Mar 2025 13:10:48 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 12/26] bash: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:33 -0500 Message-ID: <20250320181047.18035-13-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16114 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 --- .../bash/{bash_%.bbappend => bash-arago.inc} | 0 meta-arago-distro/recipes-extended/bash/bash_%.bbappend | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) copy meta-arago-distro/recipes-extended/bash/{bash_%.bbappend => bash-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-extended/bash/bash_%.bbappend b/meta-arago-distro/recipes-extended/bash/bash-arago.inc similarity index 100% copy from meta-arago-distro/recipes-extended/bash/bash_%.bbappend copy to meta-arago-distro/recipes-extended/bash/bash-arago.inc diff --git a/meta-arago-distro/recipes-extended/bash/bash_%.bbappend b/meta-arago-distro/recipes-extended/bash/bash_%.bbappend index c837e5e3..768b3925 100644 --- a/meta-arago-distro/recipes-extended/bash/bash_%.bbappend +++ b/meta-arago-distro/recipes-extended/bash/bash_%.bbappend @@ -1,3 +1,4 @@ -PR:append = ".arago0" +BASH_ARAGO = "" +BASH_ARAGO:arago = "bash-arago.inc" -EXTRA_OECONF += " --disable-command-timing" +require ${BASH_ARAGO} From patchwork Thu Mar 20 18:10: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: 59660 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 C2915C36012 for ; Thu, 20 Mar 2025 18:10:53 +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.1859.1742494250886333863 for ; Thu, 20 Mar 2025 11:10:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=vUK8hQZV; 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 52KIAnAu703254 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494249; bh=Hhb8ChYRIFyRljjGD6q25XjYEVkbWyXBynBtrdrpt/c=; h=From:To:Subject:Date:In-Reply-To:References; b=vUK8hQZVkzfZS5TdSSrBmFtLRsh2g0RjE0Ykz8XL4/R4YE0gIr23f1n2GhLN9FEeZ bOkQ0Btl5pWpJ8gutnQTH+bRiljGGSTh+RlpB/F2mm3Ejbxy6fKVODPbA/OAAcnaoQ sOUHdtJJ3Y1VaLj5uVxGCknYMRtkjYKjEkIxU62o= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAnWr020266 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:49 -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; Thu, 20 Mar 2025 13:10:48 -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; Thu, 20 Mar 2025 13:10:48 -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 52KIAmLV085692; Thu, 20 Mar 2025 13:10:48 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLw-0000kI-Oc; Thu, 20 Mar 2025 13:10:48 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 13/26] shadow-securetty: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:34 -0500 Message-ID: <20250320181047.18035-14-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16121 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 --- ...ty_%.bbappend => shadow-securetty-arago.inc} | 0 .../shadow/shadow-securetty_%.bbappend | 17 +++-------------- 2 files changed, 3 insertions(+), 14 deletions(-) copy meta-arago-distro/recipes-extended/shadow/{shadow-securetty_%.bbappend => shadow-securetty-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend b/meta-arago-distro/recipes-extended/shadow/shadow-securetty-arago.inc similarity index 100% copy from meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend copy to meta-arago-distro/recipes-extended/shadow/shadow-securetty-arago.inc diff --git a/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend b/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend index 62999d2a..eea8f292 100644 --- a/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend +++ b/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend @@ -1,15 +1,4 @@ -PR:append = ".arago0" +SHADOW_SECURETTY_ARAGO = "" +SHADOW_SECURETTY_ARAGO:arago = "shadow-securetty-arago.inc" -do_install:append () { - # Allow telnet sessions to login as root - securetty_file=${D}${sysconfdir}/securetty - - echo '' >> $securetty_file - echo '# Allow 5 telnet login' >> $securetty_file - echo 'pts/0' >> $securetty_file - echo 'pts/1' >> $securetty_file - echo 'pts/2' >> $securetty_file - echo 'pts/3' >> $securetty_file - echo 'pts/4' >> $securetty_file - -} +require ${SHADOW_SECURETTY_ARAGO} From patchwork Thu Mar 20 18:10: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: 59652 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 9BB8FC3600E for ; Thu, 20 Mar 2025 18:10:53 +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.1881.1742494250234264771 for ; Thu, 20 Mar 2025 11:10:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=kdLMKT9j; 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 52KIAno6684442 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494249; bh=UlC6Vf3yH7gL9+lDWt0kpaF+96iLQbXP8JZnt0CmCjs=; h=From:To:Subject:Date:In-Reply-To:References; b=kdLMKT9jykzDsVS9+GwXTupTRvmfZSDU8vxWmPziP+ktko8a9OV4Y/gbg6VexaPsE ZPoJ/QXPptaAZvXtrY86M0t5WjmoNbO4KFllB5jMNA/YuXCHup64pHK0EA6/ULBHOb ejlXo8jKzYnZM0mytbzSXPD1r1xVpjqJNgsfkd3g= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAnIi049397 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:49 -0500 Received: from DLEE101.ent.ti.com (157.170.170.31) 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; Thu, 20 Mar 2025 13:10:49 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:10:49 -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 52KIAmgb085697; Thu, 20 Mar 2025 13:10:48 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLw-0000qW-Ra; Thu, 20 Mar 2025 13:10:48 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 14/26] libdrm: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:35 -0500 Message-ID: <20250320181047.18035-15-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16115 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 --- .../drm/{libdrm_%.bbappend => libdrm-arago.inc} | 2 +- .../recipes-graphics/drm/libdrm_%.bbappend | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) copy meta-arago-distro/recipes-graphics/drm/{libdrm_%.bbappend => libdrm-arago.inc} (87%) diff --git a/meta-arago-distro/recipes-graphics/drm/libdrm_%.bbappend b/meta-arago-distro/recipes-graphics/drm/libdrm-arago.inc similarity index 87% copy from meta-arago-distro/recipes-graphics/drm/libdrm_%.bbappend copy to meta-arago-distro/recipes-graphics/drm/libdrm-arago.inc index ea8b5ca1..68496668 100644 --- a/meta-arago-distro/recipes-graphics/drm/libdrm_%.bbappend +++ b/meta-arago-distro/recipes-graphics/drm/libdrm-arago.inc @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/libdrm:" SRC_URI += " \ file://0001-Add-option-to-run-a-test-indefinitely.patch \ diff --git a/meta-arago-distro/recipes-graphics/drm/libdrm_%.bbappend b/meta-arago-distro/recipes-graphics/drm/libdrm_%.bbappend index ea8b5ca1..7a9bed64 100644 --- a/meta-arago-distro/recipes-graphics/drm/libdrm_%.bbappend +++ b/meta-arago-distro/recipes-graphics/drm/libdrm_%.bbappend @@ -1,11 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +LIBDRM_ARAGO = "" +LIBDRM_ARAGO:arago = "libdrm-arago.inc" -SRC_URI += " \ -file://0001-Add-option-to-run-a-test-indefinitely.patch \ -file://0001-omap-fix-omap_bo_size-for-tiled-buffers.patch \ -file://0002-omap-add-OMAP_BO-flags-to-affect-buffer-allocation.patch \ -file://0001-libsync-add-support-for-pre-v4.7-kernels.patch \ -file://0002-Add-sync_fence_info-and-sync_pt_info.patch \ -" - -PR:append = ".arago4" +require ${LIBDRM_ARAGO} From patchwork Thu Mar 20 18:10: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: 59654 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 ADC69C36011 for ; Thu, 20 Mar 2025 18:10:53 +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.1882.1742494250739232966 for ; Thu, 20 Mar 2025 11:10:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=GN3Ve7pK; 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 52KIAnuR703252 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494249; bh=+v49fUElLcLRxYtIGQeRDmX9CO3TahjNskUVvF1Xx60=; h=From:To:Subject:Date:In-Reply-To:References; b=GN3Ve7pKA7Nt4yNZSwGFmVSgJIKe/2ZgQqraDBd26KePTD4ZX8qIaPEMQ2BrmWh/3 WDk4FUX+AoP3TtjxvdrlPxCLAmB1cmATs/m9N7ys2j8TuiMKkg1rByvW6mZkw00w3A t5mq0tNxeu7Grz4l+rCiI1NxuJOPLPs4KybgFo1k= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAndx024517 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:49 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:49 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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 via Frontend Transport; Thu, 20 Mar 2025 13:10:49 -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 52KIAnse085703; Thu, 20 Mar 2025 13:10:49 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLw-0000vh-UY; Thu, 20 Mar 2025 13:10:48 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 15/26] freetype: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:36 -0500 Message-ID: <20250320181047.18035-16-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16116 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 --- .../freetype/{freetype_%.bbappend => freetype-arago.inc} | 0 .../recipes-graphics/freetype/freetype_%.bbappend | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) copy meta-arago-distro/recipes-graphics/freetype/{freetype_%.bbappend => freetype-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend b/meta-arago-distro/recipes-graphics/freetype/freetype-arago.inc similarity index 100% copy from meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend copy to meta-arago-distro/recipes-graphics/freetype/freetype-arago.inc diff --git a/meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend b/meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend index 860a0797..56b11e93 100644 --- a/meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend +++ b/meta-arago-distro/recipes-graphics/freetype/freetype_%.bbappend @@ -1,3 +1,4 @@ -PR:append = ".arago0" +FREETYPE_ARAGO = "" +FREETYPE_ARAGO:arago = "freetype-arago.inc" -LICENSE = "GPL-2.0-or-later" +require ${FREETYPE_ARAGO} From patchwork Thu Mar 20 18:10: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: 59659 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 C8D6EC36014 for ; Thu, 20 Mar 2025 18:10:53 +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.1884.1742494250936165287 for ; Thu, 20 Mar 2025 11:10:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=m0LP1fJ9; 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 52KIAnPZ703260 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494249; bh=cMQeTa+j1QkJ/PPtYBzLltFVLLrbJohq223Xo0YeDO0=; h=From:To:Subject:Date:In-Reply-To:References; b=m0LP1fJ9ScZkd8KTis+rvCZXtquRvUTv9A88jWKXc6euqQgGcbsz1jC7KHqzG4and b3iFYkwbDzLYA7KwjEkEUdYyVHgn/bSF4lOvXCN3OEbOx249xnTEpE4pR6B3DKfoGj BKYgnYHGAGAeZh1NYkZTjLKMdhEQSDSsPeUJaaUY= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAnhP024521 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:49 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:49 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE103.ent.ti.com (10.64.6.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; Thu, 20 Mar 2025 13:10:49 -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 52KIAnu7126233; Thu, 20 Mar 2025 13:10:49 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLx-00013V-27; Thu, 20 Mar 2025 13:10:49 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 16/26] tslib: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:37 -0500 Message-ID: <20250320181047.18035-17-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16120 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 --- .../tslib/{tslib_%.bbappend => tslib-arago.inc} | 0 meta-arago-distro/recipes-graphics/tslib/tslib_%.bbappend | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) copy meta-arago-distro/recipes-graphics/tslib/{tslib_%.bbappend => tslib-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-graphics/tslib/tslib_%.bbappend b/meta-arago-distro/recipes-graphics/tslib/tslib-arago.inc similarity index 100% copy from meta-arago-distro/recipes-graphics/tslib/tslib_%.bbappend copy to meta-arago-distro/recipes-graphics/tslib/tslib-arago.inc diff --git a/meta-arago-distro/recipes-graphics/tslib/tslib_%.bbappend b/meta-arago-distro/recipes-graphics/tslib/tslib_%.bbappend index 74450a2a..eb8a53c1 100644 --- a/meta-arago-distro/recipes-graphics/tslib/tslib_%.bbappend +++ b/meta-arago-distro/recipes-graphics/tslib/tslib_%.bbappend @@ -1,4 +1,4 @@ -# look for files in this layer first -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" +TSLIB_ARAGO = "" +TSLIB_ARAGO:arago = "tslib-arago.inc" -PR:append = ".arago1" +require ${TSLIB_ARAGO} From patchwork Thu Mar 20 18:10: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: 59653 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 BD11FC36013 for ; Thu, 20 Mar 2025 18:10:53 +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.1860.1742494251048928698 for ; Thu, 20 Mar 2025 11:10:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Ttc5P5Vv; 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 52KIAnsW703264 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494249; bh=/rzsTm0Xd3EpKaDAuECOvBukZdliDjTj5RB1x8BUcMo=; h=From:To:Subject:Date:In-Reply-To:References; b=Ttc5P5VvceedLjfHb0ZJQW0qULoha7T9/ma5HrtFpfOfw2r+VEpd3y2lD/v7Zq3cp nVNcJwioF+E1Bf/SfSii0NpaTUHp8Fi0xuUXve7AFpo+d0h+TESuaYwh/+CzvHO3Av XDTT1yFsTOIZFRK2FpNWEEKB04YVjK91Anxgmf5M= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAnR8049401 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:49 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:49 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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 via Frontend Transport; Thu, 20 Mar 2025 13:10:49 -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 52KIAnjZ085707; Thu, 20 Mar 2025 13:10:49 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLx-00017S-5A; Thu, 20 Mar 2025 13:10:49 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 17/26] weston: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:38 -0500 Message-ID: <20250320181047.18035-18-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16122 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 --- .../wayland/{weston_14.0.%.bbappend => weston-arago.inc} | 2 +- .../recipes-graphics/wayland/weston_14.0.%.bbappend | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) copy meta-arago-distro/recipes-graphics/wayland/{weston_14.0.%.bbappend => weston-arago.inc} (70%) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_14.0.%.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston-arago.inc similarity index 70% copy from meta-arago-distro/recipes-graphics/wayland/weston_14.0.%.bbappend copy to meta-arago-distro/recipes-graphics/wayland/weston-arago.inc index ba3be91c..16518353 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston_14.0.%.bbappend +++ b/meta-arago-distro/recipes-graphics/wayland/weston-arago.inc @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/weston:" PR:append = ".arago1" diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_14.0.%.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_14.0.%.bbappend index ba3be91c..c98a62de 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston_14.0.%.bbappend +++ b/meta-arago-distro/recipes-graphics/wayland/weston_14.0.%.bbappend @@ -1,7 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +WESTON_ARAGO = "" +WESTON_ARAGO:arago = "weston-arago.inc" -PR:append = ".arago1" - -SRC_URI += " \ - file://0001-Revert-require-GL_EXT_unpack_subimage-commit.patch \ -" +require ${WESTON_ARAGO} From patchwork Thu Mar 20 18:10: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: 59647 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 6507DC36008 for ; Thu, 20 Mar 2025 18:10:53 +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.web10.1858.1742494250806502597 for ; Thu, 20 Mar 2025 11:10:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=t6Q8Qhxu; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAnWt684449 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494249; bh=XTN9b+yQVyYZJcUOhhis5mCRCI0ydqMfxGGzttSPd/A=; h=From:To:Subject:Date:In-Reply-To:References; b=t6Q8QhxuxPH3DFgIbHJznbds6JxCm69biKsXTv4e7Crn3FOR3DX+plEA7A75Jt+ax Jw6r/t34hdg4AHCbH5OEWicbbv8pn5hHjkDGodm7ycleaMTaL2bsWcglHtJgDyeD+a ZH9NCDdnUy13Zqu5KdpEVWatSXAZijen5rZQ0d5I= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAnqi020270 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:49 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:49 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) 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; Thu, 20 Mar 2025 13:10:49 -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 52KIAnnI126241; Thu, 20 Mar 2025 13:10:49 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLx-0001BP-95; Thu, 20 Mar 2025 13:10:49 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 18/26] weston-init: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:39 -0500 Message-ID: <20250320181047.18035-19-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16119 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 --- ...eston-init.bbappend => weston-init-arago.inc} | 2 +- .../wayland/weston-init.bbappend | 16 +++------------- 2 files changed, 4 insertions(+), 14 deletions(-) copy meta-arago-distro/recipes-graphics/wayland/{weston-init.bbappend => weston-init-arago.inc} (84%) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc similarity index 84% copy from meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend copy to meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc index 4d5db58c..fc964df5 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend +++ b/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/weston-init:" PR:append = ".arago12" diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend index 4d5db58c..b005c3c1 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend +++ b/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend @@ -1,14 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +WESTON_INIT_ARAGO = "" +WESTON_INIT_ARAGO:arago = "weston-init-arago.inc" -PR:append = ".arago12" - -SRC_URI:append = " \ - file://weston.ini \ - file://weston-launch-calibrator.sh \ -" - -do_install:append() { - install -Dm755 weston-launch-calibrator.sh ${D}/${bindir}/weston-launch-calibrator -} - -FILES:${PN}:append = "${bindir}/weston-launch-calibrator" +require ${WESTON_INIT_ARAGO} From patchwork Thu Mar 20 18:10: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: 59663 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 CE3D5C36016 for ; Thu, 20 Mar 2025 18:10:53 +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.web10.1856.1742494250699142581 for ; Thu, 20 Mar 2025 11:10:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=nymaZgYI; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAn0O684451 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494249; bh=SRS4osctskxmoUWFcvEp6F9nP4trVqgwydDt2fim2cQ=; h=From:To:Subject:Date:In-Reply-To:References; b=nymaZgYII7MetJHfNkg2EeY9kdXDeLdWvzXr/GcahET5vCUjjtppAgs0uAMrkwiPW P+YVAREHmFuli1AoR4KiYMBSxGVVKJQS3YiD6SJbSg93zJlld+EcdhlE8Z1Bb9wk0u KzdqqwduPiDqgw6xPbAIM15JsPtdaxmmGXdaKkvs= 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 52KIAnrV020271 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:49 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:49 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE103.ent.ti.com (10.64.6.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; Thu, 20 Mar 2025 13:10:49 -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 52KIAnJ7085714; Thu, 20 Mar 2025 13:10:49 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLx-0001FA-DA; Thu, 20 Mar 2025 13:10:49 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 19/26] cryptodev-module: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:40 -0500 Message-ID: <20250320181047.18035-20-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16117 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 --- ...ryptodev-module_%.bbappend => cryptodev-module-arago.inc} | 0 .../recipes-kernel/cryptodev/cryptodev-module_%.bbappend | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) copy meta-arago-distro/recipes-kernel/cryptodev/{cryptodev-module_%.bbappend => cryptodev-module-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module_%.bbappend b/meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module-arago.inc similarity index 100% copy from meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module_%.bbappend copy to meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module-arago.inc diff --git a/meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module_%.bbappend b/meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module_%.bbappend index 74688f1c..8a6bfaad 100644 --- a/meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module_%.bbappend +++ b/meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module_%.bbappend @@ -1,3 +1,4 @@ -PR:append = ".arago0" +CRYPTODEV_MODULE_ARAGO = "" +CRYPTODEV_MODULE_ARAGO:arago = "cryptodev-module-arago.inc" -KERNEL_MODULE_AUTOLOAD += "cryptodev" +require ${CRYPTODEV_MODULE_ARAGO} From patchwork Thu Mar 20 18:10:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59662 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 DB6F2C36017 for ; Thu, 20 Mar 2025 18:10:53 +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.1883.1742494250754866195 for ; Thu, 20 Mar 2025 11:10:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=m0J0rrxK; 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 52KIAn8R075286 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494250; bh=eYsmDr7BThVyVGrdZMBVpgagyBY+XE226v2ngdz/3lM=; h=From:To:Subject:Date:In-Reply-To:References; b=m0J0rrxKjp13Q+lpZrx38UdF9gTFfZpLABfo2PaqsF41HV/lukegHOdFv72XsJsmQ CmEFSA4yO98iITHkLP3WZml4xcK6TkfK01CJpcMVop5aNQn56cL3iGYCcpKticBCvZ b579L5SVn99WoRHby4gp21OXg4D6CsFiA3V++73A= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAnKu024524 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:49 -0500 Received: from DFLE101.ent.ti.com (10.64.6.22) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:49 -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; Thu, 20 Mar 2025 13:10:49 -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 52KIAn8w126244; Thu, 20 Mar 2025 13:10:49 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLx-0001Ik-HC; Thu, 20 Mar 2025 13:10:49 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 20/26] linux-firmware: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:41 -0500 Message-ID: <20250320181047.18035-21-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16118 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 --- ...linux-firmware_%.bbappend => linux-firmware-arago.inc} | 0 .../linux-firmware/linux-firmware_%.bbappend | 8 +++----- 2 files changed, 3 insertions(+), 5 deletions(-) copy meta-arago-distro/recipes-kernel/linux-firmware/{linux-firmware_%.bbappend => linux-firmware-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware-arago.inc similarity index 100% copy from meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend copy to meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware-arago.inc diff --git a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend index 43c54575..5e4fd639 100644 --- a/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend +++ b/meta-arago-distro/recipes-kernel/linux-firmware/linux-firmware_%.bbappend @@ -1,6 +1,4 @@ -PR:append = ".arago2" +LINUX_FIRMWARE_ARAGO = "" +LINUX_FIRMWARE_ARAGO:arago = "linux-firmware-arago.inc" -do_install:append() { - rm -rf ${D}/lib/firmware/ti-connectivity/ - rm -rf ${D}/lib/firmware/cadence/ -} +require ${LINUX_FIRMWARE_ARAGO} From patchwork Thu Mar 20 18:10:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59646 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 3DF86C36006 for ; Thu, 20 Mar 2025 18:10:53 +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.web10.1861.1742494251126951019 for ; Thu, 20 Mar 2025 11:10:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Bqh2mA9P; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAoHY684457 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494250; bh=b1GWf6RhULbJ0avIisDzbApmuquEElMJt8SS/mV+0MY=; h=From:To:Subject:Date:In-Reply-To:References; b=Bqh2mA9PVMfItR15F5gwfG+EfD0ttGnrK5k3Zfj8Qu7G7At+43lJXhDjvTrnfit6M 1zNjsbdHla2TPOUP9RFtSQUp1te0oerGPdUgizNHNghqzTTysSTnvXQ9+XPUb4ocvZ GfIC223aA7U3gaQIXMkVvFP5AwyM/tCz9hUPedfg= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAoe0020276 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:50 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) 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; Thu, 20 Mar 2025 13:10:49 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:10:49 -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 52KIAnu8085717; Thu, 20 Mar 2025 13:10:49 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLx-0001LW-Ky; Thu, 20 Mar 2025 13:10:49 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 21/26] tiff: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:42 -0500 Message-ID: <20250320181047.18035-22-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16123 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 --- .../libtiff/{tiff_%.bbappend => tiff-arago.inc} | 0 .../recipes-multimedia/libtiff/tiff_%.bbappend | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) copy meta-arago-distro/recipes-multimedia/libtiff/{tiff_%.bbappend => tiff-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-multimedia/libtiff/tiff_%.bbappend b/meta-arago-distro/recipes-multimedia/libtiff/tiff-arago.inc similarity index 100% copy from meta-arago-distro/recipes-multimedia/libtiff/tiff_%.bbappend copy to meta-arago-distro/recipes-multimedia/libtiff/tiff-arago.inc diff --git a/meta-arago-distro/recipes-multimedia/libtiff/tiff_%.bbappend b/meta-arago-distro/recipes-multimedia/libtiff/tiff_%.bbappend index 1bdc0802..872d6b94 100644 --- a/meta-arago-distro/recipes-multimedia/libtiff/tiff_%.bbappend +++ b/meta-arago-distro/recipes-multimedia/libtiff/tiff_%.bbappend @@ -1,4 +1,4 @@ -PR:append = ".arago0" +TIFF_ARAGO = "" +TIFF_ARAGO:arago = "tiff-arago.inc" -# Remove xz/lzma support to avoid pulling in additional GPLv3 licenses -PACKAGECONFIG:remove = "lzma" +require ${TIFF_ARAGO} From patchwork Thu Mar 20 18:10:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59655 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 BCA50C3600D for ; Thu, 20 Mar 2025 18:10:53 +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.1885.1742494251186705877 for ; Thu, 20 Mar 2025 11:10:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=qxZFFvwC; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAoMX075290 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494250; bh=HrblENm/KttJrPg//EqPTqh0woVf04Cqawa1nDGu5dI=; h=From:To:Subject:Date:In-Reply-To:References; b=qxZFFvwCMZwWrnZUD/eufAHz2iK9ZG0iVoDFAGXHdfdya5Gcxf3CBeFuNMx6CDg6o 8LnKihqaY22CKswotdAj96aIFKM8qNGZ3yWIqO0JthccYZI9Hm7bW5Ygj9IjzEKKJ7 G5m1tXog8JkMQ5BbI6grdmjEY+RnNFLPvA9+ZAZY= 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 52KIAosB020277 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:50 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:49 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:10:49 -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 52KIAnYB126247; Thu, 20 Mar 2025 13:10:49 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLx-0001On-On; Thu, 20 Mar 2025 13:10:49 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 22/26] cifs-utils: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:43 -0500 Message-ID: <20250320181047.18035-23-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16124 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 --- .../cifs/{cifs-utils_7.0.bbappend => cifs-utils-arago.inc} | 2 +- .../recipes-support/cifs/cifs-utils_7.0.bbappend | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) copy meta-arago-distro/recipes-support/cifs/{cifs-utils_7.0.bbappend => cifs-utils-arago.inc} (62%) diff --git a/meta-arago-distro/recipes-support/cifs/cifs-utils_7.0.bbappend b/meta-arago-distro/recipes-support/cifs/cifs-utils-arago.inc similarity index 62% copy from meta-arago-distro/recipes-support/cifs/cifs-utils_7.0.bbappend copy to meta-arago-distro/recipes-support/cifs/cifs-utils-arago.inc index c145cf63..87b49cc6 100644 --- a/meta-arago-distro/recipes-support/cifs/cifs-utils_7.0.bbappend +++ b/meta-arago-distro/recipes-support/cifs/cifs-utils-arago.inc @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/cifs-utils:" SRC_URI += "file://0001-cifs-utils-Make-automake-treat-sbin-as-exec-not-data.patch" diff --git a/meta-arago-distro/recipes-support/cifs/cifs-utils_7.0.bbappend b/meta-arago-distro/recipes-support/cifs/cifs-utils_7.0.bbappend index c145cf63..4c9ce8db 100644 --- a/meta-arago-distro/recipes-support/cifs/cifs-utils_7.0.bbappend +++ b/meta-arago-distro/recipes-support/cifs/cifs-utils_7.0.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - -SRC_URI += "file://0001-cifs-utils-Make-automake-treat-sbin-as-exec-not-data.patch" +CIFS_UTILS_ARAGO = "" +CIFS_UTILS_ARAGO:arago = "cifs-utils-arago.inc" +require ${CIFS_UTILS_ARAGO} From patchwork Thu Mar 20 18:10:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59648 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 5E4AEC36007 for ; Thu, 20 Mar 2025 18:10:53 +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.1888.1742494251680927876 for ; Thu, 20 Mar 2025 11:10:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=cO8TmFp4; 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 52KIAoqr703268 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494250; bh=WKPIs9eVjTwcQ/1GMCa5f5GjKbEGrTWe3r2MDBR/TPA=; h=From:To:Subject:Date:In-Reply-To:References; b=cO8TmFp4Ywpt0rftlacXFznNCIKw8in8TCldtjBWvaFfymXbv99aafLOYEZlrvSyy OxKHHnPusKvBDH+PVWOJBxovT0uE4uYmgfM+0RIyR47l2wxjFZJd6HDYEhZIhQZolJ GpgCQghpjAOqA/JQB+vBz/GKKbZK2tcNVd+4Qxz4= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAoYi024530 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:50 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:50 -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; Thu, 20 Mar 2025 13:10:50 -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 52KIAouG085724; Thu, 20 Mar 2025 13:10:50 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLx-0001Pd-Sa; Thu, 20 Mar 2025 13:10:49 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 23/26] libnl: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:44 -0500 Message-ID: <20250320181047.18035-24-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16128 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 --- .../libnl/{libnl_%.bbappend => libnl-arago.inc} | 0 .../recipes-support/libnl/libnl_%.bbappend | 11 +++-------- 2 files changed, 3 insertions(+), 8 deletions(-) copy meta-arago-distro/recipes-support/libnl/{libnl_%.bbappend => libnl-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-support/libnl/libnl_%.bbappend b/meta-arago-distro/recipes-support/libnl/libnl-arago.inc similarity index 100% copy from meta-arago-distro/recipes-support/libnl/libnl_%.bbappend copy to meta-arago-distro/recipes-support/libnl/libnl-arago.inc diff --git a/meta-arago-distro/recipes-support/libnl/libnl_%.bbappend b/meta-arago-distro/recipes-support/libnl/libnl_%.bbappend index 26c9b6de..52df5313 100644 --- a/meta-arago-distro/recipes-support/libnl/libnl_%.bbappend +++ b/meta-arago-distro/recipes-support/libnl/libnl_%.bbappend @@ -1,9 +1,4 @@ -PR:append = ".arago0" +LIBNL_ARAGO = "" +LIBNL_ARAGO:arago = "libnl-arago.inc" -do_install:append() { -# Install private files to allow libnl extensions - install -d ${D}${includedir}/nl-priv-dynamic-core - cp -r ${S}/include/nl-priv-dynamic-core/cache-api.h ${D}${includedir}/nl-priv-dynamic-core/ - cp -r ${S}/include/nl-priv-dynamic-core/object-api.h ${D}${includedir}/nl-priv-dynamic-core/ - cp -r ${S}/include/nl-priv-dynamic-core/nl-core.h ${D}${includedir}/nl-priv-dynamic-core/ -} +require ${LIBNL_ARAGO} From patchwork Thu Mar 20 18:10:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59643 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 2C158C36001 for ; Thu, 20 Mar 2025 18:10:53 +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.web10.1862.1742494251263482347 for ; Thu, 20 Mar 2025 11:10:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=GOu5wFp/; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAol1684461 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494250; bh=BznLTjcdBZvA+f06lcshmJf5aHuYIGQGz+KWsRe4T9c=; h=From:To:Subject:Date:In-Reply-To:References; b=GOu5wFp/MBOu+6r3P34//JcalLL0mlsL1H4cTbsjAMGFenb83vJrsF714BtsopTGx hshfVJdg3wU1HMPkjALFGarG9o2rPa5q4t3nPzSConVler0xATcbo4etmJh7oRYQ+w zuJC9nUM1MyiDAput68wdKM9ThF5d/tyjVRo1oO4= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAo4D024534 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:50 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) 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; Thu, 20 Mar 2025 13:10:50 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:10:50 -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 52KIAoKN126264; Thu, 20 Mar 2025 13:10:50 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLy-0001Pm-09; Thu, 20 Mar 2025 13:10:50 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 24/26] netperf: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:45 -0500 Message-ID: <20250320181047.18035-25-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16125 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 --- .../netperf/{netperf_git.bbappend => netperf-arago.inc} | 0 .../recipes-support/netperf/netperf_git.bbappend | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) copy meta-arago-distro/recipes-support/netperf/{netperf_git.bbappend => netperf-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend b/meta-arago-distro/recipes-support/netperf/netperf-arago.inc similarity index 100% copy from meta-arago-distro/recipes-support/netperf/netperf_git.bbappend copy to meta-arago-distro/recipes-support/netperf/netperf-arago.inc diff --git a/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend b/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend index f63b608f..e31e7081 100644 --- a/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend +++ b/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend @@ -1 +1,4 @@ -CFLAGS += "-fcommon" +NETPERF_ARAGO = "" +NETPERF_ARAGO:arago = "netperf-arago.inc" + +require ${NETPERF_ARAGO} From patchwork Thu Mar 20 18:10:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59644 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 109D3C35FFF for ; Thu, 20 Mar 2025 18:10:53 +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.1887.1742494251546912261 for ; Thu, 20 Mar 2025 11:10:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=W0XMB96f; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAotT684465 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494250; bh=7w8fc64MLXWvep1j7g2zy49YOHCYdKGB/7DWQjqAy9c=; h=From:To:Subject:Date:In-Reply-To:References; b=W0XMB96fGXiPOaeYituhSeW71pAaav3+FxKX0Wf7ZPv0a8D/aSsPfFxGvxdhOz+U9 kDEmFCy0FKTj4YgTDib+PRmiaElzTaMNb25ltdLpoI+j9c2kxG3pkQW3cYNM5z0E9x rjenyb1GUar9xcqjJ4JItFRVNNevKjkneyOdE/Xs= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAoL7024538 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:50 -0500 Received: from DFLE101.ent.ti.com (10.64.6.22) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:10:50 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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; Thu, 20 Mar 2025 13:10:50 -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 52KIAop6085736; Thu, 20 Mar 2025 13:10:50 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLy-0001Pt-3w; Thu, 20 Mar 2025 13:10:50 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 25/26] strongswan: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:46 -0500 Message-ID: <20250320181047.18035-26-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16127 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 --- ...ngswan_%.bbappend => strongswan-arago.inc} | 0 .../strongswan/strongswan_%.bbappend | 20 +++---------------- 2 files changed, 3 insertions(+), 17 deletions(-) copy meta-arago-distro/recipes-support/strongswan/{strongswan_%.bbappend => strongswan-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend b/meta-arago-distro/recipes-support/strongswan/strongswan-arago.inc similarity index 100% copy from meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend copy to meta-arago-distro/recipes-support/strongswan/strongswan-arago.inc diff --git a/meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend b/meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend index efedd7fb..31462f78 100644 --- a/meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend +++ b/meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend @@ -1,18 +1,4 @@ -PR:append = ".arago4" -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" +STRONGSWAN_ARAGO = "" +STRONGSWAN_ARAGO:arago = "strongswan-arago.inc" -PACKAGECONFIG = "charon curl openssl stroke sqlite3 \ - ${@bb.utils.filter('DISTRO_FEATURES', 'ldap', d)} \ -" - -EXTRA_OECONF += " \ - --enable-ctr \ - --enable-pkcs11 \ - --enable-mgf1 \ -" - -SRC_URI += "file://pkcs11_plugin.conf" - -do_install:append () { - install -m 0644 ${UNPACKDIR}/pkcs11_plugin.conf ${D}${sysconfdir}/strongswan.d/ -} +require ${STRONGSWAN_ARAGO} From patchwork Thu Mar 20 18:10:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59642 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 26CB6C36002 for ; Thu, 20 Mar 2025 18:10:53 +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.web10.1864.1742494251617110326 for ; Thu, 20 Mar 2025 11:10:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=H5MheHKd; 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 52KIAoeV684467 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:10:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494250; bh=fyaRN7AvjGhItFFtRVLtBo6N2eVZRPQTXUEmtL9LV4Q=; h=From:To:Subject:Date:In-Reply-To:References; b=H5MheHKdbs43zbHee3Kt/G7d0CUdI/W9nPYKywgXNMsj+kMeIobS9nuZ7fSEq+52K TQ/v4lBCUhCcI4aIVpGFkMMWppE+00/2nTzPCjbQ7OH63gJF2ZYu8KsOST/vPCNtDe 3CGEnIgkNBsQABCDqdC+1GXYFZzFGQm2jAJClwHI= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIAo9q049410 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:10:50 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) 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; Thu, 20 Mar 2025 13:10:50 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) 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 via Frontend Transport; Thu, 20 Mar 2025 13:10:50 -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 52KIAolP126298; Thu, 20 Mar 2025 13:10:50 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKLy-0001Pz-7p; Thu, 20 Mar 2025 13:10:50 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 26/26] syslog-ng: Wrap the bbappend in a compliant manner Date: Thu, 20 Mar 2025 13:10:47 -0500 Message-ID: <20250320181047.18035-27-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320181047.18035-1-reatmon@ti.com> References: <20250320181047.18035-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 18:10:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16126 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 --- .../syslog-ng/{syslog-ng_%.bbappend => syslog-ng-arago.inc} | 0 .../recipes-support/syslog-ng/syslog-ng_%.bbappend | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) copy meta-arago-distro/recipes-support/syslog-ng/{syslog-ng_%.bbappend => syslog-ng-arago.inc} (100%) diff --git a/meta-arago-distro/recipes-support/syslog-ng/syslog-ng_%.bbappend b/meta-arago-distro/recipes-support/syslog-ng/syslog-ng-arago.inc similarity index 100% copy from meta-arago-distro/recipes-support/syslog-ng/syslog-ng_%.bbappend copy to meta-arago-distro/recipes-support/syslog-ng/syslog-ng-arago.inc diff --git a/meta-arago-distro/recipes-support/syslog-ng/syslog-ng_%.bbappend b/meta-arago-distro/recipes-support/syslog-ng/syslog-ng_%.bbappend index 6c6a8ff0..0dbc6349 100644 --- a/meta-arago-distro/recipes-support/syslog-ng/syslog-ng_%.bbappend +++ b/meta-arago-distro/recipes-support/syslog-ng/syslog-ng_%.bbappend @@ -1,2 +1,4 @@ -PR:append = ".arago0" -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" +SYSLOG_NG_ARAGO = "" +SYSLOG_NG_ARAGO:arago = "syslog-ng-arago.inc" + +require ${SYSLOG_NG_ARAGO}