]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
configs/pc: refactor to use genimage and grub.cfg
authorErico Nunes <nunes.erico@gmail.com>
Sun, 22 Oct 2017 13:54:24 +0000 (15:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 Oct 2017 14:27:53 +0000 (16:27 +0200)
commit6fab2432375cb2ba0f9aa1af4de55d43afae68a9
treee3d5dea4a061ac20a3e5a25264035da3a05217ca
parent6393b6904b6a2ee429e60cf3a107eb7eb8b7e0c3
configs/pc: refactor to use genimage and grub.cfg

This simplifies the pc configs and respective post image scripts to use
the shared genimage script and separate grub config files.
Separate grub files are cleaner to maintain and easier to copy and
modify, for example to support booting the pc defconfigs in qemu.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/pc/grub-bios.cfg [new file with mode: 0644]
board/pc/grub-efi.cfg [new file with mode: 0755]
board/pc/post-image.sh
configs/pc_x86_64_bios_defconfig
configs/pc_x86_64_efi_defconfig