Skip to content
Snippets Groups Projects
Commit bac0828f authored by Norman Stetter's avatar Norman Stetter
Browse files

Fix rtc-pcf8563 module dependency

* The recipe for rtc-pcf8563-guf module needs to have RRPROVIDES set, so
it is known to the buildsystem with the 'kernel-module' prefix
parent 516e6377
No related branches found
No related tags found
1 merge request!22Fix rtc-pcf8563 module dependency
Pipeline #16733 passed with stages
in 4 minutes and 29 seconds
......@@ -21,6 +21,7 @@ do_configure_prepend () {
# The inherit of module.bbclass will automatically name module packages with
# "kernel-module-" prefix as required by the oe-core build environment.
RPROVIDES_${PN} += "kernel-module-${PN}"
RRECOMMENDS_${PN} = "kernel-module-${PN}"
KERNEL_MODULE_AUTOLOAD += "${PN}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment