> -----Original Message----- > From: Nathan Rossi [mailto:[email protected]] > Sent: Thursday, May 25, 2017 11:22 PM > To: Manjukumar Harthikote Matha <[email protected]> > Cc: [email protected] > Subject: Re: [meta-xilinx] [RFC] zcu102-zynqmp.conf: Remove mali as machine > feature > > On 26 May 2017 at 08:23, Manjukumar Matha <manjukumar.harthikote- > [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 > Yes I had made modifications to include file, but did not send it. I want to get some inputs before sending the patch out
Thanks Manju > 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 This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
