mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
userland: copy subdirs to target
This commit is contained in:
@@ -83,7 +83,7 @@ has the OpenBLAS libraries and headers installed.
|
||||
cwd=self.env['userland_source_dir'],
|
||||
extra_paths=[self.env['ccache_dir']],
|
||||
)
|
||||
self.sh.copy_dir_if_update_non_recursive(
|
||||
self.sh.copy_dir_if_update(
|
||||
srcdir=build_dir,
|
||||
destdir=self.env['out_rootfs_overlay_dir'],
|
||||
filter_ext=self.env['userland_build_ext'],
|
||||
|
||||
Reference in New Issue
Block a user