On Fri, Jul 12, 2019 at 05:43:22PM -0700, Khem Raj wrote: > Fixes > ERROR: cannot map 'mips' to a jailhouse supported architecture > > Signed-off-by: Khem Raj <[email protected]> > --- > recipes-kernel/jailhouse/jailhouse-arch.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/recipes-kernel/jailhouse/jailhouse-arch.inc > b/recipes-kernel/jailhouse/jailhouse-arch.inc > index e06ec231..0546fa26 100644 > --- a/recipes-kernel/jailhouse/jailhouse-arch.inc > +++ b/recipes-kernel/jailhouse/jailhouse-arch.inc > @@ -18,3 +18,6 @@ def map_jh_arch(a, d): > bb.error("cannot map '%s' to a jailhouse supported architecture" % a) > > export JH_ARCH = "${@map_jh_arch(d.getVar('TARGET_ARCH', True), d)}" > + > +COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" > +
Applying: jailhouse: Limit OE architectures to supported ones .git/rebase-apply/patch:15: new blank line at EOF. + warning: 1 line adds whitespace errors. I'll fix it myself. > -- > 2.22.0 > > -- > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
