[meta-ti] [PATCH 2/4] jailhouse: Limit OE architectures to supported ones

Denys Dmytriyenko denys at ti.com
Mon Jul 15 12:52:24 PDT 2019


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 <raj.khem at gmail.com>
> ---
>  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
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list