summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-01-22 12:52:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-23 17:08:54 +0000
commitdb87aab8e219d2520dcd8d15da89110aadf3d41e (patch)
tree567534f22d3193690b4f6c2bc5fe808506ab1f00
parent72b859aba82de3e5329142439ce0dfc3e41486b3 (diff)
downloadpoky-db87aab8e219d2520dcd8d15da89110aadf3d41e.tar.gz
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. (From OE-Core rev: bdd8208675c8a0c0232c678804a8b62cd74f1d48) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/ovmf/ovmf-shell-image.bb1
1 files changed, 1 insertions, 0 deletions
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 @@
1DESCRIPTION = "boot image with UEFI shell and tools" 1DESCRIPTION = "boot image with UEFI shell and tools"
2COMPATIBLE_HOST_class-target='(i.86|x86_64).*'
2 3
3# For this image recipe, only the wic format with a 4# For this image recipe, only the wic format with a
4# single vfat partition makes sense. Because we have no 5# single vfat partition makes sense. Because we have no