]> code.ossystems Code Review - openembedded-core.git/commit
wic: Allow to use a custom config for bootloaders
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 1 Dec 2015 07:43:35 +0000 (07:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Dec 2015 08:47:27 +0000 (08:47 +0000)
commitd56546b0f312fd042b1a7df3bef97ac1c9b6a5b4
tree329543679ae316e91517c3b594bd8f9a2cc222c0
parent356a942e75ac1743290d2c360d1bb89e2225b6cc
wic: Allow to use a custom config for bootloaders

This change will allow to use a user defined file as the
configuration for the bootloaders (grub, gummiboot, syslinux).

The config file is defined in the wks file with the "configfile"
option in the bootloader line.

[YOCTO #8728]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/plugins/source/bootimg-efi.py
scripts/lib/wic/plugins/source/bootimg-pcbios.py