diff --git a/packages/tools/u-boot/meta b/packages/tools/u-boot/meta index b92109e5fc..ea23c39f56 100644 --- a/packages/tools/u-boot/meta +++ b/packages/tools/u-boot/meta @@ -21,6 +21,10 @@ if [ "$UBOOT_VERSION" = "default" ]; then PKG_VERSION="2011.03-rc1" PKG_SITE="http://www.denx.de/wiki/U-Boot/WebHome" PKG_URL="ftp://ftp.denx.de/pub/u-boot/$PKG_NAME-$PKG_VERSION.tar.bz2" +elif [ "$UBOOT_VERSION" = "imx6-cuboxi" ]; then + PKG_VERSION="imx6-cuboxi-920ea0f" + PKG_SITE="http://imx.solid-run.com/wiki/index.php?title=Building_the_kernel_and_u-boot_for_the_CuBox-i_and_the_HummingBoard" + PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" fi PKG_REV="1" PKG_ARCH="arm" @@ -31,6 +35,6 @@ PKG_PRIORITY="optional" PKG_SECTION="tools" PKG_SHORTDESC="u-boot: Universal Bootloader project" PKG_LONGDESC="Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze." -PKG_IS_ADDON="no" +PKG_IS_ADDON="no" PKG_AUTORECONF="no"