All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhenhua Luo <zhenhua.luo@nxp.com>
To: <meta-freescale@yoctoproject.org>
Subject: [meta-fsl-arm][PATCH 1/5] asf: correct the branch
Date: Thu, 2 Jun 2016 21:38:14 +0800	[thread overview]
Message-ID: <1464874698-13315-1-git-send-email-zhenhua.luo@nxp.com> (raw)

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>
---
 openembedded-layer/recipes-kernel/asf/asf_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 LICENSE = "GPLv2 & GPLv2+ & BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master"
+SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=sdk-v1.8.x"
 SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b"
 
 inherit module
-- 
2.4.11



             reply	other threads:[~2016-06-02 13:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-02 13:38 Zhenhua Luo [this message]
2016-06-02 13:38 ` [meta-fsl-arm][PATCH 2/5] linux-ls1: fix build issue under gcc6 Zhenhua Luo
2016-06-02 13:38 ` [meta-fsl-arm][PATCH 3/5] qemu-fsl: remove unsupported configure options Zhenhua Luo
2016-06-02 13:38 ` [meta-fsl-arm][PATCH 4/5] qemu-fsl: disable do_compile_ptest_base execution Zhenhua Luo
2016-06-02 13:38 ` [meta-fsl-arm][PATCH 5/5] u-boot: fix build error under gcc6 Zhenhua Luo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464874698-13315-1-git-send-email-zhenhua.luo@nxp.com \
    --to=zhenhua.luo@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.