From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay-b22.telenor.se (smtprelay-b22.telenor.se [195.54.99.213]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C71B5E007B4 for ; Wed, 12 Feb 2014 05:18:50 -0800 (PST) Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b22.telenor.se (Postfix) with ESMTP id D9D08EAD2A for ; Wed, 12 Feb 2014 14:18:48 +0100 (CET) X-SENDER-IP: [85.225.138.149] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai1xAB90+1JV4YqVPGdsb2JhbABagwsBATcugmuEebBDiDoXAwEBAQE4NYJmHF8TIQUYAQwKLYgJAZdMsViOFYEBgw6BFASYKZNhgW87gSw X-IronPort-AV: E=Sophos;i="4.95,832,1384297200"; d="scan'208";a="814332349" Received: from c-958ae155.447-1-64736c11.cust.bredbandsbolaget.se (HELO pi.fatal.se) ([85.225.138.149]) by ipb2.telenor.se with ESMTP; 12 Feb 2014 14:18:48 +0100 Received: by pi.fatal.se (Postfix, from userid 1000) id 448CA22549; Wed, 12 Feb 2014 14:18:44 +0100 (CET) Date: Wed, 12 Feb 2014 14:18:42 +0100 From: Andreas Henriksson To: meta-freescale@yoctoproject.org Message-ID: <20140212131841.GA4466@pi.fatal.se> MIME-Version: 1.0 User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Wed, 12 Feb 2014 05:33:17 -0800 Subject: [PATCH] u-boot-imx: fix typo in 2009.08 recipe 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, 12 Feb 2014 13:18:55 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I noticed SRCBRANCH_mx5 was being specified twice. The first one should probably be "mxs" instead as the row below which specifies SRCREV for mxs. Signed-off-by: Andreas Henriksson --- recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 2db9db2..54d666d 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb @@ -13,7 +13,7 @@ DEPENDS_mxs += "elftosb-native" PR = "r15" -SRCBRANCH_mx5 = "imx_v2009.08_10.12.01" +SRCBRANCH_mxs = "imx_v2009.08_10.12.01" SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" SRCBRANCH_mx5 = "imx_v2009.08_11.09.01" -- 1.8.5.3