set build_components { core init drivers/timer drivers/input drivers/framebuffer lib/mesa/swrast server/nitpicker server/nit_fb app/launchpad app/pointer test/mesa_demo/eglgears } source ${genode_dir}/repos/base/run/platform_drv.inc append_platform_drv_build_components build $build_components create_boot_directory set config { } append_if [have_spec linux] config { } append_platform_drv_config append_if [expr ![have_spec linux]] config { } append_if [have_spec ps2] config { } append config { } install_config $config set boot_modules { core init ld.lib.so timer nitpicker nit_fb launchpad gears pointer libc.lib.so libm.lib.so pthread.lib.so egl.lib.so mesa.lib.so stdcxx.lib.so expat.lib.so glapi.lib.so egl_swrast.lib.so } lappend_if [have_spec linux] boot_modules fb_sdl lappend_if [expr ![have_spec linux]] boot_modules fb_drv lappend_if [have_spec ps2] boot_modules ps2_drv append_platform_drv_boot_modules build_boot_image $boot_modules append qemu_args " -m 768" run_genode_until forever