Re: [yocto] some issues with current poky master

2017-08-19 Thread Markus Volk
The problem here is, that 'stat -c %s' gives out a wrong value. The issue happens only, if /bin/stat is linked to /bin/stat.stat. If using /bin/stat.coreutils the filesize is displayed correctly -- Markus Volk -- ___ yocto mailing list yocto@yoctop

[yocto] raw copy lots of files to rootfs via recipe

2017-08-19 Thread Fabian Knapp
Hi, I have to copy a complete file structure to my rootfs which also contains .sh and .js files Makefiles and so on. However, I only want to "raw" copy these files to /xyz to my rootfs. I tried to cp -r via do_install() and added the files to my FILES_${PN} but I get an error: 'no package provi