Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-27 Thread MOHAMMAD RASIM
Can you send the patch yourself since you already know how to do it ? On 07/27/2018 12:34 PM, Burton, Ross wrote: We don't take patches via pull requests (that repo is a mirror for convenience and should have PRs disabled), but patches on the openembedded-core mailing list. https://www.openemb

Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-27 Thread Burton, Ross
We don't take patches via pull requests (that repo is a mirror for convenience and should have PRs disabled), but patches on the openembedded-core mailing list. https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines has details as to the required patch formatting. Summary: Commit mess

Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-27 Thread MOHAMMAD RASIM
Yes I made a pull request to the master branch https://github.com/openembedded/openembedded-core/pull/34 note that this issue can be replicated by unzipping any linux-kernel (I think), I tested that it exist in the zip file of torvalds tree https://github.com/torvalds/linux/archive/master.zip

Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-23 Thread Burton, Ross
Yes, please do. Mohammad, as you can replicate this on demand, would you be able to fix the unzip recipe with the patch in that bug and send a patch? Ross On 23 July 2018 at 19:42, Andre McCurdy wrote: > On Sat, Jul 21, 2018 at 12:55 AM, MOHAMMAD RASIM > wrote: >> well apparently this is cause

Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-23 Thread Andre McCurdy
On Sat, Jul 21, 2018 at 12:55 AM, MOHAMMAD RASIM wrote: > well apparently this is caused by the unzip binary that is compiled by the > openembedded unzip recipe. > If I unzip the same zip file with the unzip binary that is shipped with my > system(manjaro) then the files are not corrupted but when

Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-21 Thread MOHAMMAD RASIM
well apparently this is caused by the unzip binary that is compiled by the openembedded unzip recipe. If I unzip the same zip file with the unzip binary that is shipped with my system(manjaro) then the files are not corrupted but when I use the unzip binary compiled by the openembedded recipe I