[meta-freescale] [meta-fsl-demos][PATCH v2 3/9] packagegroup-fsl-tools-gpu: Add DirectFB Vivante Tools

Daiane Angolini daiane.list at gmail.com
Tue Jul 21 06:28:13 PDT 2015


On Thu, Jul 16, 2015 at 4:23 PM, Lauren Post <lauren.post at freescale.com> wrote:
> DirectFB Vivante requires the libvivante-dfb but it should only be installed
> on SoC when using the DirectFB backend.


I was not able to understand the change between v1 and v2. And I would
like to know the answer for Max's question, because I agree with him.


Daiane
>
> Signed-off-by: Lauren Post <lauren.post at freescale.com>
> ---
>  .../packagegroups/packagegroup-fsl-tools-gpu.bb    |   12 ++++++++++++
>  1 file changed, 12 insertions(+)
>
> diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb
> index 03f5bac..927b2a5 100644
> --- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb
> +++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb
> @@ -31,6 +31,18 @@ SOC_TOOLS_GPU_remove_mx6sl = " \
>      fsl-gpu-sdk \
>      imx-gpu-viv-tools-apitrace \
>  "
> +
> +# Direct FB
> +DFB_TOOLS_INSTALL = ""
> +DFB_TOOLS_VIVANTE = "${@base_contains('DISTRO_FEATURES', 'directfb', \
> +    'libvivante-dfb-mx6', '', d)}"
> +
> +DFB_TOOLS_INSTALL_mx6q  = "${DFB_TOOLS_VIVANTE}"
> +DFB_TOOLS_INSTALL_mx6d  = "${DFB_TOOLS_VIVANTE}"
> +DFB_TOOLS_INSTALL_mxsx  = "${DFB_TOOLS_VIVANTE}"
> +DFB_TOOLS_INSTALL_mx6sl = "${DFB_TOOLS_VIVANTE}"
> +
>  RDEPENDS_${PN} = " \
>      ${SOC_TOOLS_GPU} \
> +    ${DFB_TOOLS_INSTALL} \
>  "
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list