Skip to content

Commit af3f516

Browse files
committed
Use secret-vm-ops repository for some recipes
1 parent cfc3aba commit af3f516

File tree

24 files changed

+22
-2004
lines changed

24 files changed

+22
-2004
lines changed

meta-secret-vm/recipes-core/attest-tool/attest-tool.bb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ DESCRIPTION = "${SUMMARY}"
33
LICENSE = "MIT"
44
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
55

6-
SRC_URI = "file://${THISDIR}/files"
7-
S = "${WORKDIR}/${THISDIR}/files"
6+
SRC_URI = "git://github.com/scrtlabs/secret-vm-ops.git;branch=master;protocol=https"
7+
SRCREV = "4924e7638412ff8567cb1a9f26353cb39ed75721"
8+
S = "${WORKDIR}/git/attest_tool"
89

910
DEPENDS += "intel-sgx-primitives"
1011
RDEPENDS:${PN} += "intel-sgx-primitives"

meta-secret-vm/recipes-core/attest-tool/files/README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

meta-secret-vm/recipes-core/attest-tool/files/attest_tool.cpp

Lines changed: 0 additions & 231 deletions
This file was deleted.

meta-secret-vm/recipes-core/attest-tool/files/build.sh

Lines changed: 0 additions & 37 deletions
This file was deleted.

meta-secret-vm/recipes-core/crypt-tool/crypt-tool.bb

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@ DESCRIPTION = "${SUMMARY}"
33
LICENSE = "MIT"
44
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
55

6-
SRC_URI = "file://Cargo.toml \
7-
file://Cargo.lock \
8-
file://src/"
9-
S = "${WORKDIR}"
6+
SRC_URI = "git://github.com/scrtlabs/secret-vm-ops.git;branch=master;protocol=https"
7+
SRCREV = "4924e7638412ff8567cb1a9f26353cb39ed75721"
8+
S = "${WORKDIR}/git/crypt_tool"
109

1110
inherit cargo_bin
1211

1312
do_compile[network] = "1"
1413

1514
do_install() {
1615
install -d ${D}${bindir}
17-
install -m 0755 ${S}/target/x86_64-unknown-linux-gnu/release/crypt-tool ${D}${bindir}/crypt-tool
16+
install -m 0755 ${WORKDIR}/target/x86_64-unknown-linux-gnu/release/crypt-tool ${D}${bindir}/crypt-tool
1817
}
19-
20-
FILES:${PN} += "${bindir}/crypt-tool"

0 commit comments

Comments
 (0)