dhrystone: fix build, overlay directory was not being created

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-10-29 00:00:00 +00:00
parent 73882a2bcc
commit 2cfb389c5a
3 changed files with 15 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ https://cirosantilli.com/linux-kernel-module-cheat#dhrystone
if ret == 0 and self.env['mode'] == 'userland':
self.sh.copy_file_if_update(
os.path.join(build_dir, 'dhrystone'),
os.path.join(self.env['out_rootfs_overlay_lkmc_dir'], self.root_relpath),
os.path.join(self.env['out_rootfs_overlay_lkmc_dir'], self.root_relpath, 'dhrystone'),
)
return ret