Skip to content

Commit bea8f72

Browse files
committed
Update secret-vm-scripts
1 parent f4c799e commit bea8f72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 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 = "d5ef449dce2d73a496e1fd19b197e2fc4906218a"
7+
SRCREV = "30be4364030ad96e69ade34683a1fed07f37ec76"
88
S = "${WORKDIR}/git"
99

1010
PACKAGES += "${PN}-gpu"
@@ -37,6 +37,7 @@ do_install() {
3737
install -m 0744 ${S}/scripts/secret-vm-start.sh ${D}${bindir}/secret-vm-start.sh
3838
install -m 0744 ${S}/scripts/secret-vm-network-setup.sh ${D}${bindir}/secret-vm-network-setup.sh
3939
install -m 0744 ${S}/scripts/secret-vm-generate-cert.sh ${D}${bindir}/secret-vm-generate-cert.sh
40+
install -m 0744 ${S}/scripts/secret-vm-keygen.sh ${D}${bindir}/secret-vm-keygen.sh
4041
install -m 0744 ${S}/scripts/gpu-attest.py ${D}${bindir}/gpu-attest
4142
install -m 0744 ${S}/scripts/utils.sh ${D}${bindir}/utils.sh
4243

@@ -56,6 +57,7 @@ do_install() {
5657
FILES:${PN} = "${bindir}/secret-vm-start.sh \
5758
${bindir}/secret-vm-network-setup.sh \
5859
${bindir}/secret-vm-generate-cert.sh \
60+
${bindir}/secret-vm-keygen.sh \
5961
${bindir}/utils.sh \
6062
${systemd_unitdir}/system/secret-vm-attest-rest.service \
6163
${systemd_unitdir}/system/secret-vm-docker-start.service \

0 commit comments

Comments
 (0)