diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-11-30 17:29:44 +0200 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-11-30 17:29:44 +0200 |
commit | 2071cfc761d785ee4900ab99893fbc31a1e01d5a (patch) | |
tree | b6837555b540d66652bafd72fc504d9b63c74aad | |
parent | 2079a858d75e65eaaf5b6a17af1e9124205594da (diff) | |
download | meta-multitech-2071cfc761d785ee4900ab99893fbc31a1e01d5a.tar.gz meta-multitech-2071cfc761d785ee4900ab99893fbc31a1e01d5a.tar.bz2 meta-multitech-2071cfc761d785ee4900ab99893fbc31a1e01d5a.zip |
MTAC-GPIO: Rename mt_ac_gpiob.ko -> mtac_gpiob.ko
-rw-r--r-- | recipes-bsp/multitech/mtac-gpiob_1.3.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mtac-gpiob_1.3.0.bb b/recipes-bsp/multitech/mtac-gpiob_1.3.0.bb index 2f2cb0e..17a4962 100644 --- a/recipes-bsp/multitech/mtac-gpiob_1.3.0.bb +++ b/recipes-bsp/multitech/mtac-gpiob_1.3.0.bb @@ -46,12 +46,12 @@ do_compile () { PACKAGES = "kernel-module-${PN}" -FILES_kernel-module-${PN} = "${base_libdir}/modules/${KERNEL_VERSION}/extra/mt_ac_gpiob.ko" +FILES_kernel-module-${PN} = "${base_libdir}/modules/${KERNEL_VERSION}/extra/mtac_gpiob.ko" PARALLEL_MAKE = "" fakeroot do_install () { install -m 0755 -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/extra # use cp instead of install so the driver doesn't get stripped - cp ${S}/mtac_gpiob.ko ${D}${base_libdir}/modules/${KERNEL_VERSION}/extra/mt_ac_gpiob.ko + cp ${S}/mtac_gpiob.ko ${D}${base_libdir}/modules/${KERNEL_VERSION}/extra } |