summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb')
-rw-r--r--meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb b/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb
new file mode 100644
index 0000000000..ba6ad09098
--- /dev/null
+++ b/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Linux applications to manage, test and develop devices supporting DMTF Security Protocol and Data Model (SPDM) "
2HOMEPAGE = "https://github.com/westerndigitalcorporation/spdm-utils"
3LICENSE = "Apache-2.0 & MIT"
4LIC_FILES_CHKSUM = "\
5 file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \
6 file://LICENSE-APACHE;md5=22a53954e4e0ec258dfce4391e905dac \
7 "
8
9inherit cargo cargo-update-recipe-crates pkgconfig
10
11export BINDGEN_EXTRA_CLANG_ARGS
12BINDGEN_EXTRA_CLANG_ARGS = "--sysroot=${STAGING_DIR_HOST} -I${STAGING_INCDIR}"
13
14SRC_URI += "git://github.com/westerndigitalcorporation/spdm-utils.git;protocol=https;branch=master"
15
16include spdm-utils-crates.inc
17
18SRCREV = "f67ac9e00b79f603ecbbd29928a4ecc3dec5abd5"
19
20# bindgen-cli comes from meta-clang and depends on libclang
21DEPENDS += "libspdm udev bindgen-cli-native pciutils"
22
23COMPATIBLE_HOST:riscv32 = "null"
24COMPATIBLE_HOST:mipsarcho32 = "null"