All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Samuelsson <ulf@atmel.com>
To: buildroot@busybox.net
Subject: [Buildroot] RFC  Building Linux under Buildroot.
Date: Wed, 18 Apr 2007 16:42:02 +0200	[thread overview]
Message-ID: <020f01c781c9$c7ba8d90$01c4af0a@Glamdring> (raw)
In-Reply-To: 20070418133906.GA11554@aon.at

>>Yes, but the patchfiles are in a linux  patch directory.
>
> So, IIUC, it doesn't handle downloading multiple patchfiles yet?
> $(patsubst %,$(PATCHFILE_DIR)/%,$(foo_CUSTOM_PATCHES)): same_for_http
> wget ... -O $@
> may work.
>

As I see it, you want to have multiple patches
each located in different places in internet so you need to specify
both the name and the location.

I am more thinking of a

$ make atmel

command which will download a script with predefined name from a predefined 
server

atmel:
    wget    $(DL_DIR) $(BR2_ATMEL_SITE)/get_latest_atmel_patches.sh
    source $(DL_DIR)/get_latest_atmel_patches.sh
    rm -fr $(LINUX26_DIR)

The script will download target/device/Atmel/Linux/kernel.../*.patch

Probably better I supply the linux patch and then you patch on top of that.


Best Regards
Ulf Samuelsson

      reply	other threads:[~2007-04-18 14:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-18  8:45 [Buildroot] RFC Building Linux under Buildroot Ulf Samuelsson
2007-04-18 11:40 ` Bernhard Fischer
2007-04-18 12:07   ` Ulf Samuelsson
2007-04-18 13:39     ` Bernhard Fischer
2007-04-18 14:42       ` Ulf Samuelsson [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='020f01c781c9$c7ba8d90$01c4af0a@Glamdring' \
    --to=ulf@atmel.com \
    --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 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.