mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-13 00:51:12 +02:00
Fix SQH kernel path.
This commit is contained in:
parent
ef8f4bb7af
commit
727245e1e7
@ -249,7 +249,7 @@ class OS:
|
|||||||
self.__relaunch_as_sudo()
|
self.__relaunch_as_sudo()
|
||||||
mod_path = f"{ROOT_DIR}/out/modules"
|
mod_path = f"{ROOT_DIR}/out/modules"
|
||||||
os.makedirs(mod_path, exist_ok=True)
|
os.makedirs(mod_path, exist_ok=True)
|
||||||
kmod_fn = self.board.parse_variables("%{out_dir}%/kmods/usr/lib/modules")
|
kmod_fn = self.board.parse_variables("%{out_sh}%/kmods/usr/lib/modules")
|
||||||
kmod = Path(kmod_fn)
|
kmod = Path(kmod_fn)
|
||||||
for f in kmod.iterdir():
|
for f in kmod.iterdir():
|
||||||
sqh_name = f.name
|
sqh_name = f.name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user