From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 95864E00CB8; Tue, 9 Feb 2016 13:36:48 -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 06216E00CB9 for ; Tue, 9 Feb 2016 13:36:45 -0800 (PST) Received: by arago-project.org (Postfix, from userid 107) id F17E752AAE; Tue, 9 Feb 2016 21:36:44 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20160209213644.F17E752AAE@arago-project.org> Date: Tue, 9 Feb 2016 21:36:44 +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: Tue, 09 Feb 2016 21:36:48 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: master Commit: 4f86f34be710ecc8610552c7a64c5316255f1232 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=4f86f34be710ecc8610552c7a64c5316255f1232 Author: Denys Dmytriyenko Date: Wed Feb 10 03:32:37 2016 +0000 u-boot-ti-staging: update with latest fixes Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb index ea745af..ac65eed 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb @@ -7,14 +7,14 @@ DESCRIPTION = "u-boot bootloader for TI devices" LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" -PR = "r16" +PR = "r17" PV_append = "+git${SRCPV}" SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" BRANCH ?= "ti-u-boot-2015.07" -SRCREV = "2b4b6fb691ac84b14de27b8bc01ab18f7c157558" +SRCREV = "e2a6f4edd83e2767e15bf3b0ac00d54f237a71e1" SPL_BINARY = "MLO" SPL_UART_BINARY = "u-boot-spl.bin"