From: Ross Burton Date: Fri, 22 Jan 2021 12:52:07 +0000 (+0000) Subject: ovmf-shell-image: image is only buildable on x86-64 X-Git-Tag: 2020-04.6-dunfell~51 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c5059d1226cd86821c5c2b4473c3ee4eef1afb84;p=openembedded-core.git ovmf-shell-image: image is only buildable on x86-64 This image is only buildable for x86-64, so add a COMPATIBLE assignment to ensure it isn't attempted on others. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit bdd8208675c8a0c0232c678804a8b62cd74f1d48) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-core/ovmf/ovmf-shell-image.bb b/meta/recipes-core/ovmf/ovmf-shell-image.bb index 0d2b8bf52f..fd4fb5b732 100644 --- a/meta/recipes-core/ovmf/ovmf-shell-image.bb +++ b/meta/recipes-core/ovmf/ovmf-shell-image.bb @@ -1,4 +1,5 @@ DESCRIPTION = "boot image with UEFI shell and tools" +COMPATIBLE_HOST_class-target='(i.86|x86_64).*' # For this image recipe, only the wic format with a # single vfat partition makes sense. Because we have no