summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-04-24 17:50:27 -0500
committerJohn Klug <john.klug@multitech.com>2019-07-03 11:22:01 -0500
commitd9dc48d415f2c03ff48d7d6b34146ed649b28bda (patch)
tree313e81b471baad2ea3d2ea672ac8a6f0188b52b3
parent96c8ffda26975c19bac8035c80c1a5d903101432 (diff)
downloadmeta-multitech-d9dc48d415f2c03ff48d7d6b34146ed649b28bda.tar.gz
meta-multitech-d9dc48d415f2c03ff48d7d6b34146ed649b28bda.tar.bz2
meta-multitech-d9dc48d415f2c03ff48d7d6b34146ed649b28bda.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.bb4
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"