[Buildroot] [PATCH v2] Add target to create a project directory

Arnout Vandecappelle arnout at mind.be
Sun Oct 14 12:50:16 UTC 2012


On 14/10/12 01:35, Valentine Barshak wrote:
>> +$(BUILDROOT_DIR):
>> +    mkdir -p $@
>> +    wget -O - $(BUILDROOT_SITE)/$(BUILDROOT_SOURCE) | \
>> +        tar -xjf - -C $@ --strip-components=1
>> +    for p in `ls $(makedir)/patches/buildroot/buildroot-* 2>/dev/null`; do \
>> +        patch -d $@ -p1 -i $$p; \
>> +    done
>
> I probably miss something, but
> do I have to download buldroot for every project?
> Can I use my local BR git tree as a buildroot source for my projects instead of downloading?

  No, make a symlink to the BR tree and it won't download anything.

  But this automatic download feature is probably going a bridge too far :-)

  Regards,
  Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F


More information about the buildroot mailing list