On 20.06.22 09:33, Marco Barletta wrote:
> Dear all;
>
> I was trying to build JH for QEMU with the kas container in jailhouse
> demo images. Suddenly the building failes due to this error:
>
> git -c core.fsyncobjectfiles=0 ls-remote
> git://github.com/siemens/jailhouse failed with exit code 128, output:
> 2022/06/20 07:26:47 socat[251] E connect(5, AF=2 140.82.121.3:9418, 16):
> Connection timed out
> fatal: Could not read from remote repository.
>
> (Yes I have internet connection, of course, and the IP correctly
> responds to ping).
>
> Any advice? Has something changed with the git protocol?
>
You need
diff --git a/recipes-jailhouse/jailhouse/jailhouse.inc
b/recipes-jailhouse/jailhouse/jailhouse.inc
index 66d7ee3..f4325ae 100644
--- a/recipes-jailhouse/jailhouse/jailhouse.inc
+++ b/recipes-jailhouse/jailhouse/jailhouse.inc
@@ -25,7 +25,7 @@ EXTRA_JAILHOUSE_CONFIGS_amd64 = " \
"
SRC_URI = " \
- git://github.com/siemens/jailhouse;branch=next \
+ git://github.com/siemens/jailhouse;branch=next;protocol=https \
file://debian/ \
${@ " ".join(["file://" + cfg for cfg in
d.getVar('EXTRA_JAILHOUSE_CONFIGS').split()]) } \
"
I'll push a patch "soon".
Jan
--
Siemens AG, Technology
Competence Center Embedded Linux
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jailhouse-dev/6e8fc5f5-40fa-293f-a6e8-21913b4b1ad6%40siemens.com.