You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clone meta-raspberrypi -- current HEAD at the time of writing: 880d36b7c2be9cf7fa7cb287d8eefe3a27d7ede9;
clone poky -- current HEAD: 59db27de565fb33f9e4326e76ebd6fa3935557b9;
run source poky/oe-init-build-env rpi-build;
add meta-raspberrypi to bblayers.conf;
set MACHINE=raspberrypi5 and LICENSE_FLAGS_ACCEPTED += "synaptics-killswitch" in local.conf;
build image: bitbake core-image-weston;
flash uSD and boot Raspberry Pi 5 with mouse and keyboard connected;
run XDG_RUNTIME_DIR=/run/user/1000/ weston;
weston starts;
move mouse;
error.
Also tested on branch scarthgap, and no error occurs (meta-raspberry: 6df7e028a2b7b2d8cab0745dc0ed2eebc3742a17, poky: 2240b92d62618d6125bd825647392d3bb5a2d038).
The text was updated successfully, but these errors were encountered:
Error
Weston starts, but then crashes as soon as moving the mouse with the following output:
Relevant part of the error:
Steps to reproduce
880d36b7c2be9cf7fa7cb287d8eefe3a27d7ede9
;59db27de565fb33f9e4326e76ebd6fa3935557b9
;source poky/oe-init-build-env rpi-build
;meta-raspberrypi
tobblayers.conf
;MACHINE=raspberrypi5
andLICENSE_FLAGS_ACCEPTED += "synaptics-killswitch"
inlocal.conf
;bitbake core-image-weston
;XDG_RUNTIME_DIR=/run/user/1000/ weston
;Also tested on branch scarthgap, and no error occurs (meta-raspberry:
6df7e028a2b7b2d8cab0745dc0ed2eebc3742a17
, poky:2240b92d62618d6125bd825647392d3bb5a2d038
).The text was updated successfully, but these errors were encountered: