All of lore.kernel.org
 help / color / mirror / Atom feed
* [kirkstone/scarthgap/master][PATCH 1/2] meta-arago-extras: gstreamer1.0-plugins-hevc: Fix submodule fetch
@ 2024-08-07  8:15 Daniel Schultz
  2024-08-07  8:15 ` [kirkstone/scarthgap/master][PATCH 2/2] meta-arago-extras: gstreamer1.0-plugins-vpe: " Daniel Schultz
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Schultz @ 2024-08-07  8:15 UTC (permalink / raw)
  To: meta-arago; +Cc: Daniel Schultz

This gstreamer plugin is unable to geth the submodule 'common' from
freedesktop.org. It looks like the Git server has some issues and the
clone times out. Use the official Github mirror as workaround.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
---
 ...01-Switch-submodule-common-to-github.patch | 24 +++++++++++++++++++
 .../gstreamer1.0-plugins-hevc_git.bb          |  4 +++-
 2 files changed, 27 insertions(+), 1 deletion(-)
 create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc/0001-Switch-submodule-common-to-github.patch

diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc/0001-Switch-submodule-common-to-github.patch b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc/0001-Switch-submodule-common-to-github.patch
new file mode 100644
index 00000000..cc243ca9
--- /dev/null
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc/0001-Switch-submodule-common-to-github.patch
@@ -0,0 +1,24 @@
+From d85ca8e83ea0537fd74d8bea3c358a3edddb87ac Mon Sep 17 00:00:00 2001
+From: Daniel Schultz <d.schultz@phytec.de>
+Date: Tue, 6 Aug 2024 11:26:55 +0200
+Subject: [PATCH] Switch submodule common to github
+​
+The freedesktop.org URL is currently not available. Therefore, this
+plugin won't build. Use the official GStreamer mirror on GitHub.
+​
+Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
+---
+ .gitmodules | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+​
+diff --git a/.gitmodules b/.gitmodules
+index a6b1eda..80ffbc5 100644
+--- a/.gitmodules
++++ b/.gitmodules
+@@ -1,3 +1,3 @@
+ [submodule "common"]
+ 	path = common
+-	url = git://anongit.freedesktop.org/gstreamer/common
++	url = https://github.com/GStreamer/common
+--
+2.34.1
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 f9d04e3d..d17cb4f2 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
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2827f94fc0a1adeff4d9702e97ce2979"
 COMPATIBLE_MACHINE = "dra7xx"

 SRC_URI = "git://git.ti.com/git/processor-sdk/gst-plugin-hevc.git;protocol=https;branch=master \
-	file://0001-configure.ac-stop-using-export-symbols-regex.patch"
+           file://0001-configure.ac-stop-using-export-symbols-regex.patch \
+           file://0001-Switch-submodule-common-to-github.patch \
+"
 SRCREV = "e4ea007d0ddeb95ae01742293454ef3c87a6e84c"

 S = "${WORKDIR}/git"
--
2.25.1



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

* [kirkstone/scarthgap/master][PATCH 2/2] meta-arago-extras: gstreamer1.0-plugins-vpe: Fix submodule fetch
  2024-08-07  8:15 [kirkstone/scarthgap/master][PATCH 1/2] meta-arago-extras: gstreamer1.0-plugins-hevc: Fix submodule fetch Daniel Schultz
@ 2024-08-07  8:15 ` Daniel Schultz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Schultz @ 2024-08-07  8:15 UTC (permalink / raw)
  To: meta-arago; +Cc: Daniel Schultz

This gstreamer plugin is unable to geth the submodule 'common' from
freedesktop.org. It looks like the Git server has some issues and the
clone times out. Use the official Github mirror as workaround.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
---
 ...01-Switch-submodule-common-to-github.patch | 24 +++++++++++++++++++
 .../gstreamer1.0-plugins-vpe_git.bb           |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe/0001-Switch-submodule-common-to-github.patch

diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe/0001-Switch-submodule-common-to-github.patch b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe/0001-Switch-submodule-common-to-github.patch
new file mode 100644
index 00000000..841dcf78
--- /dev/null
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe/0001-Switch-submodule-common-to-github.patch
@@ -0,0 +1,24 @@
+From 4dac2d8d41c21577f146a568baa5ff897835f98c Mon Sep 17 00:00:00 2001
+From: Daniel Schultz <d.schultz@phytec.de>
+Date: Wed, 7 Aug 2024 09:50:49 +0200
+Subject: [PATCH] Switch submodule common to github
+
+The freedesktop.org URL is currently not available. Therefore, this
+plugin won't build. Use the official GStreamer mirror on GitHub.
+
+Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
+---
+ .gitmodules | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/.gitmodules b/.gitmodules
+index a6b1eda..80ffbc5 100644
+--- a/.gitmodules
++++ b/.gitmodules
+@@ -1,3 +1,3 @@
+ [submodule "common"]
+ 	path = common
+-	url = git://anongit.freedesktop.org/gstreamer/common
++	url = https://github.com/GStreamer/common
+-- 
+2.34.1
diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
index 237031b1..2038e2b1 100644
--- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
@@ -14,4 +14,5 @@ SRCREV = "b9dba5a8bc7d14d55125abdce04672e3dc30bbdf"
 
 SRC_URI = "git://git.ti.com/git/glsdk/gst-plugin-vpe.git;protocol=https \
            file://0001-gstvpe-configure.ac-stop-using-export-symbols-regex.patch \
+           file://0001-Switch-submodule-common-to-github.patch \
 "
-- 
2.25.1



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

end of thread, other threads:[~2024-08-07  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07  8:15 [kirkstone/scarthgap/master][PATCH 1/2] meta-arago-extras: gstreamer1.0-plugins-hevc: Fix submodule fetch Daniel Schultz
2024-08-07  8:15 ` [kirkstone/scarthgap/master][PATCH 2/2] meta-arago-extras: gstreamer1.0-plugins-vpe: " Daniel Schultz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.