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"
4
4
inherit core -image
5
5
6
6
IMAGE_INSTALL = "base-files \
7
+ opa \
7
8
busybox \
8
9
systemd \
9
10
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"
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 = "596ff9fe96fea42e03795be8cacf10c3ec34eb57 "
7
+ SRCREV = "37770daf878f6f020b008d1c731b8d88cd40ee54 "
8
8
S = "${WORKDIR} /git"
9
9
10
10
PACKAGES += "${PN} -gpu"
You can’t perform that action at this time.
0 commit comments