-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let linux-image
depends linux-dtb
#5082
base: main
Are you sure you want to change the base?
Conversation
This directly conflicts with previous strategy, which is to merge dtb and image packages into a single one. |
For reference here is the jira link: AR-1608 The question is, do we wait until/if that task gets done or fix what is currently broken. |
Merging the two packages was already decided AFAIK, and solves the same problem, except it would break GRUB systems. If we want to have a interoperable package, we would need to change the dtb- directory name. |
For bootable/workable kernel, dtb is necessary.
Debian just package the dtbs in |
Yeah, our The I can't see a way around this until we've some Armbian board-side utility that can manage and deploy the correct initrd/uInitrd, image/uImage, and dtb placement, considering all the upgrade complexities, and handling some special cases (for example: current/edge kernel using one DTB, and legacy kernel using a different DTB; but many more "special" needs exist). Some kind of a mix between |
I don't know why debian packages dtbs in /usr/lib. To my understanding dtb files are used before root partition is mounted so they have to be in /boot, just like kernel images. |
Yeah, as I expected, ... This needs to be done by the firmware support scripts ... (which, for Debian, is mostly |
Description
For bootable/workable kernel, dtb is necessary.
How Has This Been Tested?
apt show linux-image-current-meson
to check whetherdtb
is a dependency.apt purge --autoremove linux-image-current-meson
to check ifdtb
will be removed automatically.Checklist: