From f6352cd450257f9d95865773528eb9c7d0fa026e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 12 Feb 2025 13:17:23 -0600 Subject: [PATCH] libspdm: add support for ppc64le Recently picked this up over in the OpenBMC project and noticed our ppc64le based server could no longer build the code. Verified this change allows everything to build fine on ppc64le servers now. Signed-off-by: Andrew Geissler Signed-off-by: Khem Raj --- meta-oe/recipes-support/libspdm/libspdm_3.6.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/libspdm/libspdm_3.6.0.bb b/meta-oe/recipes-support/libspdm/libspdm_3.6.0.bb index 5cf8aac5dd..e4b8076b87 100644 --- a/meta-oe/recipes-support/libspdm/libspdm_3.6.0.bb +++ b/meta-oe/recipes-support/libspdm/libspdm_3.6.0.bb @@ -37,6 +37,7 @@ def get_spdm_multiarch(bb, d): "aarch64": "aarch64", "riscv32": "riscv32", "riscv64": "riscv64", + "ppc64le": "ppc64le", } if target_arch in multiarch_options :