diff options
author | Andreas Henriksson <andreas.henriksson@endian.se> | 2014-02-12 14:18:42 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-12 11:42:12 -0200 |
commit | 8f8b28ad19e87ae7934213369d95c5adf8f53caf (patch) | |
tree | 9b1c3eb7bc779cb2650efe527b801aa8bdefd4b8 | |
parent | 35921a410dfb34740df182bb91e38787a0f53e35 (diff) | |
download | meta-fsl-arm-8f8b28ad19e87ae7934213369d95c5adf8f53caf.tar.gz |
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 <andreas.henriksson@endian.se>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
13 | 13 | ||
14 | PR = "r15" | 14 | PR = "r15" |
15 | 15 | ||
16 | SRCBRANCH_mx5 = "imx_v2009.08_10.12.01" | 16 | SRCBRANCH_mxs = "imx_v2009.08_10.12.01" |
17 | SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" | 17 | SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" |
18 | 18 | ||
19 | SRCBRANCH_mx5 = "imx_v2009.08_11.09.01" | 19 | SRCBRANCH_mx5 = "imx_v2009.08_11.09.01" |