mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
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:
committed by
Christian Helmuth
parent
655fbbd984
commit
a1ff3cc317
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user