diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2014-01-30 13:18:44 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-01-30 13:39:11 +0200 |
commit | 1fa91d356dc0108902f9dde52d25f124bfe40e3c (patch) | |
tree | 85f747569643d83abfd47491f60fe639b8ca2efc | |
parent | 653b6af852fad5b715a11a71a5404505268a6598 (diff) | |
download | meta-boot2qt-1fa91d356dc0108902f9dde52d25f124bfe40e3c.tar.gz |
udev: disable udev-cache on beaglebone
With udev-cache enabled, usb kernel modules were not loaded.
Change-Id: I11e5bec4a5b7aa1be30ecb016911a86ab1431dbb
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
-rw-r--r-- | recipes/udev/udev/0001-support-multitouch-screens.patch (renamed from recipes/udev/0001-support-multitouch-screens.patch) | 0 | ||||
-rw-r--r-- | recipes/udev/udev/beaglebone/udev-cache.default | 4 | ||||
-rw-r--r-- | recipes/udev/udev_182.bbappend | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/recipes/udev/0001-support-multitouch-screens.patch b/recipes/udev/udev/0001-support-multitouch-screens.patch index aacb8e0..aacb8e0 100644 --- a/recipes/udev/0001-support-multitouch-screens.patch +++ b/recipes/udev/udev/0001-support-multitouch-screens.patch | |||
diff --git a/recipes/udev/udev/beaglebone/udev-cache.default b/recipes/udev/udev/beaglebone/udev-cache.default new file mode 100644 index 0000000..d0050b8 --- /dev/null +++ b/recipes/udev/udev/beaglebone/udev-cache.default | |||
@@ -0,0 +1,4 @@ | |||
1 | # Default for /etc/init.d/udev | ||
2 | |||
3 | # Comment this out to disable device cache | ||
4 | #DEVCACHE="/etc/dev.tar" | ||
diff --git a/recipes/udev/udev_182.bbappend b/recipes/udev/udev_182.bbappend index 761d792..970f8fb 100644 --- a/recipes/udev/udev_182.bbappend +++ b/recipes/udev/udev_182.bbappend | |||
@@ -20,7 +20,7 @@ | |||
20 | ## | 20 | ## |
21 | ############################################################################# | 21 | ############################################################################# |
22 | 22 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}:" | 23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | 24 | ||
25 | SRC_URI += "file://0001-support-multitouch-screens.patch" | 25 | SRC_URI += "file://0001-support-multitouch-screens.patch" |
26 | 26 | ||