Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
Qt looks only at the LANG value and ignores LC_MESSAGES and LC_ALL. (Bug in
function QTextCodec::locale().) Therefore, to make it work, you have to set
LANG to the same value as LC_ALL or LC_MESSAGES.