aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux-hotplug
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux-hotplug')
-rw-r--r--packages/linux-hotplug/files/soc.agent0
-rw-r--r--packages/linux-hotplug/linux-hotplug_20040920.bb6
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/linux-hotplug/files/soc.agent b/packages/linux-hotplug/files/soc.agent
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/linux-hotplug/files/soc.agent
diff --git a/packages/linux-hotplug/linux-hotplug_20040920.bb b/packages/linux-hotplug/linux-hotplug_20040920.bb
index 75846a04de..dca0ba0c1f 100644
--- a/packages/linux-hotplug/linux-hotplug_20040920.bb
+++ b/packages/linux-hotplug/linux-hotplug_20040920.bb
@@ -7,7 +7,7 @@ RPROVIDES = "hotplug"
RCONFLICTS = "hotplug"
RREPLACES = "hotplug"
SECTION = "base"
-PR = "r1"
+PR = "r2"
RSUGGESTS = "pciutils usbutils"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \
@@ -24,7 +24,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_2
file://sysconfig-hotplug \
file://sysconfig-usb \
file://isapnp-exit.diff;patch=1 \
- file://usb-storage"
+ file://usb-storage \
+ file://soc.agent"
S = "${WORKDIR}/hotplug-2004_09_20"
@@ -60,6 +61,7 @@ do_install () {
install -m 0755 ${WORKDIR}/sleeve.rc ${D}${sysconfdir}/hotplug/
install -m 0755 ${WORKDIR}/mmc.agent ${D}${sysconfdir}/hotplug/
install -m 0755 ${WORKDIR}/usbd.agent ${D}${sysconfdir}/hotplug/
+ install -m 0755 ${WORKDIR}/soc.agent ${D}${sysconfdir}/hotplug/
#install -m 0755 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd
install -d ${D}${sysconfdir}/sysconfig
install -m 0644 ${WORKDIR}/sysconfig-hotplug ${D}${sysconfdir}/sysconfig/hotplug