sculpt_image: add MNT Reform2 as target board

Fix genodelabs/genode#4936
This commit is contained in:
Stefan Kalkowski 2023-06-05 17:19:45 +02:00 committed by Norman Feske
parent 2dd1365af3
commit 15b30f3547

View File

@ -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]"