From 079484c5d01866754053bc119836c876f53bce24 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Tue, 1 Mar 2016 18:03:35 +0100 Subject: [PATCH] Use base-hw as x86 target for noux_tool_chain_auto The commit avoids the need to have contrib sources of the kernel available for this run script. We actually just want to build core and not the kernel itself, which is always required after recent changes in the ports tool. --- repos/ports/run/noux_tool_chain_auto.run | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/repos/ports/run/noux_tool_chain_auto.run b/repos/ports/run/noux_tool_chain_auto.run index 24ca5f1ed..61d42b1ee 100644 --- a/repos/ports/run/noux_tool_chain_auto.run +++ b/repos/ports/run/noux_tool_chain_auto.run @@ -44,14 +44,13 @@ if {[have_spec arm]} { } if {[have_spec x86]} { - set platform_base_dir "base-nova" + set platform_base_dir "base-hw" set noux_boot_timeout 100 - set tool_chain_timeout 600 + set tool_chain_timeout 450 + set platform "hw_x86_64" - if {[have_spec 32bit]} { - set platform "nova_x86_32" - } else { - set platform "nova_x86_64" + if {[have_spec foc]} { + set tool_chain_timeout 800 } }