gem5 graphic mode: checkout just the linux kernel

This commit is contained in:
Ciro Santilli
2018-06-07 06:33:05 +01:00
parent 61c5162fa6
commit 38fd6153d9
4 changed files with 108 additions and 42 deletions

2
build
View File

@@ -155,7 +155,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS=\"${post_script_args}\"
fi
default_config_fragments=
else
default_config_fragments="${kernel_config_fragment_dir}/min ${kernel_config_fragment_dir}/default"
default_config_fragments="${kernel_config_fragment_dir}/min ${kernel_config_fragment_dir}/default ${kernel_config_fragment_dir}/display"
fi
printf "BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES=\"${default_config_fragments} ${kernel_config_fragments} ${kernel_config_fragment_cli_file}\"\n" >> "$config_file"
if "${linux_reconfigure}"; then