mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
sculpt_image: add MNT Reform2 as target board
Fix genodelabs/genode#4936
This commit is contained in:
parent
2dd1365af3
commit
15b30f3547
@ -3,8 +3,9 @@
|
||||
#
|
||||
|
||||
proc board_supported { } {
|
||||
if {[have_board pinephone]} { return true }
|
||||
if {[have_board pc]} { return true }
|
||||
if {[have_board pinephone]} { return true }
|
||||
if {[have_board pc]} { return true }
|
||||
if {[have_board mnt_reform2]} { return true }
|
||||
return false
|
||||
}
|
||||
|
||||
@ -38,6 +39,12 @@ if {[have_board pc]} {
|
||||
assert_include image/disk
|
||||
}
|
||||
|
||||
if {[have_board mnt_reform2]} {
|
||||
assert_include image/uboot
|
||||
assert_include image/imx8mq_mmc
|
||||
assert_run_arg "--image-uboot-gzip-best"
|
||||
}
|
||||
|
||||
source ${genode_dir}/repos/gems/run/sculpt.run
|
||||
|
||||
set image_name "sculpt-$board_var-[build_date]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user