fs/iso9660: get grub splash from $(TARGET_DIR)
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 8 Jun 2015 22:21:39 +0000 (00:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Jun 2015 21:18:46 +0000 (23:18 +0200)
commit3736b9a7c1c03ce7bab6d902db579fbead909047
treef449031d13c0d23ee2480b38645ea05cda42d063
parent61db081ca1c4dddb37489a135964af953d2afd57
fs/iso9660: get grub splash from $(TARGET_DIR)

Instead of using directly the splash image from the Buildroot source
directory boot/grub, this commit changes the iso9660 logic to use the
splash image installed in $(TARGET_DIR)/boot/grub.

This effectively allows a user to use a custom splash image by
installing it to $(TARGET_DIR) through a rootfs overlay or using a
post-build script.

Suggested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
fs/iso9660/iso9660.mk