[OE-core] [PATCH] Append KERNEL_VERSION string to kernel module package names

Ola Redell ola.redell at retotech.se
Tue Jan 3 14:00:44 UTC 2017


Thanks, that was a mistake. I did this change in Jethro originally where 
the prefix does not appear. I will prepare a v2.

Ola


On 2017-01-03 14:56, Mats Karrman wrote:
> -    module_pattern = module_pattern_prefix + 'kernel-module-%s'
>> +    module_pattern = 'kernel-module-%s-' + 
>> d.getVar("KERNEL_VERSION", True)
> Why did you drop 'module_pattern_prefix'?
>>         postinst = d.getVar('pkg_postinst_modules')
>>       postrm = d.getVar('pkg_postrm_modules')
>




More information about the Openembedded-core mailing list