diff options
author | Eugene Smirnov <evgenii.smirnov@here.com> | 2020-04-08 13:12:53 +0200 |
---|---|---|
committer | Eugene Smirnov <evgenii.smirnov@here.com> | 2020-04-08 13:17:48 +0200 |
commit | b693d3dc0b59eec56d25db244360be2b9c820c69 (patch) | |
tree | 5ac5f2bffbaaa4fa24321c5f784c2b9efa3ef066 | |
parent | 416a934b0555a1131490644a7edcbb644a934e76 (diff) | |
download | meta-updater-feat/zeus-grpc.tar.gz |
Build with gRPC serverfeat/zeus-grpc
Signed-off-by: Eugene Smirnov <evgenii.smirnov@here.com>
-rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index f4c4a34..ef1f205 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -5,7 +5,7 @@ SECTION = "base" | |||
5 | LICENSE = "MPL-2.0" | 5 | LICENSE = "MPL-2.0" |
6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=815ca599c9df247a0c7f619bab123dad" | 6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=815ca599c9df247a0c7f619bab123dad" |
7 | 7 | ||
8 | DEPENDS = "boost curl openssl libarchive libsodium sqlite3 asn1c-native" | 8 | DEPENDS = "boost curl grpc grpc-native openssl libarchive libsodium sqlite3 asn1c-native" |
9 | DEPENDS_append = "${@bb.utils.contains('PTEST_ENABLED', '1', ' coreutils-native net-tools-native ostree-native aktualizr-native ', '', d)}" | 9 | DEPENDS_append = "${@bb.utils.contains('PTEST_ENABLED', '1', ' coreutils-native net-tools-native ostree-native aktualizr-native ', '', d)}" |
10 | RDEPENDS_${PN}_class-target = "${PN}-configs ${PN}-hwid lshw" | 10 | RDEPENDS_${PN}_class-target = "${PN}-configs ${PN}-hwid lshw" |
11 | RDEPENDS_${PN}-host-tools = "aktualizr aktualizr-cert-provider ${@bb.utils.contains('PACKAGECONFIG', 'sota-tools', 'garage-deploy garage-push', '', d)}" | 11 | RDEPENDS_${PN}-host-tools = "aktualizr aktualizr-cert-provider ${@bb.utils.contains('PACKAGECONFIG', 'sota-tools', 'garage-deploy garage-push', '', d)}" |
@@ -32,8 +32,8 @@ SRC_URI = " \ | |||
32 | SRC_URI[garagesign.md5sum] = "1b9c8191f181b2cb7be9723280878a8d" | 32 | SRC_URI[garagesign.md5sum] = "1b9c8191f181b2cb7be9723280878a8d" |
33 | SRC_URI[garagesign.sha256sum] = "401b54ad640c9f54d615bcc250f8863853f2428e490019092a2c176793c8212f" | 33 | SRC_URI[garagesign.sha256sum] = "401b54ad640c9f54d615bcc250f8863853f2428e490019092a2c176793c8212f" |
34 | 34 | ||
35 | SRCREV = "20aa2e7785466c75f23e40ab2bd424a4a71ac8ec" | 35 | SRCREV = "be145b6ac5021d2ceb349b29be53c45d0bc3b7d3" |
36 | BRANCH ?= "master" | 36 | BRANCH ?= "feat/grpc-hmi" |
37 | 37 | ||
38 | S = "${WORKDIR}/git" | 38 | S = "${WORKDIR}/git" |
39 | 39 | ||
@@ -146,6 +146,7 @@ ALLOW_EMPTY_${PN}-host-tools = "1" | |||
146 | FILES_${PN} = " \ | 146 | FILES_${PN} = " \ |
147 | ${bindir}/aktualizr \ | 147 | ${bindir}/aktualizr \ |
148 | ${bindir}/aktualizr-info \ | 148 | ${bindir}/aktualizr-info \ |
149 | ${bindir}/aktualizr-grpc-srv \ | ||
149 | ${systemd_unitdir}/system/aktualizr.service \ | 150 | ${systemd_unitdir}/system/aktualizr.service \ |
150 | " | 151 | " |
151 | 152 | ||