[yocto] [meta-raspberrypi][PATCH 1/2] rpi-base.inc: add xserver-xorg-extension-glx to XSERVER for vc4 enabled

Andrei Gherzan andrei at gherzan.ro
Thu Dec 29 10:52:13 PST 2016


On Mon, Dec 12, 2016 at 11:53:08AM +0100, Andreas Müller wrote:
> make glxinfo/glggears/.. work
>
> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
> ---
>  conf/machine/include/rpi-base.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
> index 497dd29..9ce647d 100644
> --- a/conf/machine/include/rpi-base.inc
> +++ b/conf/machine/include/rpi-base.inc
> @@ -9,6 +9,7 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
>
>  XSERVER = " \
>      xserver-xorg \
> +    ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \
>      xf86-input-evdev \
>      xf86-input-mouse \
>      xf86-input-keyboard \
> --
> 2.7.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Both patches merged to master. Thanks.

--
Andrei Gherzan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20161229/1919c6b2/attachment.pgp>


More information about the yocto mailing list