X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-kernel%2Faim-cdev%2Faim-cdev.bb;h=66a294b93dab731ea0a4bbf755d39a63d0dfc398;hb=802a2425be0d4b16bc72528ae8c2dedb0f788e66;hp=b51fe2362671a32a8cdd498ab4631cfb4376257d;hpb=1ea0cef6934ccadc36395b60d8b8d58d69016e28;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-kernel/aim-cdev/aim-cdev.bb b/recipes-kernel/aim-cdev/aim-cdev.bb index b51fe2362..66a294b93 100644 --- a/recipes-kernel/aim-cdev/aim-cdev.bb +++ b/recipes-kernel/aim-cdev/aim-cdev.bb @@ -16,3 +16,14 @@ SRCREV = "ad245bdd60434dd46d6461f585d49db1b3b0d75b" # The inherit of module.bbclass will automatically name module packages with # "kernel-module-" prefix as required by the oe-core build environment. + +do_install_append () { + # modprobe automatically at boot + if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then + install -d ${D}${sysconfdir}/modules-load.d + echo "aim_cdev" > ${D}${sysconfdir}/modules-load.d/aim_cdev.conf + fi +} + +# These sources are currently for the porter kernel only +COMPATIBLE_MACHINE = "porter"