if {![have_spec x86_64] && ![have_spec arm_v7]} { puts "Unsupported platform. Valid are x86_64 and arm_v7 platforms." exit 0 } set build_components { core init timer } build $build_components create_boot_directory import_from_depot [depot_user]/pkg/jdk set config { 2000-01-01 00:00 -server KNOWN -client IGNORE } install_config $config set boot_modules { core init ld.lib.so timer } build_boot_image $boot_modules append qemu_args " -nographic -serial mon:stdio " run_genode_until "child \"java\" exited with exit value 0" 60