mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
board/pc/post-build.sh: fix typo in grub boot.img path
Commit 3468ef16fa55610bae3bacefaf816231a20cfab0 ("configs/pc_x86_64_efi: use genimage GPT partition table support") had a small typo on the path to grub boot.img file: i387-pc instead of i386-pc, which causes a build failure. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/378314412 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Alexandre PAYEN <alexandre.payen@smile.fr> Cc: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
26113da140
commit
afcdf9f5c5
@ -11,5 +11,5 @@ else
|
||||
cp -f "$BOARD_DIR/grub-bios.cfg" "$TARGET_DIR/boot/grub/grub.cfg"
|
||||
|
||||
# Copy grub 1st stage to binaries, required for genimage
|
||||
cp -f "$HOST_DIR/lib/grub/i387-pc/boot.img" "$BINARIES_DIR"
|
||||
cp -f "$HOST_DIR/lib/grub/i386-pc/boot.img" "$BINARIES_DIR"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user