diff options
author | John Klug <john.klug@multitech.com> | 2019-04-24 17:50:27 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-04-24 17:50:27 -0500 |
commit | cdb2ffb0f5d1de232037270b03e975fce9a7aec3 (patch) | |
tree | 313e81b471baad2ea3d2ea672ac8a6f0188b52b3 | |
parent | 430c93cf83fa1decad2e3ee796122fc433db2c06 (diff) | |
download | meta-multitech-cdb2ffb0f5d1de232037270b03e975fce9a7aec3.tar.gz meta-multitech-cdb2ffb0f5d1de232037270b03e975fce9a7aec3.tar.bz2 meta-multitech-cdb2ffb0f5d1de232037270b03e975fce9a7aec3.zip |
Autoload i2c-dev for LoRa users
-rw-r--r-- | recipes-bsp/multitech/mts-io_4.1.0.bb (renamed from recipes-bsp/multitech/mts-io_4.0.0.bb) | 0 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-io_4.0.0.bb b/recipes-bsp/multitech/mts-io_4.1.0.bb index 92937cd..92937cd 100644 --- a/recipes-bsp/multitech/mts-io_4.0.0.bb +++ b/recipes-bsp/multitech/mts-io_4.1.0.bb diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb index 5a1da8d..cd9b511 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -18,7 +18,7 @@ RDEPENDS_kernel-base="" FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000" -PR = "r6" +PR = "r7" KERNEL_VERSION = "${PV}" EXTRAVERSION = "" @@ -67,6 +67,8 @@ SRC_URI_append_mtr = "\ file://fix-atmel-mci-reg-overloading.patch \ file://wl12xx_enable_disable.patch \ " +KERNEL_MODULE_AUTOLOAD_mtcap_append += "i2c-dev" +KERNEL_MODULE_AUTOLOAD_mtcdt_append += "i2c-dev" DTB_APPEND_mtcdt = "mtcdt" DTB_APPEND_mtrv1 = "mtrv1" |