From: Andreas Henriksson Date: Wed, 12 Feb 2014 13:18:42 +0000 (+0100) Subject: u-boot-imx: fix typo in 2009.08 recipe X-Git-Tag: 2.1~1077 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cc6d00af074698fb391fe8727fdefd26979c5aad;p=meta-freescale.git u-boot-imx: fix typo in 2009.08 recipe 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 --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 2db9db2f..54d666da 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/meta-fsl-arm/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"