[master,1/3] glsdk-util-scripts: update to the latest and specify branch

Message ID 20220509180051.2146987-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master,1/3] glsdk-util-scripts: update to the latest and specify branch | expand

Commit Message

Denys Dmytriyenko May 9, 2022, 6 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

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 <denys@konsulko.com>
---
 .../recipes-devtools/util-scripts/glsdk-util-scripts.bb      | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Patch

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"