]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
Extensible SDK: allow for installation without preparing build system
authorChen Qi <Qi.Chen@windriver.com>
Tue, 2 Jun 2015 09:08:39 +0000 (17:08 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Thu, 20 Aug 2015 07:04:14 +0000 (15:04 +0800)
commit9930c73e672bd30e2a30a3d5746931707a3dbfe2
tree8b6aff46bdce239878b17142558561645e30d745
parent8fcfab3d05d933e87d9eb222429a1dbed93c613f
Extensible SDK: allow for installation without preparing build system

When publishing SDK, what we want is basically its metadata and sstate
cache objects. We don't want the SDK to be prepared with running bitbake
as it takes time which reproduces meaningless output for the published SDK.

So this patch adds an option to allow for SDK to be extracted without
preparing the build system.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/classes/populate_sdk_ext.bbclass
meta/files/toolchain-shar-extract.sh