From patchwork Mon May 9 18:00:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 7799 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 A08E2C4332F for ; Mon, 9 May 2022 18:00:53 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.632.1652119252739336567 for ; Mon, 09 May 2022 11:00:52 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 1082B40C56 for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c1Xurs9L3b5f for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 032C7407DA for ; Mon, 9 May 2022 18:00:51 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id C127E1748EE for ; Mon, 9 May 2022 14:00:51 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Subject: [master][PATCH 1/3] glsdk-util-scripts: update to the latest and specify branch Date: Mon, 9 May 2022 18:00:49 +0000 Message-Id: <20220509180051.2146987-1-denis@denix.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 18:00:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/13843 From: Denys Dmytriyenko Fixes these warnings: | WARNING: glsdk-util-scripts-1.0-r1 do_fetch: URL: git://git.ti.com/glsdk/util-scripts.git | does not set any branch parameter. The future default branch used by tools and repositories | is uncertain and we will therefore soon require this is set in all git urls. | WARNING: glsdk-util-scripts-1.0-r1 do_unpack: URL: git://git.ti.com/glsdk/util-scripts.git | does not set any branch parameter. The future default branch used by tools and repositories | is uncertain and we will therefore soon require this is set in all git urls. Signed-off-by: Denys Dmytriyenko --- .../recipes-devtools/util-scripts/glsdk-util-scripts.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb index cf187a29..5ed4e034 100644 --- a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb +++ b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb @@ -1,15 +1,14 @@ DESCRIPTION = "Utility scripts for debug" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://debug/filter-dmesg-rproc.sh;md5=ce264e7cbc036fd2f37073947c2f0800" -PR = "r1" COMPATIBLE_MACHINE = "omap-a15|j7" PACKAGE_ARCH = "${MACHINE_ARCH}" RDEPENDS:${PN} += "bash" -SRC_URI = "git://git.ti.com/glsdk/util-scripts.git" +SRC_URI = "git://git.ti.com/glsdk/util-scripts.git;branch=master" -SRCREV = "df50ca1592cae97ad0c7285686d602926b4f7305" +SRCREV = "5a3f8eca444a5c4bf8855705a3018d482e3e19cd" S = "${WORKDIR}/git" From patchwork Mon May 9 18:00:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 7798 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 9CE14C433F5 for ; Mon, 9 May 2022 18:00:53 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web09.664.1652119252739873976 for ; Mon, 09 May 2022 11:00:52 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 1B7BF407DA for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Niyc640BAN4O for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 0F60C40BC4 for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id CCF2E174921 for ; Mon, 9 May 2022 14:00:51 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Subject: [master][PATCH 2/3] glsdk-example-apps: specify branch and drop FILESEXTRAPATHS Date: Mon, 9 May 2022 18:00:50 +0000 Message-Id: <20220509180051.2146987-2-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220509180051.2146987-1-denis@denix.org> References: <20220509180051.2146987-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 18:00:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/13842 From: Denys Dmytriyenko Fixes these warnings: | WARNING: glsdk-example-apps-1.0-r52 do_fetch: URL: git://git.ti.com/glsdk/example-applications.git;protocol=git | does not set any branch parameter. The future default branch used by tools and repositories | is uncertain and we will therefore soon require this is set in all git urls. | WARNING: glsdk-example-apps-1.0-r52 do_unpack: URL: git://git.ti.com/glsdk/example-applications.git;protocol=git | does not set any branch parameter. The future default branch used by tools and repositories | is uncertain and we will therefore soon require this is set in all git urls. Also, modifying FILESEXTRAPATHS here is unnecessary. Signed-off-by: Denys Dmytriyenko --- .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb index 6e3ec7b3..de725c07 100644 --- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb +++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" inherit autotools pkgconfig -SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git \ +SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git;branch=master \ " SRCREV="52466430609c402a9f1c0667ccf727d096336d0d" @@ -29,5 +29,3 @@ do_install:append () { } FILES:${PN} += "${sysconfdir}/glsdkstatcoll/* ${sysconfdir}/visualization_scripts/*" - -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" From patchwork Mon May 9 18:00:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 7797 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 A0628C433EF for ; Mon, 9 May 2022 18:00:53 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web08.626.1652119252823579737 for ; Mon, 09 May 2022 11:00:53 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 269A640BC4 for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RUMBC4yiLBns for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 1BC3440C60 for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id D8F1A174923 for ; Mon, 9 May 2022 14:00:51 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Subject: [master][PATCH 3/3] gstreamer1.0-plugins-hevc_git: specify branch Date: Mon, 9 May 2022 18:00:51 +0000 Message-Id: <20220509180051.2146987-3-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220509180051.2146987-1-denis@denix.org> References: <20220509180051.2146987-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 18:00:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/13844 From: Denys Dmytriyenko Fixes these warnings: | WARNING: gstreamer1.0-plugins-hevc-git-r5.0 do_fetch: URL: git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git | does not set any branch parameter. The future default branch used by tools and repositories | is uncertain and we will therefore soon require this is set in all git urls. | WARNING: gstreamer1.0-plugins-hevc-git-r5.0 do_unpack: URL: git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git | does not set any branch parameter. The future default branch used by tools and repositories | is uncertain and we will therefore soon require this is set in all git urls. Signed-off-by: Denys Dmytriyenko --- .../gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb index 33537f6e..0125c245 100644 --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2827f94fc0a1adeff4d9702e97ce2979" COMPATIBLE_MACHINE = "dra7xx" -SRC_URI = "git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git \ +SRC_URI = "git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git;branch=master \ file://0001-configure.ac-stop-using-export-symbols-regex.patch" SRCREV = "e4ea007d0ddeb95ae01742293454ef3c87a6e84c"