summaryrefslogtreecommitdiffstats
path: root/recipes/initscripts
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2009-09-27 01:21:29 -0500
committerMike Westerhof <mwester@dls.net>2009-09-27 01:21:29 -0500
commitea0b022b71fa7a217f963fe735439c025341fea3 (patch)
treefa4d230118f4a40b9427e7124a0a7d66e802bb3f /recipes/initscripts
parentc1a204290e3ad25766adff1fbc891abee5c5a493 (diff)
downloadopenembedded-ea0b022b71fa7a217f963fe735439c025341fea3.tar.gz
SlugOS: initscripts - add in the correct device_table.txt for SlugOS,
makes turnup work once again.
Diffstat (limited to 'recipes/initscripts')
-rw-r--r--recipes/initscripts/initscripts-1.0/slugos/device_table.txt41
-rw-r--r--recipes/initscripts/initscripts-slugos_1.0.bb3
2 files changed, 42 insertions, 2 deletions
diff --git a/recipes/initscripts/initscripts-1.0/slugos/device_table.txt b/recipes/initscripts/initscripts-1.0/slugos/device_table.txt
new file mode 100644
index 0000000000..17e8064b97
--- /dev/null
+++ b/recipes/initscripts/initscripts-1.0/slugos/device_table.txt
@@ -0,0 +1,41 @@
+# Minimal boot time set of devices for SlugOS
+# The normal run time /dev is managed by udev
+#
+# <path> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
+# /dev/mem c 640 0 0 1 1 0 0 -
+# f A regular file
+# d Directory
+# c Character special device file
+# b Block special device file
+# p Fifo (named pipe)
+/dev d 755 0 0 - - - - -
+/dev/buzzer c 660 0 0 13 64 - - -
+/dev/console c 622 0 0 5 1 - - -
+/dev/kmem c 640 0 0 1 2 - - -
+/dev/mem c 640 0 0 1 1 - - -
+/dev/mtd c 664 0 0 90 0 0 2 8
+/dev/mtdblock b 644 0 0 31 0 0 1 8
+/dev/null c 666 0 0 1 3 - - -
+/dev/ptyp c 644 0 0 2 0 0 1 10
+/dev/ram b 644 0 0 1 0 0 1 4
+/dev/random c 644 0 0 1 8 - - -
+/dev/sda b 664 0 0 8 0 - - -
+/dev/sda b 664 0 0 8 1 1 1 10
+/dev/sdb b 664 0 0 8 16 - - -
+/dev/sdb b 664 0 0 8 17 1 1 5
+/dev/sdc b 664 0 0 8 32 - - -
+/dev/sdc b 664 0 0 8 33 1 1 5
+/dev/sdd b 664 0 0 8 48 - - -
+/dev/sdd b 664 0 0 8 49 1 1 5
+/dev/sde b 664 0 0 8 64 - - -
+/dev/sde b 664 0 0 8 65 1 1 5
+/dev/sdf b 664 0 0 8 80 - - -
+/dev/sdf b 664 0 0 8 81 1 1 5
+/dev/sdg b 664 0 0 8 96 - - -
+/dev/sdg b 664 0 0 8 97 1 1 5
+/dev/tty c 666 0 0 5 0 - - -
+/dev/tty c 644 0 0 4 0 0 1 10
+/dev/ttyS c 644 0 0 4 64 0 1 2
+/dev/ttyp c 644 0 0 3 0 0 1 10
+/dev/urandom c 644 0 0 1 9 - - -
+/dev/zero c 666 0 0 1 5 - - -
diff --git a/recipes/initscripts/initscripts-slugos_1.0.bb b/recipes/initscripts/initscripts-slugos_1.0.bb
index d04d038eca..6e68036774 100644
--- a/recipes/initscripts/initscripts-slugos_1.0.bb
+++ b/recipes/initscripts/initscripts-slugos_1.0.bb
@@ -16,7 +16,7 @@ RDEPENDS = ""
# All other standard definitions inherited from initscripts
# Except the PR which is hacked here. The format used is
# a suffix
-PR := "${PR}.21"
+PR := "${PR}.22"
# We wish to search the same file paths as does the initscripts recipe.
FILESPATHPKG = "initscripts-${PV}:initscripts:files"
@@ -32,7 +32,6 @@ S = "${WORKDIR}"
do_install_append() {
# devfs is not used with SlugOS - remove all traces of it.
- rm ${D}${sysconfdir}/device_table
rm ${D}${sysconfdir}/init.d/devices
rm ${D}${sysconfdir}/rcS.d/S05devices