Hi Nathan

On 05/05/2016 04:58 AM, Nathan Rossi wrote:
On Thu, May 5, 2016 at 6:06 PM, Manjukumar Matha
<[email protected]> wrote:
Add X org X server configurations for ZynqMP.

[....]
+XSERVER = " \

?= (since this is an include)
Ok

+           xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-input-keyboard \

Add 'xf86-video-fbdev' to match the default (set in
packagegroup-core-x11-xserver).
The reason was we need xf86-video-armsoc for ZynqMP. Maybe I need to decouple for other architectures and ZynqMP


+           ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 
'xserver-xorg-extension-glx', '', d)} \

Not sure about this one specifically for Zynq and MicroBlaze, since
neither have GL compatible hw. Probably worth setting this via another
variable that can be expanded later for soc/arch/machine specifics,
something like:

Mesa libraries work for Zynq but I am not sure about MicroBlaze

XSERVER_EXT ?= ""
XSERVER_EXT_zynqmp ?= "${@bb.utils.contains('DISTRO_FEATURES',
'opengl', 'xserver-xorg-extension-glx', '', d)}"

Ok thanks, I was thinking on similar lines to add xf86-video-armsoc in tune-zynqmp. I will rework to add it in machine-xilinx-default

Thanks
Manju
--
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to