mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
u-boot: install bootloader configs to image and release dir
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ccbab20fbf
commit
6727205fce
@ -102,4 +102,8 @@ makeinstall_target() {
|
||||
if [ -f "./$UBOOT_CONFIGFILE" ]; then
|
||||
cp ./$UBOOT_CONFIGFILE $INSTALL/usr/share/u-boot
|
||||
fi
|
||||
|
||||
for config in $PROJECT_DIR/$PROJECT/bootloader/*; do
|
||||
cp -PR $config $INSTALL/usr/share/u-boot
|
||||
done
|
||||
}
|
||||
|
@ -29,3 +29,10 @@ mkdir -p $RELEASE_DIR/3rdparty/bootloader
|
||||
cp -PR $BUILD/u-boot-*/SPL $RELEASE_DIR/3rdparty/bootloader
|
||||
cp -PR $BUILD/u-boot-*/u-boot.img $RELEASE_DIR/3rdparty/bootloader
|
||||
|
||||
for dtb in $BUILD/linux-*/arch/arm/boot/dts/*.dtb; do
|
||||
cp -PR $dtb $RELEASE_DIR/3rdparty/bootloader
|
||||
done
|
||||
|
||||
for config in $PROJECT_DIR/$PROJECT/bootloader/*; do
|
||||
cp -PR $config $RELEASE_DIR/3rdparty/bootloader
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user