summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
Commit message (Collapse)AuthorAgeFilesLines
* weston: remove rpi-backend configuration switchFrancesco Giancane2017-10-201-2/+0
| | | | | | | | | | | | | | | | | rpi-backend.so was an attempt to create a specialized weston backend to be used on raspberry pi like platforms. At the moment, this backend's support has been dropped in favor of using the standard drm backend, as the vc4 driver is now mainline in mesa and in kernel (for kernel support). As a result, weston on raspberry pi does not require the rpi-backend.so anymore, nor it is buildable (weston's configure complains about unrecognized configuration switch). This patch enables weston to natively run on the DRM backend. Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
* weston: use just one append and one bb.utils.containsMartin Jansa2017-07-271-9/+9
| | | | | | | | | * drop duplicated --enable-rpi-compositor and WESTON_NATIVE_BACKEND=rpi-backend.so * use rpi override, adding --enable-rpi-compositor unconditionally breaks other MACHINEs with: configure: WARNING: unrecognized options: --enable-rpi-compositor * use just one append and one bb.utils.contains to save some bitbake cycles while parsing Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* weston: Unify bbappends for weston into single fileKhem Raj2016-11-081-0/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wayland/weston_%.bbappend: modify configuration options to support vc4graphicsHerve Jourdain2016-09-211-4/+2
| | | | Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
* weston: Enable rpi compositor backendKhem Raj2016-03-101-0/+4
oe-core default configure options disables it Signed-off-by: Khem Raj <raj.khem@gmail.com>