diff options
Diffstat (limited to 'meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb')
| -rw-r--r-- | meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb b/meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb index bc241b5594..662519d5b2 100644 --- a/meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb +++ b/meta-oe/recipes-security/spdm-emu/spdm-emu_git.bb | |||
| @@ -28,12 +28,13 @@ def get_spdm_multiarch(d): | |||
| 28 | "riscv32": "riscv32", | 28 | "riscv32": "riscv32", |
| 29 | "riscv64": "riscv64", | 29 | "riscv64": "riscv64", |
| 30 | "ppc64le": "ppc64le", | 30 | "ppc64le": "ppc64le", |
| 31 | "powerpc64le": "ppc64le", | ||
| 31 | } | 32 | } |
| 32 | 33 | ||
| 33 | if target_arch in multiarch_options: | 34 | if target_arch in multiarch_options: |
| 34 | return multiarch_options[target_arch] | 35 | return multiarch_options[target_arch] |
| 35 | 36 | ||
| 36 | bb.fatal("unsupported architecture '%s'" % target_arch) | 37 | bb.parse.SkipRecipe("unsupported architecture '%s'" % target_arch) |
| 37 | 38 | ||
| 38 | EXTRA_OECMAKE += "\ | 39 | EXTRA_OECMAKE += "\ |
| 39 | -DARCH=${@get_spdm_multiarch(d)} \ | 40 | -DARCH=${@get_spdm_multiarch(d)} \ |
