* [meta-virtualization][PATCH] cri-o: correct SRC_URI and HOMEPAGE
@ 2025-08-26 8:07 Qi.Chen
2025-09-04 1:40 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Qi.Chen @ 2025-08-26 8:07 UTC (permalink / raw)
To: meta-virtualization
From: Chen Qi <Qi.Chen@windriver.com>
cri-o now resides under https://github.com/cri-o/cri-o.
The old URL, https://github.com/kubernetes-sigs/cri-o, now redirects
to https://github.com/cri-o/cri-o.
Correct SRC_URI and HOMEPAGE to use https://github.com/cri-o/cri-o.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
recipes-containers/cri-o/cri-o_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 11374297..5b348a8b 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -1,4 +1,4 @@
-HOMEPAGE = "https://github.com/kubernetes-sigs/cri-o"
+HOMEPAGE = "https://github.com/cri-o/cri-o"
SUMMARY = "Open Container Initiative-based implementation of Kubernetes Container Runtime Interface"
DESCRIPTION = "cri-o is meant to provide an integration path between OCI conformant \
runtimes and the kubelet. Specifically, it implements the Kubelet Container Runtime \
@@ -16,7 +16,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following
SRCREV_cri-o = "87ce1c120d022797913f0792e15dd0107d19dffe"
SRC_URI = "\
- git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.34;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
+ git://github.com/cri-o/cri-o.git;branch=release-1.34;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
file://crio.conf \
file://run-ptest \
"
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-virtualization][PATCH] cri-o: correct SRC_URI and HOMEPAGE
2025-08-26 8:07 [meta-virtualization][PATCH] cri-o: correct SRC_URI and HOMEPAGE Qi.Chen
@ 2025-09-04 1:40 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2025-09-04 1:40 UTC (permalink / raw)
To: Qi.Chen; +Cc: meta-virtualization
In message: [meta-virtualization][PATCH] cri-o: correct SRC_URI and HOMEPAGE
on 26/08/2025 Chen Qi via lists.yoctoproject.org wrote:
> From: Chen Qi <Qi.Chen@windriver.com>
>
> cri-o now resides under https://github.com/cri-o/cri-o.
>
> The old URL, https://github.com/kubernetes-sigs/cri-o, now redirects
> to https://github.com/cri-o/cri-o.
>
> Correct SRC_URI and HOMEPAGE to use https://github.com/cri-o/cri-o.
I've been using that repoistory for my latest round of updates, but
hadn't gotten to updating the recipe yet.
This is applied to master-next
Bruce
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
> recipes-containers/cri-o/cri-o_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
> index 11374297..5b348a8b 100644
> --- a/recipes-containers/cri-o/cri-o_git.bb
> +++ b/recipes-containers/cri-o/cri-o_git.bb
> @@ -1,4 +1,4 @@
> -HOMEPAGE = "https://github.com/kubernetes-sigs/cri-o"
> +HOMEPAGE = "https://github.com/cri-o/cri-o"
> SUMMARY = "Open Container Initiative-based implementation of Kubernetes Container Runtime Interface"
> DESCRIPTION = "cri-o is meant to provide an integration path between OCI conformant \
> runtimes and the kubelet. Specifically, it implements the Kubelet Container Runtime \
> @@ -16,7 +16,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following
>
> SRCREV_cri-o = "87ce1c120d022797913f0792e15dd0107d19dffe"
> SRC_URI = "\
> - git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.34;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
> + git://github.com/cri-o/cri-o.git;branch=release-1.34;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
> file://crio.conf \
> file://run-ptest \
> "
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9360): https://lists.yoctoproject.org/g/meta-virtualization/message/9360
> Mute This Topic: https://lists.yoctoproject.org/mt/114896487/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-04 1:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-26 8:07 [meta-virtualization][PATCH] cri-o: correct SRC_URI and HOMEPAGE Qi.Chen
2025-09-04 1:40 ` Bruce Ashfield
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).