mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
run: --tmux-args implies --tmux
This commit is contained in:
@@ -518,7 +518,7 @@ Use gem5 instead of QEMU. Shortcut for `--emulator gem5`.
|
||||
env['rootfs_raw_file'] = env['buildroot_rootfs_raw_file']
|
||||
env['qcow2_file'] = env['buildroot_qcow2_file']
|
||||
|
||||
# Image.
|
||||
# Image
|
||||
if env['baremetal'] is None:
|
||||
if env['emulator'] == 'gem5':
|
||||
env['image'] = env['vmlinux']
|
||||
@@ -547,8 +547,10 @@ Use gem5 instead of QEMU. Shortcut for `--emulator gem5`.
|
||||
env['source_path'] = source_path
|
||||
break
|
||||
env['image'] = path
|
||||
|
||||
self.env = env
|
||||
|
||||
|
||||
def add_argument(self, *args, **kwargs):
|
||||
shortname, longname, key, is_option = self.get_key(*args, **kwargs)
|
||||
if key in self._defaults:
|
||||
|
||||
Reference in New Issue
Block a user