diff --git a/repos/base/run/affinity.run b/repos/base/run/affinity.run index ecbf7519d..2ddba616f 100644 --- a/repos/base/run/affinity.run +++ b/repos/base/run/affinity.run @@ -13,27 +13,49 @@ if { } -build "core init test/affinity" +set build_components { core init test/affinity } + +lappend_if [have_spec exynos5] build_components drivers/platform + +build $build_components create_boot_directory -install_config { +set config { + + + + + - + } + +append_if [have_spec exynos5] config { + + + + } + +append config { - -} + } -build_boot_image "core init test-affinity" +install_config $config + +set boot_modules { core init test-affinity } + +lappend_if [have_spec exynos5] boot_modules platform_drv + +build_boot_image $boot_modules if {[is_qemu_available]} { set want_cpus_x 4