Remove always_hybrid spec

With always_hybrid also the lx_hybrid_x86 platform in
tool/create_builddir vanishes.

Fixes #1619
This commit is contained in:
Christian Helmuth
2015-08-31 16:33:05 +02:00
parent b6c440852b
commit ae43d13b90
9 changed files with 2 additions and 61 deletions

View File

@@ -309,11 +309,6 @@ foreach platform $platforms {
if {[info exists ::env(RUN_OPT_AUTOPILOT)]} {
set kernel [exec echo $platform |& sed {s/_.*//}]
# lx_hybrid is a special case, it also uses boot_dir/linux
if {[string equal $kernel "lx"]} {
set kernel linux
}
exec echo "RUN_OPT=--include boot_dir/$kernel $::env(RUN_OPT_AUTOPILOT)" >> $build_conf
}
}