diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-09-29 11:21:50 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:14 -0200 |
commit | dc3c53535e43175f3552019110fd363e52b4758a (patch) | |
tree | 6df66ae49b49ff1607e0f3cb458b508c2444acf3 /recipes-bsp/rcw | |
parent | de9980f3bf8ce0d6a251d820ae798ea0cc8ca0c2 (diff) | |
download | meta-freescale-dc3c53535e43175f3552019110fd363e52b4758a.tar.gz |
ls2-rcw: fix the source fetch error
The sdk-v2.0.x branch is rebased, previous commit is in fsl-sdk-v2.0
tag instead of sdk-v2.0.x branch.
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/rcw')
-rw-r--r-- | recipes-bsp/rcw/ls2-rcw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/ls2-rcw_git.bb b/recipes-bsp/rcw/ls2-rcw_git.bb index b6d9ccd3..7acd6c9b 100644 --- a/recipes-bsp/rcw/ls2-rcw_git.bb +++ b/recipes-bsp/rcw/ls2-rcw_git.bb | |||
@@ -8,7 +8,7 @@ inherit deploy | |||
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | SRC_URI = "git://git.freescale.com/ppc/sdk/ls2-rcw.git;branch=sdk-v2.0.x" | 11 | SRC_URI = "git://git.freescale.com/ppc/sdk/ls2-rcw.git;nobranch=1" |
12 | SRCREV = "74ec3bcdf33fbbedf417b800e0d486d1e8031115" | 12 | SRCREV = "74ec3bcdf33fbbedf417b800e0d486d1e8031115" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |