source ${genode_dir}/repos/libports/run/qt5_common.inc import_from_depot [depot_user]/src/qt5_component \ [depot_user]/src/qt5_printsupport \ [depot_user]/src/qt5_textedit \ [depot_user]/src/qt5_widgets \ [depot_user]/src/vfs # # Build # if {[have_spec odroid_xu]} { puts "Run script does not support this platform." exit 0 } append build_components [qt5_build_components feature] build $build_components # # Generate config # append config { } append config [qt5_parent_provides feature] append config { } append config [qt5_start_nodes feature] append config { } append config { 2018-01-01 00:01 2018-01-01 00:01 } install_config $config # # Boot modules # append boot_modules [qt5_boot_modules feature] build_boot_image $boot_modules run_genode_until forever