Please migrate to linux-mod-r1.eclass in preparation of the planned deprecation of linux-mod.eclass. See the eclass documentation for migration notes: https://devmanual.gentoo.org/eclass-reference/linux-mod-r1.eclass/index.html $ pkgcheck scan -k DeprecatedEclass sys-apps/corefreq sys-apps/corefreq DeprecatedEclass: version 1.96.3: uses deprecated eclass: linux-mod (migrate to linux-mod-r1.eclass)
I have MODULE_NAMES="corefreqk(misc:${S})" and BUILD_PARAMS="KERNELDIR=/lib/modules/${KV_FULL}/build" Do I need to unite them to some modlist?
Please help, I do not know how to migrate this :(
There are some migration notes in the linux-mod-r1 eclass documentation: https://devmanual-cdn-origin.gentoo.org/eclass-reference/linux-mod-r1.eclass/index.html > Do I need to unite them to some modlist? Yes, without having looked at it in detail, you'll probably need something like this: local modlist=( corefreqk=misc ) local modargs=( KERNELDIR=${KV_OUT_DIR} )
Created attachment 905126 [details] corefreq-1.96.3-r1.ebuild