sculpt_image: copy uboot.env file for PinePhone

Issue genodelabs/genode-allwinner#26.
This commit is contained in:
Josef Söntgen 2023-12-08 17:18:10 +01:00 committed by Norman Feske
parent 32d1e5b4a7
commit 89270f69e0

View File

@ -59,6 +59,9 @@ puts "Disk image: $depot_image_path.img"
# install content of boot directory into depot
exec rm -rf $depot_image_path
exec cp -r [run_dir]/boot $depot_image_path
if {[have_board pinephone]} {
exec cp [run_dir]/ext2/boot/uboot.env $depot_image_path
}
puts "Boot directory: $depot_image_path"
puts ""