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.
This commit is contained in:
Alexander Boettcher 2016-03-01 18:03:35 +01:00 committed by Christian Helmuth
parent 0d6dc46bbb
commit 079484c5d0
1 changed files with 5 additions and 6 deletions

View File

@ -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
}
}