Re: [OE-core] [PATCH] populate_sdk_base: add option of add other type of sdk

2019-01-16 Thread Burton, Ross
On Wed, 16 Jan 2019 at 09:37, wrote: > +SDK_TAR_TYPE ?= "tar.xz" > +SDK_TAR_DEPENDS ?= "xz-native" > +SDK_TAR_CMD ?= "tar ${SDKTAROPTS} -cf - . | xz -T 0 > > ${SDKDEPLOYDIR}/${TOOLCHAIN_OUTPUTNAME}.${SDK_TAR_TYPE}" Don't call these SDK_TAR because they might not be generating a tarball. How

[OE-core] [PATCH] populate_sdk_base: add option of add other type of sdk

2019-01-16 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 add option for usr can select the sdk