Skip to content

Conversation

simonbeaudoin0935
Copy link
Contributor

Branch latest-rebased is the branch 'latest' which has been rebased on main.
This PR is to merge the work that has been done in latest so that we can close the branch latest because it makes no sense to have it anymore. All future work will need to be happening from the branch main .

quic-khuzuri and others added 4 commits October 14, 2025 14:01
Device tree parameter in menu entry is not required for QLI targets,
since its already fulfilled with dtb.bin. Added support for separate
menu entry to accomodate the QLI targets.

Signed-off-by: quic-khuzuri <[email protected]>
Currently kernel version is being extracted from the avaliable
files present in the rootfs.

vmlinuz-6.17.0-00001-g7b3ecb1fbc38
vmlinuz-6.17.0-5-generic

kernel_ver=\$(ls /boot/vmlinuz-* | sed 's|.*/vmlinuz-||' | sort -V | tail -n1)

With 6.17 kernel version being generated is kernel-6.17.0-00001-g7b3ecb1fbc38,
and the above condition is failing and returning the generic kernel version
6.17.0-5-generic

To fix this use the kernel version from the kernel debian package that is
generated from the build.

Signed-off-by: Salendarsingh Gaud <[email protected]>
Debian package name that is being passed to build-ubuntu-rootfs.sh script,
also contains path as kernel/.

This is not handled in the current implementation.

Fix the regex to ignore any string before the kernel version.

Signed-off-by: Salendarsingh Gaud <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants