[meta-ti] [PATCH] omap3-sgx-modules: Enable is only for relevant machines
Denys Dmytriyenko
denys at ti.com
Thu Nov 7 09:43:50 PST 2013
On Wed, Nov 06, 2013 at 08:52:48PM -0800, Khem Raj wrote:
> When layers is parsed in multi-bsp layer distros and
> a non-omap/non-arm machine is used this causes parse
> failures
Can you be more specific with the parse errors? I don't want a real issue (if
any) to be simply masked away...
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
> recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
> index 31c7d4e..79b73cb 100644
> --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
> +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
> @@ -10,6 +10,13 @@ BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin"
>
> inherit module
>
> +COMPATIBLE_HOST_omap3 = ".*"
> +COMPATIBLE_HOST_omap4 = ".*"
> +COMPATIBLE_HOST_ti814x = ".*"
> +COMPATIBLE_HOST_ti816x = ".*"
> +COMPATIBLE_HOST_ti33x = ".*"
> +COMPATIBLE_HOST ?= "(none)"
> +
> MACHINE_KERNEL_PR_append = "b"
> PR = "${MACHINE_KERNEL_PR}"
>
> --
> 1.8.3.2
>
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list