summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-01-22 12:52:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-05 23:35:18 +0000
commita72b80cf4905555efa21ee4b1302ea1be56e99a8 (patch)
tree9c44844e8b6974714a3cce5392289c28dabea572 /meta
parentf1e1f86a8e6e3337619fd9af10f57ce969d7c46f (diff)
downloadpoky-a72b80cf4905555efa21ee4b1302ea1be56e99a8.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) (From OE-Core rev: 9adacc27c52af0603ada259456d7a76bee2b1307) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit db87aab8e219d2520dcd8d15da89110aadf3d41e) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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