[meta-freescale] [meta-fsl-arm][PATCH v2 1/3] amd-gpu-x11-bin-mx51: only enable when x11 is in DISTRO_FEATURES

Otavio Salvador otavio at ossystems.com.br
Wed May 29 10:34:07 PDT 2013


On Tue, May 28, 2013 at 4:24 PM, Eric Bénard <eric at eukrea.com> wrote:

> this prevent warnings and parse errors
>
> Signed-off-by: Eric Bénard <eric at eukrea.com>
> ---
>  recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb |    2
> +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-graphics/amd-gpu-x11-bin/
> amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/
> amd-gpu-x11-bin-mx51_11.09.01.bb
> index 2dee47a..8c3557b 100644
> --- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
> +++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
> @@ -84,5 +84,5 @@ FILES_lib2dz160-mx51-dbg =
> "${libdir}/.debug/lib2dz160${SOLIBS}"
>  FILES_lib2dz430-mx51 = "${libdir}/lib2dz430${SOLIBS}"
>  FILES_lib2dz430-mx51-dbg = "${libdir}/.debug/lib2dz430${SOLIBS}"
>
> -COMPATIBLE_MACHINE = "(mx5)"
> +COMPATIBLE_MACHINE = "{@base_contains('DISTRO_FEATURES', 'x11', '(mx5)',
> '', d)}"
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>

This is wrong; you need '${@...}' convention for the inline python code to
be run.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20130529/46a71517/attachment.html>


More information about the meta-freescale mailing list