meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [master][PATCH 1/3] glsdk-util-scripts: update to the latest and specify branch
@ 2022-05-09 18:00 Denys Dmytriyenko
  2022-05-09 18:00 ` [master][PATCH 2/3] glsdk-example-apps: specify branch and drop FILESEXTRAPATHS Denys Dmytriyenko
  2022-05-09 18:00 ` [master][PATCH 3/3] gstreamer1.0-plugins-hevc_git: specify branch Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2022-05-09 18:00 UTC (permalink / raw)
  To: meta-arago

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(-)

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"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [master][PATCH 2/3] glsdk-example-apps: specify branch and drop FILESEXTRAPATHS
  2022-05-09 18:00 [master][PATCH 1/3] glsdk-util-scripts: update to the latest and specify branch Denys Dmytriyenko
@ 2022-05-09 18:00 ` Denys Dmytriyenko
  2022-05-09 18:00 ` [master][PATCH 3/3] gstreamer1.0-plugins-hevc_git: specify branch Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2022-05-09 18:00 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@konsulko.com>

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 <denys@konsulko.com>
---
 .../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}:"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [master][PATCH 3/3] gstreamer1.0-plugins-hevc_git: specify branch
  2022-05-09 18:00 [master][PATCH 1/3] glsdk-util-scripts: update to the latest and specify branch Denys Dmytriyenko
  2022-05-09 18:00 ` [master][PATCH 2/3] glsdk-example-apps: specify branch and drop FILESEXTRAPATHS Denys Dmytriyenko
@ 2022-05-09 18:00 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2022-05-09 18:00 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@konsulko.com>

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 <denys@konsulko.com>
---
 .../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"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-09 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 18:00 [master][PATCH 1/3] glsdk-util-scripts: update to the latest and specify branch Denys Dmytriyenko
2022-05-09 18:00 ` [master][PATCH 2/3] glsdk-example-apps: specify branch and drop FILESEXTRAPATHS Denys Dmytriyenko
2022-05-09 18:00 ` [master][PATCH 3/3] gstreamer1.0-plugins-hevc_git: specify branch Denys Dmytriyenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).