Added additional python accelerator packages for tv.
authorTomasz Olszak <t.olszak@samsung.com>
Tue, 19 Aug 2014 07:54:58 +0000 (16:54 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Currently mobile provides some x86-arm accelerator
packages which makes possible to use x86 python
in arm sysroot. Those packages were added to supplement_tv
repository and are used only for tv build in build_tv.sh.
Using them decreases gyp_chromium script run time significantly
(on HQ build server from run time went down from 30 minute
to 1 minute)

Reviewed by: SeungSeop Park, Balazs Kelemen and Antonio Gomes.

Change-Id: If13b19a75a6919d24fc6da2f9cd28a1f970e4575
Signed-off-by: Tomasz Olszak <t.olszak@samsung.com>
tizen_src/build/build_tv.sh

index f6daf6a..03acf84 100755 (executable)
@@ -15,6 +15,7 @@ if [ ! -f "$HOME/.gbs.conf" ]; then
 fi
 
 gbs $CONF_FLAG build $PROFILE_FLAG -A armv7l --incremental \
+    --extra-packs python-base-x86-arm,python-x86-arm,python-xml-x86-arm
     --define "${TIZEN_VERSION}" "$@"
 
 ${SCRIPTDIR}/apply_patches.sh -r