summaryrefslogtreecommitdiffstats
path: root/classes/uefi-comboapp.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* classes: Add uefi-comboapp bbclassCalifornia Sullivan2017-07-101-0/+155
This bbclass pulls in the portion of code that builds a UEFI combo application from meta-refkit to meta-intel. The combo app contains an EFI stub from systemd, which allows you to boot a kernel directly, a kernel, an initramfs, and a command line. This class is compatible as either an EFI_PROVIDER or IMAGE_CLASSES target, and does not include the entire _dsk type image creation seen in meta-refkit. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>