[Buildroot] svn commit: trunk/buildroot: package/lzmatarget/linux toolchain/kern etc...

Thomas Lundquist lists at zelow.no
Mon Aug 20 12:36:23 UTC 2007


On Fri, Aug 17, 2007 at 03:23:06PM +0200, Ulf Samuelsson wrote:
> 
> It *will* always be put in "STAGING_DIR/usr/bin".
> The new configuration item allows you to put it in /usr/local/bin as well, an extra feature.
> STAGING_DIR/usr/bin/lzma will still be available.
> 
> Buildroot won't find "STAGING_DIR/usr/bin/lzma" so you have to do
> PATH:=$(STAGING_DIR)/usr/bin:$(PATH) outside buildroot.

why? applying a PATH inside the build isn't any big issue. We are
already doing it in many places if I recall.

> make LZMA=$(STAGING_DIR)/usr/bin/lzma -C $(LINUX26_DIR)

maybe.


Thomas.



More information about the buildroot mailing list