diff options
author | John Klug <john.klug@multitech.com> | 2020-09-23 17:50:46 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-06-23 05:41:49 -0500 |
commit | 13d1e902ace100c20cc5dab14915e8e74c4f4aac (patch) | |
tree | 752e81589472d236279fe50b7805c1633d0f7b56 /recipes-kernel/linux/linux-at91_4.9.87.bb | |
parent | 403698bff59eeb3de3408ce4810ee96b00c72035 (diff) | |
download | meta-multitech-atmel-13d1e902ace100c20cc5dab14915e8e74c4f4aac.tar.gz meta-multitech-atmel-13d1e902ace100c20cc5dab14915e8e74c4f4aac.tar.bz2 meta-multitech-atmel-13d1e902ace100c20cc5dab14915e8e74c4f4aac.zip |
Correct issues with the kernel device tree patch, and the version of at91bootstrap
Diffstat (limited to 'recipes-kernel/linux/linux-at91_4.9.87.bb')
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb index 26a5d21..62fb94b 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -164,4 +164,4 @@ do_install_append() { } FILES_kernel-dt-bindings-dev = "/usr/include/linux/dt-bindings" -FILES_kernel-module-i2c-at91 += "${sysconfdir}/modprobe.d"
\ No newline at end of file +FILES_kernel-module-i2c-at91 += "${sysconfdir}/modprobe.d/i2c-at91.conf" |