From 9cda138e9079c6b9923a86526ffb4f877e6778d0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 15 Feb 2024 10:59:47 +0000 Subject: [PATCH] config: Update meta-exein repo url Signed-off-by: Richard Purdie --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index bde01d0..98c7cd3 100644 --- a/config.py +++ b/config.py @@ -53,7 +53,7 @@ repos = { "meta-agl": ["https://git.automotivelinux.org/AGL/meta-agl", "next"], "meta-aws": ["https://github.com/aws/meta-aws.git", "master"], "meta-ti": ["ssh://git@push.yoctoproject.org/meta-ti", "master"], - "meta-exein": ["https://github.com/exein-io/meta-exein-official", "main"], + "meta-exein": ["https://github.com/exein-io/meta-exein", "main"], "meta-security": ["ssh://git@push.yoctoproject.org/meta-security", "master"], "oecore": ["ssh://git@push.openembedded.org/openembedded-core", "master"],