From a6f76a1d5727b31a55b48912aed437c291fe1a90 Mon Sep 17 00:00:00 2001 From: Li Jinjing Date: Fri, 10 Oct 2014 18:26:26 +0800 Subject: [PATCH] Set fallback_to_native to ture for localfullbuild Add the key fallback_to_native to ture: if gbs export fails in non-native package, this key word makes gbs export in native mode in the git tree. Change-Id: Ic9cc00137fa518e13a466a933fb32a0dae1b51e8 Signed-off-by: Li Jinjing --- gbs.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/gbs.conf b/gbs.conf index caa8509..9b9c2d3 100644 --- a/gbs.conf +++ b/gbs.conf @@ -2,6 +2,7 @@ tmpdir=/var/tmp/ profile = profile.tizen3.0_ivi work_dir=. +fallback_to_native=true [repo.tizen3.0_x86] url=${work_dir}/pre-built/toolchain-x86/ -- 2.7.4