Skip to content
Snippets Groups Projects
Commit 6ac46424 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki Committed by Stefan Schmidt
Browse files

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: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 27239d63
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment