[meta-ti] [PATCH] omap3-sgx-modules: Enable is only for relevant machines
Cooper Jr., Franklin
fcooper at ti.com
Thu Nov 7 07:27:12 PST 2013
Should we mimic these changes to the other versions of this recipe? Although, DEFAULT_PREFERENCE is set to -1 for all the other recipes it will make sure we avoid this issue again in the future.
> -----Original Message-----
> From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
> bounces at yoctoproject.org] On Behalf Of Khem Raj
> Sent: Wednesday, November 06, 2013 10:53 PM
> To: meta-ti at yoctoproject.org
> Subject: [meta-ti] [PATCH] omap3-sgx-modules: Enable is only for relevant
> machines
>
> When layers is parsed in multi-bsp layer distros and a non-omap/non-arm
> machine is used this causes parse failures
>
> 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