From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 636CDE0070F; Wed, 18 Jun 2014 08:40:52 -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.7 required=5.0 tests=RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.179 listed in list.dnswl.org] Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 01BCBE003DA for ; Wed, 18 Jun 2014 08:40:46 -0700 (PDT) Received: by mail-wi0-f179.google.com with SMTP id cc10so1387047wib.6 for ; Wed, 18 Jun 2014 08:40:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=2NQr+UhMv+1M/J/22KpPlCEFKck5OzvPgrCnEI1IOL0=; b=TZDoGVFZ6AESSQtkZQf8/AdYwDPH4MX1KdZ0xFPL3IuNR+ewOq7Qb0/qw0uIa67Q3a V4HqBMstAR52IRnOad19KRL5/UEwGkLj6q7Lj7PguuLgDuYc6wyKEABhavWInYnHdOam kE71SZi55SwCS0SAzDK6Ct9sHx1LraVpUbxO+VW3utKG/5Vxa+55CVE39evwqpczinPO ifLY2Q2LI/DZYPq78PsPTGhnVjtepJpdOo+P7NkgYXoayEkM3wLU2tai+ffvmCa4xhcu 4RBJEj+oKi//tZ/u+xUA7nxMWFsEkxh/73zCrnkX2M4I3+lRMNjEdDSnxjDH6vr5aerG u0lQ== X-Gm-Message-State: ALoCoQmA8rMf9rHY8VMLzgzLOtY99WzNHJuVaPRldD+9rC7IZwqDzoZhddIzrNnwaKNvWVp/Elol X-Received: by 10.194.57.132 with SMTP id i4mr34373211wjq.6.1403106045630; Wed, 18 Jun 2014 08:40:45 -0700 (PDT) Received: from localhost.localdomain (46-116-135-215.bb.netvision.net.il. [46.116.135.215]) by mx.google.com with ESMTPSA id lk7sm2299247wjb.24.2014.06.18.08.40.44 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Jun 2014 08:40:45 -0700 (PDT) From: Rabeeh Khoury To: meta-freescale@yoctoproject.org Date: Wed, 18 Jun 2014 18:33:58 +0300 Message-Id: <1403105639-26293-1-git-send-email-rabeeh@solid-run.com> X-Mailer: git-send-email 1.7.9.5 Subject: [meta-fsl-arm-extra][PATCH 1/2] u-boot-cubox-i: update to e313a3a86e SRCREV X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 15:40:52 -0000 This patch updates the revision to e313a3a86e. Signed-off-by: Rabeeh Khoury --- recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb b/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb index 598be44..1a4593c 100644 --- a/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb +++ b/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb @@ -7,7 +7,7 @@ PROVIDES += "u-boot" PV = "v2013.10+git${SRCPV}" -SRCREV = "ed888a1e885eda9e8d8313e6bd09c521f193f29d" +SRCREV = "e313a3a86ee97d5e3c3d9667c951775159f595b8" SRC_URI = " \ git://github.com/SolidRun/u-boot-imx6.git;branch=imx6 \ file://uEnv.txt \ -- 1.7.9.5