# # Build # if {[have_spec omap4] == 0} { puts "Runs on OMAP4 only" exit 0 } set build_components { core init timer drivers/gpio test/gpio_drv } build $build_components create_boot_directory # # Generate config # append config { } append config " " append config { } install_config $config # # Boot modules # # generic modules set boot_modules { core ld.lib.so init timer test-omap4_gpio_drv } append boot_modules [gpio_drv] build_boot_image $boot_modules run_genode_until forever