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:37:03 +0000 |
| commit | 05aaa63c9d8c9e6e821e1454956db5fb98aad3fc (patch) | |
| tree | 1718e6c25d89b082c11f9dc2b4c4ca6fa17c61f4 /meta | |
| parent | 378d82eb407b33530dc4dd8ea82a21c0651f1ab6 (diff) | |
| download | poky-05aaa63c9d8c9e6e821e1454956db5fb98aad3fc.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: c5059d1226cd86821c5c2b4473c3ee4eef1afb84)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bdd8208675c8a0c0232c678804a8b62cd74f1d48)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -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 |
