[Buildroot] LIBFOO_SITE in .mk file

Jeff Krasky jeff.krasky at dspcg.com
Mon Nov 28 15:19:29 UTC 2011


> > ETHERCAT_SITE = file:///home/user1/Desktop/EtherCAT4Atmel
> 
> This looks like a directory name and not a file.

My understanding from the tutorial at
http://buildroot.uclibc.org/buildroot.html#add_packages was that

ETHERCAT_SITE = file:///home/user1/Desktop/EtherCAT4Atmel

specifies the path (whether it is http or filesystem)

and

ETHERCAT_SOURCE = etherlabmaster.tar.bz2

specifies the file name.

Then I thought Buildroot would put ETHERCAT_SITE + ETHERCAT_SOURCE to come
up with the location of the file.  This is not correct?


I edited the .mk file to put the entire path in ETHERCAT_SITE, like

ETHERCAT_SITE = file:///home/user1/Desktop/EtherCAT4Atmel/
etherlabmaster.tar.bz2

but it still didn't find it.




More information about the buildroot mailing list