From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E19B4E00C37; Thu, 12 Nov 2015 06:14:59 -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 DB8F7E00C25 for ; Thu, 12 Nov 2015 06:14:56 -0800 (PST) Received: by arago-project.org (Postfix, from userid 107) id 3499552AC4; Thu, 12 Nov 2015 14:14:56 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20151112141456.3499552AC4@arago-project.org> Date: Thu, 12 Nov 2015 14:14:56 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Denys Dmytriyenko : u-boot-ti-staging: update with latest fixes, including Keystone builds 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, 12 Nov 2015 14:15:00 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: master Commit: 8a09bd1d608fea46085e9456c735370d8f31d5ea URL: http://arago-project.org/git/meta-ti.git?a=commit;h=8a09bd1d608fea46085e9456c735370d8f31d5ea Author: Denys Dmytriyenko Date: Thu Nov 12 19:35:20 2015 +0000 u-boot-ti-staging: update with latest fixes, including Keystone builds 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 13d05fe..718cd4d 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 = "r13" +PR = "r14" 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 = "f3171e0a0d41bc79f819a1b85563ef7c643bf59b" +SRCREV = "8ced9735c8442eb7534ff0839b120d9bdfc075c8" SPL_BINARY = "MLO" SPL_UART_BINARY = "u-boot-spl.bin"