Integrate meta-seconorth-distro/weston-rotation
Commit: seco-ne/yocto/layers/meta-seconorth-distro@3ba36b4c
weston:config:rotation service: Fix handling of return value from awk script
The return code from the awk script was used in two if cases with "$?", but the value in $? is set to the result of the first '[]' command in the first if. Fixed this by storing the result in a seperate variable.
BCS 746-001371
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@ccefad56
weston rotation: Enable service to dynamically update the weston rotation
Until now we only update the rotation in the weston.ini based on the fbcon rotation from the kernel command line during installation/1st boot. This service updates it during each boot.