Added u-boot compiler requirement for Cubox / HB

This commit is contained in:
Igor Pecovnik 2016-05-18 21:07:46 +02:00
parent cb130fdde7
commit fd514415c1

View File

@ -3,6 +3,8 @@ BOOTLOADER='https://github.com/SolidRun/u-boot-imx6'
BOOTBRANCH='imx6'
BOOTSOURCE='u-boot-cubox'
UBOOT_NEEDS_GCC='< 5.0'
case $BRANCH in
default)
LINUXKERNEL='https://github.com/linux4kix/linux-linaro-stable-mx6'