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

sysota: update to latest snapshot


This brings in initial support for working with GRUB.

The location has changed to Eclipse GitLab instance
with the GO_IMPORT of gitlab.com/zygoon/sysota. See the referenced
pull request for rationale on the latter part of this change.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 0321b4ff
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !50. Comments created here will be created in the context of that merge request.
...@@ -6,10 +6,10 @@ DESCRIPTION = "Robust, unattended update system for Linux gateways" ...@@ -6,10 +6,10 @@ DESCRIPTION = "Robust, unattended update system for Linux gateways"
LICENSE = "Apache-2.0" LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded4771514fcc" LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded4771514fcc"
SRC_URI = "git://gitlab.com/zygoon/sysota.git;protocol=https;branch=main \ SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-core/sysota.git;protocol=https;branch=main \
file://sysotad.conf \ file://sysotad.conf \
" "
SRCREV = "6aec6e345e7c7f6d94932acbebeada32fde33162" SRCREV = "4fc590e1d329aa9e05e64ae3a15d91481aa86e1d"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
# Disable linking to shared Go stdlib. # Disable linking to shared Go stdlib.
...@@ -40,7 +40,8 @@ GO_DYNLINK:aarch64 = "" ...@@ -40,7 +40,8 @@ GO_DYNLINK:aarch64 = ""
inherit go-mod systemd features_check inherit go-mod systemd features_check
# Go import path of SystemOTA. # Go import path of SystemOTA.
GO_IMPORT = "booting.oniroproject.org/distro/components/sysota" # See: https://gitlab.com/zygoon/sysota/-/merge_requests/60 for rationale.
GO_IMPORT = "gitlab.com/zygoon/sysota"
# The make side of the build depends on zmk. We cannot rely on zmk.bbclass as # 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 # 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