Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] github download helper question
Date: Fri, 1 Aug 2014 22:45:03 +0200	[thread overview]
Message-ID: <20140801204503.GC3778@free.fr> (raw)
In-Reply-To: <CAHXCMMLE8qpVZoUkUtRXL=+xOTnhsSa-y8CTnJXBMhZaH_q6GQ@mail.gmail.com>

Waldemar, Samuel, All,

On 2014-08-01 16:59 +0200, Samuel Martin spake thusly:
> On Fri, Aug 1, 2014 at 2:07 PM, Waldemar Brodkorb <wbx@openadk.org> wrote:
> > Hi Developers,
> >
> > for ARC C library testing I would like to use
> > a special branch of
> > https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.
> > How I can do this with buildroot?
> 
> Just set the right sha1 as version, further details at [1].
[--SNIP--]
> [1] http://nightly.buildroot.org/manual.html#github-download-url

As Samuel said, the version can be a sha1. But as stated in the manual,
it can also be a tag.

So, you write something like:

    FOO_VERSION = v1.2.3
    FOO_SITE = $(call github,<user>,<package>,$(FOO_VERSION))

And replace <user> and <package> with the approriate values.

For example, to use their gcc, you'd write something like this:

    GCC_VERSION = arc-2014.08-rc1
    GCC_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,gcc,$(GCC_VERSION))

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

      reply	other threads:[~2014-08-01 20:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-01 12:07 [Buildroot] github download helper question Waldemar Brodkorb
2014-08-01 14:59 ` Samuel Martin
2014-08-01 20:45   ` Yann E. MORIN [this message]

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=20140801204503.GC3778@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox