File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
meta-secret-vm/recipes-core/secret-vm-scripts Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LICENSE = "MIT"
44LIC_FILES_CHKSUM = "file://${COREBASE} /meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
55
66SRC_URI = "git://github.com/scrtlabs/secret-vm-ops.git;branch=master;protocol=https"
7- SRCREV = "d5ef449dce2d73a496e1fd19b197e2fc4906218a "
7+ SRCREV = "30be4364030ad96e69ade34683a1fed07f37ec76 "
88S = "${WORKDIR} /git"
99
1010PACKAGES += "${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() {
5657FILES :${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 \
You can’t perform that action at this time.
0 commit comments