1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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 db87aab8e2)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2021-01-22 12:52:07 +00:00
committed by Richard Purdie
parent f1e1f86a8e
commit a72b80cf49
@@ -1,4 +1,5 @@
DESCRIPTION = "boot image with UEFI shell and tools" DESCRIPTION = "boot image with UEFI shell and tools"
COMPATIBLE_HOST_class-target='(i.86|x86_64).*'
# For this image recipe, only the wic format with a # For this image recipe, only the wic format with a
# single vfat partition makes sense. Because we have no # single vfat partition makes sense. Because we have no