[prev in list] [next in list] [prev in thread] [next in thread] 

List:       buildroot
Subject:    [Buildroot] RFC  Building Linux under Buildroot.
From:       ulf () atmel ! com (Ulf Samuelsson)
Date:       2007-04-18 14:42:02
Message-ID: 020f01c781c9$c7ba8d90$01c4af0a () Glamdring
[Download RAW message or body]

>>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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic