mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
jailhouse: Limit OE architectures to supported ones
Fixes ERROR: cannot map 'mips' to a jailhouse supported architecture Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
a0445d7d3f
commit
63c85b64df
@@ -18,3 +18,5 @@ def map_jh_arch(a, d):
|
|||||||
bb.error("cannot map '%s' to a jailhouse supported architecture" % a)
|
bb.error("cannot map '%s' to a jailhouse supported architecture" % a)
|
||||||
|
|
||||||
export JH_ARCH = "${@map_jh_arch(d.getVar('TARGET_ARCH', True), d)}"
|
export JH_ARCH = "${@map_jh_arch(d.getVar('TARGET_ARCH', True), d)}"
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
||||||
|
|||||||
Reference in New Issue
Block a user