# # Build # if {[have_spec odroid_xu]} { puts "Run script not supported for this platform."; exit 0 } set build_components { core init test/framebuffer drivers/framebuffer drivers/timer } source ${genode_dir}/repos/base/run/platform_drv.inc append_platform_drv_build_components build $build_components create_boot_directory # # Generate config # append config { } append_if [have_spec sdl] config { } append_platform_drv_config append_if [have_spec framebuffer] config { } append config { } install_config $config # # Boot modules # # generic modules set boot_modules { core ld.lib.so init timer test-framebuffer } # platform-specific modules append_platform_drv_boot_modules lappend_if [have_spec sdl] boot_modules fb_sdl lappend_if [have_spec framebuffer] boot_modules fb_drv build_boot_image $boot_modules run_genode_until forever