File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
meta-secret-vm/recipes-core Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ LICENSE = "MIT"
44inherit core -image
55
66IMAGE_INSTALL = "base-files \
7+ opa \
78 busybox \
89 systemd \
910 secret-vm-attest-rest-server \
Original file line number Diff line number Diff line change 1+ SUMMARY = "OPA policies for SecretVM"
2+ DESCRIPTION = "${SUMMARY} "
3+ LICENSE = "MIT"
4+ LIC_FILES_CHKSUM = "file://${COREBASE} /meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5+
6+ SRC_URI = "git://github.com/scrtlabs/secret-vm-ops.git;branch=master;protocol=https"
7+ SRCREV = "37770daf878f6f020b008d1c731b8d88cd40ee54"
8+ S = "${WORKDIR} /git/opa"
9+
10+ do_install () {
11+ install -d ${D}${sysconfdir} /docker /config
12+ install -m 0644 ${S} /opa -config . yaml ${D}${sysconfdir} /docker /config /opa -config . yaml
13+ install -d ${D} /var /www /html
14+ install -m 0644 ${S} /bundle . tar . gz ${D} /var /www /html /bundle . tar . gz
15+ }
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 = "596ff9fe96fea42e03795be8cacf10c3ec34eb57 "
7+ SRCREV = "37770daf878f6f020b008d1c731b8d88cd40ee54 "
88S = "${WORKDIR} /git"
99
1010PACKAGES += "${PN} -gpu"
You can’t perform that action at this time.
0 commit comments