1 DESCRIPTION = "Build DIM2 adapter driver for MOST"
3 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
10 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https"
12 S = "${WORKDIR}/git/driver/${PN}"
15 # The inherit of module.bbclass will automatically name module packages with
16 # "kernel-module-" prefix as required by the oe-core build environment.
18 do_install_append () {
19 # modprobe automatically at boot
20 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
21 install -d ${D}${sysconfdir}/modules-load.d
22 echo "hdm_dim2" > ${D}${sysconfdir}/modules-load.d/hdm_dim2.conf