diff options
| author | Alistair Francis <alistair23@gmail.com> | 2025-02-05 09:51:44 +1000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-04 20:25:51 -0800 |
| commit | 766281a238903e21b482663483bf32e082549ee0 (patch) | |
| tree | cacfb03776dc86019b77d36f65d77b4962d5c915 /meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb | |
| parent | 0bd728bfd9f86d136a22edd34b2274336084430a (diff) | |
| download | meta-openembedded-766281a238903e21b482663483bf32e082549ee0.tar.gz | |
spdm-utils: Initial support for spdm-utils
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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..3b7dff96d9 --- /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=${WORKDIR}/recipe-sysroot -I${WORKDIR}/recipe-sysroot/usr/include" | ||
| 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 | S = "${WORKDIR}/git" | ||
| 20 | |||
| 21 | # bindgen-cli comes from meta-clang and depends on libclang | ||
| 22 | DEPENDS += "libspdm udev bindgen-cli-native pciutils" | ||
| 23 | |||
| 24 | COMPATIBLE_HOST:riscv32 = "null" | ||
