From patchwork Thu Feb 6 19:06:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 56804 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 2A642C02199 for ; Thu, 6 Feb 2025 19:07:07 +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.50442.1738868823086385959 for ; Thu, 06 Feb 2025 11:07:03 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=P8AYQgVs; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: afd@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 516J71fN2784716 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 6 Feb 2025 13:07:01 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1738868821; bh=gvzej2wbyJaDxHKOWg42agsldaxmW9HnaUBB5QmWR4Q=; h=From:To:CC:Subject:Date; b=P8AYQgVsmONHUtsl5k+UE25VPU1oHsrbj6Te+UuypVOsr0IU3xtSnXku3E8Bg5K7m MmnHuN1nstyx/22YF7VwoSHbgx/NekxNGSUaQhCmem2TcUJPoloXQ3qhoJNP9/quCi Mkn2tndWY3Wwk1ouf2+8XKRlFIlrsf/vOoALyNRU= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 516J71H8118337 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 6 Feb 2025 13:07:01 -0600 Received: from DLEE112.ent.ti.com (157.170.170.23) 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; Thu, 6 Feb 2025 13:07:01 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 6 Feb 2025 13:07:01 -0600 Received: from lelvsmtp6.itg.ti.com ([10.249.42.149]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 516J70u6111637; Thu, 6 Feb 2025 13:07:01 -0600 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][scarthgap/master][PATCH 1/5] meta-arago-extras: armnn: Remove default FILESEXTRAPATHS Date: Thu, 6 Feb 2025 13:06:56 -0600 Message-ID: <20250206190700.1190499-1-afd@ti.com> X-Mailer: git-send-email 2.39.2 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, 06 Feb 2025 19:07:07 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15830 This is being set to the default value, remove this. Signed-off-by: Andrew Davis Acked-by: Chirag Shilwant --- meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb b/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb index e965382a..d13057c0 100644 --- a/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb +++ b/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb @@ -3,8 +3,6 @@ DESCRIPTION = "Linux software and tools to enable machine learning workloads on LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3e14a924c16f7d828b8335a59da64074" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - BRANCH = "branches/armnn_24_11" SRC_URI = "git://github.com/ARM-software/armnn.git;branch=${BRANCH};protocol=https" SRC_URI += "file://0001-Fix-type-casting-for-32bit-builds.patch" From patchwork Thu Feb 6 19:06:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 56805 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 08048C02199 for ; Thu, 6 Feb 2025 19:07:17 +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.50447.1738868829074901351 for ; Thu, 06 Feb 2025 11:07:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=A+Bp0yez; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: afd@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 516J77Yt2858063 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 6 Feb 2025 13:07:07 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1738868827; bh=tZkW6O3ZW78VPS7AVfpED29I5erzNg+0aJtIWv4PaM8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=A+Bp0yezpYbXwG6MUitbZaKMfAfUAatR6c4IFd5KS6TVUDGoLCSEXiK432R2okx1T PGQvJuMqOj77we75Ndw4OqjN8HeAf/cCHXEtsYXnm7MofMrXCfYyep6iVCdkPG5487 l0xONzjwCuTi65Y9luChmueNlUx+EO7hZdeEQprk= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 516J77Iw040178 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 6 Feb 2025 13:07:07 -0600 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 6 Feb 2025 13:07:01 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 6 Feb 2025 13:07:01 -0600 Received: from lelvsmtp6.itg.ti.com ([10.249.42.149]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 516J70u7111637; Thu, 6 Feb 2025 13:07:01 -0600 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][scarthgap/master][PATCH 2/5] meta-arago-extras: onnx: Remove FILESEXTRAPATHS Date: Thu, 6 Feb 2025 13:06:57 -0600 Message-ID: <20250206190700.1190499-2-afd@ti.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20250206190700.1190499-1-afd@ti.com> References: <20250206190700.1190499-1-afd@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, 06 Feb 2025 19:07:17 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15832 This is being set to the default value, remove this. Signed-off-by: Andrew Davis --- meta-arago-extras/recipes-framework/onnx/onnx_1.16.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-arago-extras/recipes-framework/onnx/onnx_1.16.1.bb b/meta-arago-extras/recipes-framework/onnx/onnx_1.16.1.bb index fead0e61..84dd17c9 100644 --- a/meta-arago-extras/recipes-framework/onnx/onnx_1.16.1.bb +++ b/meta-arago-extras/recipes-framework/onnx/onnx_1.16.1.bb @@ -4,8 +4,6 @@ HOMEPAGE = "https://www.onnx.ai/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - SRC_URI = "git://github.com/onnx/onnx.git;protocol=https;branch=rel-1.16.1" SRC_URI += "\ file://0001-Try-to-find-package-Protobuf-before-checking-if-it-w.patch \ From patchwork Thu Feb 6 19:06:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 56807 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 0B8AAC02194 for ; Thu, 6 Feb 2025 19:07:17 +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.50090.1738868828606854184 for ; Thu, 06 Feb 2025 11:07:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=WxurOWlc; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: afd@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 516J77eK2784728 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 6 Feb 2025 13:07:07 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1738868827; bh=X+yAJRR0OIwBgmgmX3COIF7QlZFmHeM4TWspfcJmbpg=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=WxurOWlcB7kwA2fpDQVle0h0n0d5FfkwamXO/B/VdgJ4Cl0t7TVhHTkFQgIAsGO/a 4mSDkJoTQxILG+wyL60OHIyjP356OIlBGNkWASbI11E+HbFdurGhX1GPegLEE0WpkV M57Fk2+rLJAPhsiQBmuNRlMDjx+hQm/J7BF7+b14= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 516J77th040190 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 6 Feb 2025 13:07:07 -0600 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 6 Feb 2025 13:07:01 -0600 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, 6 Feb 2025 13:07:01 -0600 Received: from lelvsmtp6.itg.ti.com ([10.249.42.149]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 516J70u8111637; Thu, 6 Feb 2025 13:07:01 -0600 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][scarthgap/master][PATCH 3/5] meta-arago-extras: onnxruntime: Remove FILESEXTRAPATHS Date: Thu, 6 Feb 2025 13:06:58 -0600 Message-ID: <20250206190700.1190499-3-afd@ti.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20250206190700.1190499-1-afd@ti.com> References: <20250206190700.1190499-1-afd@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, 06 Feb 2025 19:07:17 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15831 This is being set to the default value, remove this. Signed-off-by: Andrew Davis --- .../recipes-framework/onnxruntime/onnxruntime_1.20.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-arago-extras/recipes-framework/onnxruntime/onnxruntime_1.20.1.bb b/meta-arago-extras/recipes-framework/onnxruntime/onnxruntime_1.20.1.bb index 494bea9a..7e810739 100644 --- a/meta-arago-extras/recipes-framework/onnxruntime/onnxruntime_1.20.1.bb +++ b/meta-arago-extras/recipes-framework/onnxruntime/onnxruntime_1.20.1.bb @@ -4,8 +4,6 @@ HOMEPAGE = "https://www.onnxruntime.ai/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0f7e3b1308cb5c00b372a6e78835732d" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - SRC_URI = "\ git://github.com/microsoft/onnxruntime.git;protocol=https;branch=rel-1.20.1 \ git://github.com/HowardHinnant/date.git;protocol=https;branch=master;name=date;destsuffix=${S}/cmake/external/date \ From patchwork Thu Feb 6 19:06:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 56808 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 1ED62C0219B for ; Thu, 6 Feb 2025 19:07:17 +0000 (UTC) Received: from fllvem-ot03.ext.ti.com (fllvem-ot03.ext.ti.com [198.47.19.245]) by mx.groups.io with SMTP id smtpd.web11.50448.1738868829886003396 for ; Thu, 06 Feb 2025 11:07:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=fFQYb6wg; spf=pass (domain: ti.com, ip: 198.47.19.245, mailfrom: afd@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 516J78Vl3607328 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 6 Feb 2025 13:07:09 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1738868829; bh=IKdL6+EFtbykB2fCcPxfEuGNjzYS4YRjsczVmoFlgKE=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=fFQYb6wgsLdQ3hE+yIF4VdEdjwhp7s1DjOF0cw8r+KbOu2OXZ6VPUlcvGHexnEI6i RoI7OguIGnfsNVH4RQF6+XZzTlIc+ChTE46AS5LeQkugc3hd3NWlVAya7nFRzqNO+s nqSgTN1iOiN2Nw/3I1PUjTV0ST8uF+SpeHWXxe4s= 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 516J78Oq020625 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 6 Feb 2025 13:07:08 -0600 Received: from DLEE113.ent.ti.com (157.170.170.24) 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, 6 Feb 2025 13:07:08 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 6 Feb 2025 13:07:02 -0600 Received: from lelvsmtp6.itg.ti.com ([10.249.42.149]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 516J70u9111637; Thu, 6 Feb 2025 13:07:01 -0600 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][scarthgap/master][PATCH 4/5] meta-arago-extras: gstreamer1.0-plugins-ducati: Remove default FILESEXTRAPATHS Date: Thu, 6 Feb 2025 13:06:59 -0600 Message-ID: <20250206190700.1190499-4-afd@ti.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20250206190700.1190499-1-afd@ti.com> References: <20250206190700.1190499-1-afd@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, 06 Feb 2025 19:07:17 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15834 This is being set to the default value, remove this. Signed-off-by: Andrew Davis --- .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb index 1ff2dfb0..de8338f3 100644 --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb @@ -17,5 +17,3 @@ SRC_URI = " \ git://git.ti.com/git/glsdk/gst-plugin-ducati.git;protocol=https;branch=${BRANCH} \ file://0001-gstducati-configure.ac-stop-using-export-symbols-reg.patch \ " - -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" From patchwork Thu Feb 6 19:07:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 56806 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 0C591C0219C for ; Thu, 6 Feb 2025 19:07:17 +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.50091.1738868829478553411 for ; Thu, 06 Feb 2025 11:07:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=KX+Onye5; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: afd@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 516J78hd2784732 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 6 Feb 2025 13:07:08 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1738868828; bh=9YA/3MBV4oOnWbdS/OHL80AJoQ11PGo9q7/i8Vkmpqw=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=KX+Onye5vBDJVu8vAbA7TjBidRSxMLNyzWZWq1Fe0X8x6WA0QBsbKZ/EHYCzczfH4 rqoh1Xg768lQkAegwenRwnCQkNnHcS7cSyesIGz4Ll1wsvWrePXAUcCXYi2BUyhFyA jf/k7FdKoMFKilcsZWDKUCrapdFd2CgHeuAFVqaY= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 516J78b2040242 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 6 Feb 2025 13:07:08 -0600 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 6 Feb 2025 13:07:08 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 6 Feb 2025 13:07:02 -0600 Received: from lelvsmtp6.itg.ti.com ([10.249.42.149]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 516J70uA111637; Thu, 6 Feb 2025 13:07:02 -0600 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][scarthgap/master][PATCH 5/5] meta-arago-extras: eventdump: Use default FILESEXTRAPATHS Date: Thu, 6 Feb 2025 13:07:00 -0600 Message-ID: <20250206190700.1190499-5-afd@ti.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20250206190700.1190499-1-afd@ti.com> References: <20250206190700.1190499-1-afd@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, 06 Feb 2025 19:07:17 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15833 Rename the directory containing the extra files so we can use the default FILESEXTRAPATHS and remove the prepend. Signed-off-by: Andrew Davis --- ...01-PATCH_Makefile_Play_nicer_with_bitbake-OpenEmbedded.patch | 0 meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb | 2 -- 2 files changed, 2 deletions(-) rename meta-arago-extras/recipes-devtools/eventdump/{files => eventdump}/0001-PATCH_Makefile_Play_nicer_with_bitbake-OpenEmbedded.patch (100%) diff --git a/meta-arago-extras/recipes-devtools/eventdump/files/0001-PATCH_Makefile_Play_nicer_with_bitbake-OpenEmbedded.patch b/meta-arago-extras/recipes-devtools/eventdump/eventdump/0001-PATCH_Makefile_Play_nicer_with_bitbake-OpenEmbedded.patch similarity index 100% rename from meta-arago-extras/recipes-devtools/eventdump/files/0001-PATCH_Makefile_Play_nicer_with_bitbake-OpenEmbedded.patch rename to meta-arago-extras/recipes-devtools/eventdump/eventdump/0001-PATCH_Makefile_Play_nicer_with_bitbake-OpenEmbedded.patch diff --git a/meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb b/meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb index ddd5d5c2..f8864bae 100644 --- a/meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb +++ b/meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb @@ -7,8 +7,6 @@ PV = "1.0+git" SRCREV = "5db45a36a05a78ea44a4cb25312ed5ee3c2bd76d" -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" - SRC_URI = "git://github.com/TI-ECS/eventdump.git;protocol=https;branch=master \ file://0001-PATCH_Makefile_Play_nicer_with_bitbake-OpenEmbedded.patch"