[Buildroot] LIBFOO_SITE in .mk file

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Nov 28 15:11:24 UTC 2011


Le Mon, 28 Nov 2011 09:07:54 -0600,
"Jeff Krasky" <jeff.krasky at dspcg.com> a écrit :

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

This looks like a directory name and not a file. You have two choices
for building from local sources :

 * The 'file' method, where ETHERCAT_SITE needs to be a tarball location

 * The 'local' method, where ETHERCAT_SITE needs to be a directory

But since ETHERCAT is available online, you really should be doing
something like :

ETHERCAT_SITE = http://somesite.com/sometarball.tar.gz

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list