base-foc: recipes for ARMv7a platforms

* In base-foc/recipes/src/ replace base-foc with base-foc-pc
* To base-foc/recipes/src add base-foc-arndale, base-foc-pbxa9
* Ensure that the correct base-foc recipe is choosen by the run module
  'boot_dir/foc'
This commit is contained in:
Martin Stein
2018-11-06 16:12:59 +01:00
committed by Christian Helmuth
parent 655fbbd984
commit a1ff3cc317
20 changed files with 57 additions and 4 deletions

View File

@ -219,7 +219,9 @@ proc run_boot_dir {binaries} {
#
proc base_src { } {
if {[have_spec x86]} { return base-foc }
if {[have_spec x86]} { return base-foc-pc }
if {[have_spec pbxa9]} { return base-foc-pbxa9 }
if {[have_spec arndale]} { return base-foc-arndale }
global specs