From 6ac4642448e579a3861ed6e3d964d81c38aad9b5 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Fri, 29 Oct 2021 15:17:25 +0000 Subject: [PATCH] sysota: move to booting.oniroproject.org, update Update both the git repository and the Go import path to the new booting.oniroproject.org repository. The source revision change reflects the updated D-Bus branding inside SystemOTA, which moves from an OSTC well-known bus name to one named after Oniro, as well as bug fixes for initial boot configuration logic. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- meta-oniro-core/recipes-core/sysota/sysota_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oniro-core/recipes-core/sysota/sysota_git.bb b/meta-oniro-core/recipes-core/sysota/sysota_git.bb index 9a81bf30..7e66c26a 100644 --- a/meta-oniro-core/recipes-core/sysota/sysota_git.bb +++ b/meta-oniro-core/recipes-core/sysota/sysota_git.bb @@ -6,12 +6,12 @@ DESCRIPTION = "Robust, unattended update system for Linux gateways" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded4771514fcc" -SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/sysota.git;protocol=https;branch=main" +SRC_URI = "git://booting.oniroproject.org/distro/components/sysota.git;protocol=https;branch=main" SRC_URI_append = " \ file://sysotad.conf \ " -SRCREV = "0eb9b2d24c744fd341b7ed77bed4b957548bd127" +SRCREV = "3cb40a1392fd2b849db711c6a9a050d00bad8c93" S = "${WORKDIR}/git" # This package is built with go-mod as well as with make. @@ -34,7 +34,7 @@ S = "${WORKDIR}/git" inherit go-mod systemd features_check # Go import path of SystemOTA. -GO_IMPORT = "git.ostc-eu.org/OSTC/OHOS/components/sysota" +GO_IMPORT = "booting.oniroproject.org/distro/components/sysota" # The make side of the build depends on zmk. We cannot rely on zmk.bbclass as # that internally depends on autotools.bbclass but using autotools.bbclass and -- GitLab