gem5: put m5 back in path, was in lkmc/bin/m5

It is a dilemma to do this or not, since all other test execs are
not in /bin, but I'll go with "this is not just a random test program" for
now. Let's see.

Checkpointing: correctly sort fs.py checkpoints numerically, was only
working previously due to coincidence.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-11 00:00:00 +00:00
parent c0cc0bb6a7
commit 2438410c25
2 changed files with 4 additions and 3 deletions

View File

@@ -918,7 +918,7 @@ Incompatible archs are skipped.
# Overlay.
env['out_rootfs_overlay_dir'] = join(env['out_dir'], 'rootfs_overlay', env['arch'])
env['out_rootfs_overlay_lkmc_dir'] = join(env['out_rootfs_overlay_dir'], env['repo_short_id'])
env['out_rootfs_overlay_bin_dir'] = join(env['out_rootfs_overlay_lkmc_dir'], 'bin')
env['out_rootfs_overlay_bin_dir'] = join(env['out_rootfs_overlay_dir'], 'bin')
# Baremetal.
env['baremetal_source_dir'] = join(env['root_dir'], 'baremetal')