diff options
| author | Ross Burton <ross@burtonini.com> | 2021-01-22 12:52:07 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-23 17:08:54 +0000 |
| commit | db87aab8e219d2520dcd8d15da89110aadf3d41e (patch) | |
| tree | 567534f22d3193690b4f6c2bc5fe808506ab1f00 /meta/recipes-core/ovmf | |
| parent | 72b859aba82de3e5329142439ce0dfc3e41486b3 (diff) | |
| download | poky-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>
Diffstat (limited to 'meta/recipes-core/ovmf')
| -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 |
