[meta-xilinx] [RFC] machine-xilinx-default.inc: Add XSERVER
Nathan Rossi
nathan at nathanrossi.com
Thu May 5 04:58:46 PDT 2016
On Thu, May 5, 2016 at 6:06 PM, Manjukumar Matha
<manjukumar.harthikote-matha at xilinx.com> wrote:
> Add X org X server configurations for ZynqMP.
This appears to be adding it for ZynqMP, Zynq and MicroBlaze. So it
can be generalized.
>
> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
> ---
> conf/machine/include/machine-xilinx-default.inc | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
> index 2df8f4d..b1ad266 100644
> --- a/conf/machine/include/machine-xilinx-default.inc
> +++ b/conf/machine/include/machine-xilinx-default.inc
> @@ -32,3 +32,10 @@ UBOOT_BINARY ?= "u-boot${UBOOT_OFEMBED}.${UBOOT_SUFFIX}"
> UBOOT_ELF ?= "u-boot"
> UBOOT_ELF_aarch64 ?= "u-boot.elf"
>
> +XSERVER = " \
?= (since this is an include)
> + 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).
> + ${@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:
XSERVER_EXT ?= ""
XSERVER_EXT_zynqmp ?= "${@bb.utils.contains('DISTRO_FEATURES',
'opengl', 'xserver-xorg-extension-glx', '', d)}"
Regards,
Nathan
> + "
> --
> 2.1.4
>
> --
> _______________________________________________
> meta-xilinx mailing list
> meta-xilinx at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx
More information about the meta-xilinx
mailing list