mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 07:11:14 +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: 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>
This commit is contained in:
parent
378d82eb40
commit
05aaa63c9d
@ -1,4 +1,5 @@
|
||||
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
|
||||
# single vfat partition makes sense. Because we have no
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user