mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
Ensure all packages which should have x86_64 in COMPATIBLE_HOST
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
ca95d02ce0
commit
0741c3b8cb
@@ -15,4 +15,4 @@ PACKAGE_ARCH = "all"
|
||||
FILES_${PN} = " /install.sh "
|
||||
|
||||
# Alternatives to grub need adding for other arch support
|
||||
COMPATIBLE_HOST = "(i.86).*-linux"
|
||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
|
||||
Reference in New Issue
Block a user