aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-10-29 22:27:35 +0200
committerEric Bénard <eric@eukrea.com>2010-10-30 02:30:57 +0200
commitcd7c9542bad478df9df733a6639ab3b6ef41ef72 (patch)
treefd431ee36b63cf02fe76cde1ffcab031b780fcc7 /recipes
parentab9224ff763dc5db437efabfd486b988ce4db848 (diff)
downloadopenembedded-cd7c9542bad478df9df733a6639ab3b6ef41ef72.tar.gz
busybox's mdev: add script to populate /dev/bus/usb
this patch allows libusb to work on kernel configured without CONFIG_USB_DEVICEFS Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/busybox/busybox_1.1x.inc2
-rw-r--r--recipes/busybox/files/mdev.conf2
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes/busybox/busybox_1.1x.inc b/recipes/busybox/busybox_1.1x.inc
index df536f6098..079c784f60 100644
--- a/recipes/busybox/busybox_1.1x.inc
+++ b/recipes/busybox/busybox_1.1x.inc
@@ -23,6 +23,7 @@ SRC_URI = "\
file://defconfig \
file://mdev \
file://mdev.conf \
+ file://usb.sh \
"
EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}"
@@ -38,6 +39,7 @@ do_install_append() {
install -d ${D}${sysconfdir}/init.d/
install -d ${D}${sysconfdir}/mdev
install -m 0755 ${WORKDIR}/find-touchscreen.sh ${D}${sysconfdir}/mdev/
+ install -m 0755 ${WORKDIR}/usb.sh ${D}${sysconfdir}/mdev/
install -m 0755 ${WORKDIR}/mdev ${D}${sysconfdir}/init.d/
if grep "CONFIG_UDHCPD=y" ${WORKDIR}/defconfig; then
diff --git a/recipes/busybox/files/mdev.conf b/recipes/busybox/files/mdev.conf
index 8f57b0a84d..0e1d6bc5e0 100644
--- a/recipes/busybox/files/mdev.conf
+++ b/recipes/busybox/files/mdev.conf
@@ -20,7 +20,7 @@ sda 0:6 0640
tty 0:5 0666
tty.* 0:0 0620
urandom 0:0 0666
-usbdev.* 0:0 0660
+usbdev.* 0:0 0660 */etc/mdev/usb.sh
vcs.* 0:5 0660
zero 0:0 0666