Re: [yocto] [meta-mingw][PATCH V2] testsdk: enhance extract sdk part

2019-05-05 Thread Changqing Li
Hi, Joshua OE-core patch have merge to master: https://git.openembedded.org/openembedded-core/commit/?id=57a33048a89a422cfdc986d3489c67b2d297e1e7 please help to merge this patch, thanks. On 1/21/19 10:47 PM, Joshua Watt wrote: Just FYI, I haven't forgot about this patch. I want to wait

Re: [yocto] [meta-mingw][PATCH V2] testsdk: enhance extract sdk part

2019-01-21 Thread Changqing Li
On 1/21/19 10:47 PM, Joshua Watt wrote: Just FYI, I haven't forgot about this patch. I want to wait until the dependent OE-core patch is at least in the master-next branch before I apply this to the MinGW master-next branch. If you want to give me a ping when the OE-core patch shows up in

Re: [yocto] [meta-mingw][PATCH V2] testsdk: enhance extract sdk part

2019-01-21 Thread Joshua Watt
Just FYI, I haven't forgot about this patch. I want to wait until the dependent OE-core patch is at least in the master-next branch before I apply this to the MinGW master-next branch. If you want to give me a ping when the OE-core patch shows up in master-next, it would be very helpful. Thanks

[yocto] [meta-mingw][PATCH V2] testsdk: enhance extract sdk part

2019-01-17 Thread changqing.li
From: Changqing Li Current sdk type is tar.xz, but for mingw sdk, since we have symlink under the sdk folder, 7zip which used to extract tar.xz cannot handle it, refer 7zip upstream bug: https://sourceforge.net/p/sevenzip/discussion/45797/thread/c71d6b96/ so oe-core have add support of change

[yocto] [meta-mingw][PATCH V2] testsdk: enhance extract sdk part

2019-01-17 Thread changqing.li
change in V2: 1. move zip part to oe-core, and if usr want to use .zip file set SDK_ARCHIVE_TYPE to zip in local.conf 2. correct extract sdk function for qa test Changqing Li (1): testsdk: enhance extract sdk part lib/oeqa/sdkmingw/testsdk.py | 11 +-- 1 file changed, 9