mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
5240b5c200
The raspberry pi kernel has changed the plane IDs in their drm driver[1], which causes weston to crash upon mouse movement. This patch adapts the relevant variable sizes from 32-bit to 64-bit. Since the kernel modification hasn't been upstreamed by rpi, this patch is deemed to be inappropriate for upstreaming to weston. Also, clean up this bbappend: the main recipe has switched to meson long time ago, the autotools config options are obsolete, so remove them. Beside that the "fbdev" PACKAGECONFIG doesn't exist anymore, so drop it from the removal list. [1]: https://github.com/raspberrypi/linux/commit/8181e682d6f4ef209845ec24f0a1eb37764d6731 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>