gem5: test out panic_on_panic

patches: create patche/manual patch dir, put all patch directories under
patches/ subdir
This commit is contained in:
Ciro Santilli
2018-08-11 14:14:57 +01:00
parent fbbfe98bfd
commit 539b176e1d
11 changed files with 68 additions and 34 deletions

2
build
View File

@@ -137,7 +137,7 @@ if "$configure"; then
cp "${kernel_config_fragment_cli_file_tmp}" "${kernel_config_fragment_cli_file}"
fi
cd "${common_buildroot_dir}"
for p in $(find "${common_root_dir}/buildroot_patches/" -maxdepth 1 -name '*.patch' -print); do
for p in $(find "${common_root_dir}/patches/buildroot/" -maxdepth 1 -name '*.patch' -print); do
patch -N -r - -p 1 < "$p" || :
done
br2_external='../kernel_module:../gem5:../parsec-benchmark'