From 62052810dbf3ed19697078a48b617bfbdadf2a29 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 10 Feb 2015 13:56:00 -0500 Subject: u-boot: update to version 2015.01 Signed-off-by: Denys Dmytriyenko Signed-off-by: Ross Burton --- meta/recipes-bsp/u-boot/u-boot.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-bsp/u-boot/u-boot.inc') diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index b898d6a34d..6bdc86ae0c 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc @@ -4,7 +4,7 @@ SECTION = "bootloaders" PROVIDES = "virtual/bootloader" LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" SRC_URI = "git://git.denx.de/u-boot.git;branch=master" @@ -14,7 +14,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit uboot-config deploy -EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' +EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" V=1' # Allow setting an additional version string that will be picked up by the # u-boot build system and appended to the u-boot version. If the .scmversion -- cgit 1.2.3-korg