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"
4
4
LIC_FILES_CHKSUM = "file://${COREBASE} /meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5
5
6
6
SRC_URI = "git://github.com/scrtlabs/secret-vm-ops.git;branch=master;protocol=https"
7
- SRCREV = "d5ef449dce2d73a496e1fd19b197e2fc4906218a "
7
+ SRCREV = "30be4364030ad96e69ade34683a1fed07f37ec76 "
8
8
S = "${WORKDIR} /git"
9
9
10
10
PACKAGES += "${PN} -gpu"
@@ -37,6 +37,7 @@ do_install() {
37
37
install -m 0744 ${S} /scripts /secret -vm -start . sh ${D}${bindir} /secret -vm -start . sh
38
38
install -m 0744 ${S} /scripts /secret -vm -network -setup . sh ${D}${bindir} /secret -vm -network -setup . sh
39
39
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
40
41
install -m 0744 ${S} /scripts /gpu -attest . py ${D}${bindir} /gpu -attest
41
42
install -m 0744 ${S} /scripts /utils . sh ${D}${bindir} /utils . sh
42
43
@@ -56,6 +57,7 @@ do_install() {
56
57
FILES :${PN} = "${bindir} /secret-vm-start.sh \
57
58
${bindir} /secret-vm-network-setup.sh \
58
59
${bindir} /secret-vm-generate-cert.sh \
60
+ ${bindir} /secret-vm-keygen.sh \
59
61
${bindir} /utils.sh \
60
62
${systemd_unitdir} /system/secret-vm-attest-rest.service \
61
63
${systemd_unitdir} /system/secret-vm-docker-start.service \
You can’t perform that action at this time.
0 commit comments