From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1BDCEE00C21; Thu, 18 Dec 2014 15:55:44 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.0 RDNS_DYNAMIC Delivered to internal network by host with * dynamic-looking rDNS Received: from arago-project.org (ec2-184-73-161-183.compute-1.amazonaws.com [184.73.161.183]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 320F9E00B9C for ; Thu, 18 Dec 2014 15:55:32 -0800 (PST) Received: by arago-project.org (Postfix, from userid 107) id 89CA952A6D; Thu, 18 Dec 2014 23:55:30 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20141218235530.89CA952A6D@arago-project.org> Date: Thu, 18 Dec 2014 23:55:30 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Denys Dmytriyenko : u-boot-ti-staging: update with latest fixes X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 23:55:44 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: master Commit: bd65d9994ea25c6c222d61f0846b0fce7f7fa777 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=bd65d9994ea25c6c222d61f0846b0fce7f7fa777 Author: Denys Dmytriyenko Date: Fri Dec 19 05:11:29 2014 +0000 u-boot-ti-staging: update with latest fixes Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb index d3cea77..a895978 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb @@ -8,13 +8,13 @@ DESCRIPTION = "u-boot bootloader for TI devices" LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" PV = "2014.07" -PR = "r4+gitr${SRCPV}" +PR = "r5+gitr${SRCPV}" SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" BRANCH ?= "ti-u-boot-2014.07" -SRCREV = "6ff3f70e38ca6933a7dcfb84eefd0597e9558bc3" +SRCREV = "b6f7378f75acab9b08d229f9bf0197779107db55" SPL_BINARY = "MLO" SPL_UART_BINARY = "u-boot-spl.bin"