Install the Vivante DRI libraries required for DireectFB on the i.MX 6 SoC with a Vivante GPU
Signed-off-by: Lauren Post <[email protected]> --- .../packagegroup-core-directfb.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-fsl/packagegroups/packagegroup-core-directfb.bbappend diff --git a/recipes-fsl/packagegroups/packagegroup-core-directfb.bbappend b/recipes-fsl/packagegroups/packagegroup-core-directfb.bbappend new file mode 100644 index 0000000..095ec21 --- /dev/null +++ b/recipes-fsl/packagegroups/packagegroup-core-directfb.bbappend @@ -0,0 +1,10 @@ +DFB_TOOLS_INSTALL = "" +DFB_TOOLS_INSTALL_mx6q = "libvivante-dfb-mx6" +DFB_TOOLS_INSTALL_mx6dl = "libvivante-dfb-mx6" +DFB_TOOLS_INSTALL_mx6sx = "libvivante-dfb-mx6" +DFB_TOOLS_INSTALL_mx6sl = "libvivante-dfb-mx6" + +RDEPENDS_${PN} += " \ + ${DFB_TOOLS_INSTALL} \ +" + -- 1.7.9.5 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
