Skip to content

Commit 2dd634c

Browse files
committed
v0.0.16
1 parent e41c82d commit 2dd634c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta-secret-vm/conf/distro/secret-vm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DISTRO = "secret-vm"
22
DISTRO_NAME = "SecretVM"
3-
DISTRO_VERSION = "v0.0.15"
3+
DISTRO_VERSION = "v0.0.16"
44
DISTRO_FEATURES:append = " systemd usrmerge virtualization"
55

66
DISTROOVERRIDES = "poky:secret-vm"

meta-secret-vm/recipes-core/kms-query/kms-query.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LICENSE = "MIT"
44
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
55

66
SRC_URI = "git://github.com/scrtlabs/secret-vm-ops.git;branch=master;protocol=https"
7-
SRCREV = "5d61d2ad91f16abd8a7ceb59511e144d795e1389"
7+
SRCREV = "4964a880f9ec5b4493bbd5d451ff3dd9ba4ac818"
88
S = "${WORKDIR}/git"
99
GO_IMPORT = "${S}"
1010

meta-secret-vm/recipes-core/secret-vm-scripts/secret-vm-scripts.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LICENSE = "MIT"
44
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
55

66
SRC_URI = "git://github.com/scrtlabs/secret-vm-ops.git;branch=master;protocol=https"
7-
SRCREV = "d332c71baadb97d28175fbbf9a74a40f25cd84af"
7+
SRCREV = "4964a880f9ec5b4493bbd5d451ff3dd9ba4ac818"
88
S = "${WORKDIR}/git"
99

1010
PACKAGES += "${PN}-gpu"

0 commit comments

Comments
 (0)