From da23f115b4f3607a63a49b7b460f182c2fd8f924 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 20 May 2020 09:50:11 -0700 Subject: [PATCH] openocd: Use the fork when building for x86 host machines Signed-off-by: Alistair Francis --- .../recipes-devtools/openocd/openocd_riscv.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb b/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb index ea11ff6..a519168 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb @@ -11,4 +11,4 @@ SRC_URI = " \ SRCREV_openocd = "4f9e2d7171f3cad8d1a99dff3eee5ec5e6d8ea2b" -COMPATIBLE_HOST = "(riscv32|riscv64).*-linux" +COMPATIBLE_HOST = "(x86_64.*|i.86.*|riscv32|riscv64).*-linux"