Adding Vladimir...
On Thu, Oct 19, 2023 at 04:50:10AM -0700, Oliver Steffen wrote:
> Quoting Daniel Axtens (2023-10-05 08:07:47)
> > (Unless anything has changed dramatically in the last year:) Dependencies
> > are calculated automatically on the basis of symbols that you use in your
> > module.
> There is the problem with the new bli module, that it requires the
> part_gpt module to be loaded beforehand, but the module dependency list
> for bli is emplty (see moddep.lst).
>
> The part_gpt module only exports one function,
> grub_gpt_partition_map_iterate(). This is not used in the bli m
Quoting Daniel Axtens (2023-10-05 08:07:47)
> (Unless anything has changed dramatically in the last year:) Dependencies are
> calculated automatically on the basis of symbols that you use in your module.
> If you look at genmoddep.awk and work out from there you can get a handle on
> the process
(Unless anything has changed dramatically in the last year:) Dependencies are
calculated automatically on the basis of symbols that you use in your module.
If you look at genmoddep.awk and work out from there you can get a handle on
the process. If you only use symbols provided by the ‘kernel’,