hotplug: add /etc/sysconfig/usb, and patch usb.rc to allow the sysconfig/usb to speci...
authorChris Larson <clarson@kergoth.com>
Sun, 21 Nov 2004 06:16:14 +0000 (06:16 +0000)
committerChris Larson <clarson@kergoth.com>
Sun, 21 Nov 2004 06:16:14 +0000 (06:16 +0000)
BKrev: 41a032aeRAZ2s9Osps9D6i_IHP4ZJQ

hotplug/files/sysconfig-usb [new file with mode: 0644]
hotplug/files/tosa/sysconfig-usb [new file with mode: 0644]
hotplug/hotplug-20040920/userspecified_hcd.patch [new file with mode: 0644]
hotplug/hotplug_20040920.oe

diff --git a/hotplug/files/sysconfig-usb b/hotplug/files/sysconfig-usb
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/hotplug/files/tosa/sysconfig-usb b/hotplug/files/tosa/sysconfig-usb
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/hotplug/hotplug-20040920/userspecified_hcd.patch b/hotplug/hotplug-20040920/userspecified_hcd.patch
new file mode 100644 (file)
index 0000000..e69de29
index 8f1a76d..e6e5ad9 100644 (file)
@@ -3,9 +3,10 @@ for hotplug Linux support, and lets you plug in new devices \
 and use them immediately."
 LICENSE = "GPL"
 SECTION = "base"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \
+          file://userspecified_hcd.patch;patch=1 \
            file://fix-net.agent \
            file://update-usb.usermap \
            file://logcheck-ignore \
@@ -14,7 +15,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_2
           file://mmc.agent \
           file://usbd.agent \
           file://usbd \
-          file://sysconfig-hotplug"
+          file://sysconfig-hotplug \
+          file://sysconfig-usb"
 S = "${WORKDIR}/hotplug-2004_09_20"
 
 INITSCRIPT_NAME = "hotplug"
@@ -52,4 +54,5 @@ do_install () {
        #install -m 0755 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd
        install -d ${D}${sysconfdir}/sysconfig
        install -m 0644 ${WORKDIR}/sysconfig-hotplug ${D}${sysconfdir}/sysconfig/hotplug
+       install -m 0644 ${WORKDIR}/sysconfig-usb ${D}/${sysconfdir}/sysconfig/usb
 }