From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id AF3BBE00A7B; Wed, 17 Jun 2015 08:23:59 -0700 (PDT) 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 39783E00A3B for ; Wed, 17 Jun 2015 08:23:25 -0700 (PDT) Received: by arago-project.org (Postfix, from userid 107) id 70A5D52A4F; Wed, 17 Jun 2015 15:23:23 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20150617152324.70A5D52A4F@arago-project.org> Date: Wed, 17 Jun 2015 15:23:23 +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: Wed, 17 Jun 2015 15:23:59 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: fido Commit: f9d08e051d65970511e0b3ea044b03a1b9dc5a03 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=f9d08e051d65970511e0b3ea044b03a1b9dc5a03 Author: Denys Dmytriyenko Date: Wed Jun 17 20:59:15 2015 +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 4cff810..9d7dd06 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 @@ -7,14 +7,14 @@ DESCRIPTION = "u-boot bootloader for TI devices" LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" -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-2014.07" -SRCREV = "93b92d24320babe1f9b88736bbb8a5877a317bf4" +SRCREV = "fb6ab76dad21e12b12d0f824fcfa2609a26ec695" SPL_BINARY = "MLO" SPL_UART_BINARY = "u-boot-spl.bin"