Set Armbian logo to Udoo uboot

This commit is contained in:
Igor Pečovnik 2015-12-21 12:13:28 +01:00
parent d05522ecb8
commit 140a5926c2
2 changed files with 2 additions and 1 deletions

BIN
bin/armbian-u-boot.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -36,7 +36,8 @@ if [ -d "$SOURCES/$BOOTSOURCEDIR" ]; then
make $CTHREADS $BOOTCONFIG CROSS_COMPILE=arm-linux-gnueabihf- >/dev/null 2>&1
[ -f .config ] && sed -i 's/CONFIG_LOCALVERSION=""/CONFIG_LOCALVERSION="-armbian"/g' .config
[ -f .config ] && sed -i 's/CONFIG_LOCALVERSION_AUTO=.*/# CONFIG_LOCALVERSION_AUTO is not set/g' .config
[ -f .config ] && sed -i 's/CONFIG_LOCALVERSION_AUTO=.*/# CONFIG_LOCALVERSION_AUTO is not set/g' .config
[ -f $SOURCES/$BOOTSOURCEDIR/tools/logos/udoo.bmp ] && cp $SRC/lib/bin/armbian-u-boot.bmp $SOURCES/$BOOTSOURCEDIR/tools/logos/udoo.bmp
touch .scmversion
# patch mainline uboot configuration to boot with old kernels