From: Max Krummenacher <max.oss.09@gmail.com>
To: "Eckhardt, Andrew UTAS" <Andrew.Eckhardt@utas.utc.com>,
"meta-freescale@yoctoproject.org"
<meta-freescale@yoctoproject.org>
Subject: Re: morty build fails firmware_imx fetcher
Date: Sat, 25 Mar 2017 00:09:51 +0100 [thread overview]
Message-ID: <1490396991.2716.6.camel@gmail.com> (raw)
In-Reply-To: <aeaf2654c424470ea750bbc5cd62409d@UUSALE03.utcmail.com>
Hi Andrew
Am Freitag, den 24.03.2017, 21:22 +0000 schrieb Eckhardt, Andrew UTAS:
> Hi all,
>
> Because our proxy server requires http format. I have changed SRC_URI in meta-freescale/recipes
> -bsp/firmware-imx/firmware-imx.inc
>
> From:
> git://git.freescale.com/imx/imx-firmware.git;branch=${SRCBRANCH};destsuffix=${S}/git "
>
> To:
>
> http://git.freescale.com/git/cgit.cgi/imx/imx-firmware.git;branch=${SRCBRANCH};destsuffix=${S}/git
> "
>
> Now bitbake actually gets an html file which start like this...
The leading git:// specifies that you want to download a git repository. If you want to use http in
place of the native git protocol you specify that in a protocol=<protocol> parameter.
So you would change to:
git://git.freescale.com/imx/imx-firmware.git;branch=${SRCBRANCH};destsuffix=${S}/git;protocol=http "
https://www.yoctoproject.org/docs/2.3/bitbake-user-manual/bitbake-user-manual.html#git-fetcher
Max
next prev parent reply other threads:[~2017-03-24 23:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-24 21:22 morty build fails firmware_imx fetcher Eckhardt, Andrew UTAS
2017-03-24 23:09 ` Max Krummenacher [this message]
2017-03-27 19:50 ` [External] " Eckhardt, Andrew UTAS
2017-03-27 22:02 ` Otavio Salvador
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=1490396991.2716.6.camel@gmail.com \
--to=max.oss.09@gmail.com \
--cc=Andrew.Eckhardt@utas.utc.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.