From c969ff5d611e83420b309cd0e4a4d0da909c9cac Mon Sep 17 00:00:00 2001 From: Rui Lv Date: Wed, 29 Oct 2014 04:28:30 -0400 Subject: [PATCH] Add support for IVI x84_64 build Change-Id: I2570561873ef8d682244f7e9fbf77cf6df79bfba Signed-off-by: Rui Lv --- gbs.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gbs.conf b/gbs.conf index 9b9c2d3..196c03d 100644 --- a/gbs.conf +++ b/gbs.conf @@ -7,7 +7,10 @@ fallback_to_native=true [repo.tizen3.0_x86] url=${work_dir}/pre-built/toolchain-x86/ +[repo.tizen3.0_x86_64] +url=${work_dir}/pre-built/toolchain-x86_64/ + [profile.tizen3.0_ivi] -repos=repo.tizen3.0_x86 +repos=repo.tizen3.0_x86,repo.tizen3.0_x86_64 buildconf=${work_dir}/scm/meta/build-config/build.conf exclude_packages=libtool,gettext -- 2.7.4