diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-02 21:38:14 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-05 13:47:28 -0300 |
commit | 1568674df202a9993ec58116d088d605b0226495 (patch) | |
tree | d4f504c05e30a2ba57085b18fca5968051b85e36 | |
parent | fa765d43cdccf44415c8a3f2ae61649df972de66 (diff) | |
download | meta-fsl-arm-1568674df202a9993ec58116d088d605b0226495.tar.gz |
asf: correct the branch
Fix the following build error:
| asf-git-r0 do_fetch: Fetcher failure: Unable to find revision
| 62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b in branch master even from upstream
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | openembedded-layer/recipes-kernel/asf/asf_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-layer/recipes-kernel/asf/asf_git.bb b/openembedded-layer/recipes-kernel/asf/asf_git.bb index 7cf8f57..97cbcc9 100644 --- a/openembedded-layer/recipes-kernel/asf/asf_git.bb +++ b/openembedded-layer/recipes-kernel/asf/asf_git.bb | |||
@@ -3,7 +3,7 @@ SECTION = "asf" | |||
3 | LICENSE = "GPLv2 & GPLv2+ & BSD" | 3 | LICENSE = "GPLv2 & GPLv2+ & BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" |
5 | 5 | ||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" | 6 | SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=sdk-v1.8.x" |
7 | SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" | 7 | SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" |
8 | 8 | ||
9 | inherit module | 9 | inherit module |