Commit Graph

3 Commits

Author SHA1 Message Date
Khem Raj
59d36c9832 layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12 10:08:24 -07:00
Otavio Salvador
357c7c27e7 kernel-imximage.bbclass: Add documentation about the class
This adds a small documentation about the class as comment.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-30 10:14:54 -03:00
Otavio Salvador
d578533e80 kernel-imximage.bbclass: Linux kernel with DCD headers
This new image type adds support to generate a Linux kernel with DCD
headers. Essentially it adds support to directly boot a Linux kernel
without a bootloader.

As the Linux kernel will be boot directly, it required that the Device
Tree is appended to the kernel image, which had support included in
OE-Core.

To have the Linux kernel generated with the DCD headers, following
steps must be followed:

 - Linux kernel recipe must inherit kernel-imximage class;
 - Device Tree appended Linux kernel must be used
   (KERNEL_DEVICETREE_BUNDLE = "1");
 - DCD header configuration must be provided (dcd.cfg or
   dcd-<devicetree>.cfg);

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-27 10:26:46 -03:00