Re: [yocto] unpacking deb packages

2017-04-15 Thread Markus Volk
Thank you for the reply. It looks like the problem is gone. i guess this one fixed it http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=283a9b3883083e45bbdaf0488a3c6c76c5b197d7 Am 14.04.2017 um 01:09 schrieb Burton, Ross: On 10 April 2017 at 14:32, Markus Volk

Re: [yocto] unpacking deb packages

2017-04-13 Thread Burton, Ross
On 10 April 2017 at 14:32, Markus Volk wrote: > i´m building for x86_64 using the recent master branch and encounter > problems when fetching deb packages. > With any .deb file inside SRC_URI the task do_unpack stops with this > output: > > ... data.tar.xz && tar --no-same-owner -xpf data.tar.xz

[yocto] unpacking deb packages

2017-04-10 Thread Markus Volk
Hi all, i´m building for x86_64 using the recent master branch and encounter problems when fetching deb packages. With any .deb file inside SRC_URI the task do_unpack stops with this output: ... data.tar.xz && tar --no-same-owner -xpf data.tar.xz && rm data.tar.xz failed with return value 2 i