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

# host declaration inside class declaration config

# class declaration
class "foobar" {
     # can't put a host declaration here
     host illegal {
          hardware ethernet 00:07:0E:36:48:19;
     }
}