# # Build # set build_components { core init drivers/timer test/libpqxx/insert_operation } lappend_if [have_spec usb] build_components drivers/usb lappend_if [have_spec gpio] build_components drivers/gpio 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_platform_drv_config append_if [have_spec gpio] config { } append config { } append config { } install_config $config # # Boot modules # # The QtQuick plugin currently needs to be provided both in the file system # (for Qt) and as ROM module (for 'dlopen()'). append boot_modules { core init timer test-insert_operation ld.lib.so libc.lib.so libpq.lib.so libpqxx.lib.so lwip.lib.so libm.lib.so pthread.lib.so stdcxx.lib.so } lappend_if [have_spec usb] boot_modules usb_drv lappend_if [have_spec gpio] boot_modules gpio_drv append_platform_drv_boot_modules build_boot_image $boot_modules run_genode_until forever