fb61cf213c
This initial support includes: u-boot v2019.04 Linux v5.0 Buildroot default packages Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com> [Thomas: use BR2_TARGET_UBOOT_BOOT_SCRIPT to generate the U-Boot script, instead of doing it in the post-build] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 lines
62 B
Bash
Executable File
3 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
cp $BINARIES_DIR/boot.scr $TARGET_DIR/boot/boot.scr
|