Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Martin Ayotte 2016-10-30 13:26:38 -04:00
commit d1955b5bb5
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ compile_uboot()
[[ \$(type -t setup_write_uboot_platform) == function ]] && setup_write_uboot_platform
echo "Updating u-boot on device \$DEVICE" >&2
write_uboot_platform \$DIR \$DEVICE
sync
exit 0
EOF
chmod 755 $DEST/debs/$uboot_name/DEBIAN/postinst

View File

@ -45,7 +45,7 @@ MAINLINE_KERNEL_DIR='linux-vanilla'
MAINLINE_UBOOT_SOURCE='git://git.denx.de/u-boot.git'
#MAINLINE_UBOOT_BRANCH="v$(git ls-remote git://git.denx.de/u-boot.git | grep -v rc | grep -v '\^' | tail -1 | cut -d'v' -f 2)"
MAINLINE_UBOOT_BRANCH='tag:v2016.09'
MAINLINE_UBOOT_BRANCH='tag:v2016.09.01'
MAINLINE_UBOOT_DIR='u-boot'
# Let's set default data if not defined in board configuration above