[Buildroot] custom kernel tarball does not use the path.

Sagaert Johan sagaert.johan at skynet.be
Sun Feb 9 23:02:02 UTC 2014


  
Hi

In my config file I have the custom kernel path set to :

$(TOPDIR)/board/karo/linux-3.13.0-RC7.tar.bz2

But when building :

bzcat /home/johan/dl/linux-3.13.0-RC7.tar.bz2 | tar --strip-components=1 -C /home/buildroot12git/output/build/linux-custom  -xf -
bzcat: Can't open input file /home/johan/dl/linux-3.13.0-RC7.tar.bz2: No such file or directory.
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors

It looks like buildroot does not use the full path of the specified file.

Regards Johan






More information about the buildroot mailing list