diff options
| author | Ross Burton <ross@burtonini.com> | 2021-01-22 12:52:07 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-05 23:35:18 +0000 |
| commit | a72b80cf4905555efa21ee4b1302ea1be56e99a8 (patch) | |
| tree | 9c44844e8b6974714a3cce5392289c28dabea572 | |
| parent | f1e1f86a8e6e3337619fd9af10f57ce969d7c46f (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-core/ovmf/ovmf-shell-image.bb | 1 |
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 @@ | |||
| 1 | DESCRIPTION = "boot image with UEFI shell and tools" | 1 | DESCRIPTION = "boot image with UEFI shell and tools" |
| 2 | COMPATIBLE_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 |
