On 26 May 2017 at 08:23, Manjukumar Matha <[email protected]> wrote: > Remove mali as machine feature. This is not required, any dependencies > on mali userspace libraries should be resolved through gles1/gles2/egl > preffered provider. for ex: > PREFERRED_PROVIDER_virtual/libgles1_zynqmp = "libmali-xlnx" > PREFERRED_PROVIDER_virtual/libgles2_zynqmp = "libmali-xlnx" > PREFERRED_PROVIDER_virtual/egl_zynqmp = "libmali-xlnx" > > MALI userspace libraries inturn should depends on out-of-tree mali > kernel module.
Sounds good, just make sure to clean up its use in machine-xilinx-default.inc. e.g. http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/conf/machine/include/machine-xilinx-default.inc#n32 http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/conf/machine/include/machine-xilinx-default.inc#n45 Thanks, Nathan > > Signed-off-by: Manjukumar Matha <[email protected]> > --- > conf/machine/zcu102-zynqmp.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf > index 5afc85f..ca739b7 100644 > --- a/conf/machine/zcu102-zynqmp.conf > +++ b/conf/machine/zcu102-zynqmp.conf > @@ -7,7 +7,7 @@ require conf/machine/include/machine-xilinx-default.inc > require conf/machine/include/machine-xilinx-board.inc > require conf/machine/include/machine-xilinx-qemu.inc > > -MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost mali" > +MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" > > UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" > > -- > 2.7.4 > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
