[oe-commits] Chia-I Wu : fastboot: udev-static-devices: New package to provide static dev nodes.

GIT User account git at amethyst.openembedded.net
Wed Dec 17 12:56:43 UTC 2008


Module: openembedded.git
Branch: john_lee/openmoko-merges
Commit: 64b844ec5cc0c1a6acb1a97d1ea745f15eadb38d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=64b844ec5cc0c1a6acb1a97d1ea745f15eadb38d

Author: Chia-I Wu <olv at openmoko.com>
Date:   Tue Nov 18 16:37:42 2008 +0800

fastboot: udev-static-devices: New package to provide static dev nodes.

---

 packages/udev/udev-static-devices.bb               |   15 +++++++++++++++
 .../om-gta01/udev_static_devices_tarball           |  Bin 0 -> 2181 bytes
 .../om-gta02/udev_static_devices_tarball           |  Bin 0 -> 2463 bytes
 3 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/packages/udev/udev-static-devices.bb b/packages/udev/udev-static-devices.bb
new file mode 100644
index 0000000..83814c2
--- /dev/null
+++ b/packages/udev/udev-static-devices.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Provide per-machine static nodes of /dev"
+RDEPENDS = "udev"
+
+PR = "r0"
+
+SRC_URI = "file://udev_static_devices_tarball"
+
+FILES_${PN} += "${base_libdir}/udev/*"
+
+do_install () {
+	install -d ${D}${base_libdir}/udev/devices
+	if [ -s ${WORKDIR}/udev_static_devices_tarball ]; then
+		install -m 0644 ${WORKDIR}/udev_static_devices_tarball ${D}${base_libdir}/udev/devices.tar.gz
+	fi
+}
diff --git a/packages/udev/udev-static-devices/om-gta01/udev_static_devices_tarball b/packages/udev/udev-static-devices/om-gta01/udev_static_devices_tarball
new file mode 100644
index 0000000..97f397a
Binary files /dev/null and b/packages/udev/udev-static-devices/om-gta01/udev_static_devices_tarball differ
diff --git a/packages/udev/udev-static-devices/om-gta02/udev_static_devices_tarball b/packages/udev/udev-static-devices/om-gta02/udev_static_devices_tarball
new file mode 100644
index 0000000..24e1a52
Binary files /dev/null and b/packages/udev/udev-static-devices/om-gta02/udev_static_devices_tarball differ
diff --git a/packages/udev/udev-static-devices/udev_static_devices_tarball b/packages/udev/udev-static-devices/udev_static_devices_tarball
new file mode 100644
index 0000000..e69de29





More information about the Openembedded-commits mailing list