Re: Module dependencies

2023-11-10 Thread Daniel Kiper
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.

Re: Module dependencies

2023-10-19 Thread Daniel Axtens
> 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

Re: Module dependencies

2023-10-19 Thread Oliver Steffen
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

Re: Module dependencies

2023-10-04 Thread Daniel Axtens
(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’,