diff options
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.bb | 24 |
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 @@ | |||
1 | SUMMARY = "Linux applications to manage, test and develop devices supporting DMTF Security Protocol and Data Model (SPDM) " | ||
2 | HOMEPAGE = "https://github.com/westerndigitalcorporation/spdm-utils" | ||
3 | LICENSE = "Apache-2.0 & MIT" | ||
4 | LIC_FILES_CHKSUM = "\ | ||
5 | file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \ | ||
6 | file://LICENSE-APACHE;md5=22a53954e4e0ec258dfce4391e905dac \ | ||
7 | " | ||
8 | |||
9 | inherit cargo cargo-update-recipe-crates pkgconfig | ||
10 | |||
11 | export BINDGEN_EXTRA_CLANG_ARGS | ||
12 | BINDGEN_EXTRA_CLANG_ARGS = "--sysroot=${STAGING_DIR_HOST} -I${STAGING_INCDIR}" | ||
13 | |||
14 | SRC_URI += "git://github.com/westerndigitalcorporation/spdm-utils.git;protocol=https;branch=master" | ||
15 | |||
16 | include spdm-utils-crates.inc | ||
17 | |||
18 | SRCREV = "f67ac9e00b79f603ecbbd29928a4ecc3dec5abd5" | ||
19 | |||
20 | # bindgen-cli comes from meta-clang and depends on libclang | ||
21 | DEPENDS += "libspdm udev bindgen-cli-native pciutils" | ||
22 | |||
23 | COMPATIBLE_HOST:riscv32 = "null" | ||
24 | COMPATIBLE_HOST:mipsarcho32 = "null" | ||