ilbers / isar

Integration System for Automated Root filesystem generation
Other
177 stars 72 forks source link

kernel softlink in rootfs is misleading for mips/powerpc #61

Closed hberneck closed 3 years ago

hberneck commented 4 years ago

For mips and powerpc the created softlink is allways wrong. -> do_copy_boot_files fails

Isar creates a softlink for vmlinuz (build-kernel.sh) The kernel installs vmlinux into the debian package (scripts/package/builddeb)

jan-kiszka commented 4 years ago

Check the mailing list, there are patches to address MIPS issues flying around.

ismagulb commented 3 years ago

@hberneck, the mentioned patches have been integrated, does this solve your issue?

hberneck commented 3 years ago

It was solved by the commits "meta: image: Account for Ubuntu differences in do_copy_boot_files" and "linux-custom: rewrite to no longer depend on the kernel's builddeb". THX