summaryrefslogtreecommitdiffstats
path: root/meta/files
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-08-13 14:11:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:14:34 +0100
commit771f794eed69a4e594fa2c9a4fc167f7bde623e3 (patch)
tree2672123af862ac695fbfe350f3476a4f589f071c /meta/files
parent033baea93df8f0d1fcd541b44ec58bb3710e2d57 (diff)
downloadast2050-yocto-poky-771f794eed69a4e594fa2c9a4fc167f7bde623e3.zip
ast2050-yocto-poky-771f794eed69a4e594fa2c9a4fc167f7bde623e3.tar.gz
device_table-minimal.txt: use user/group names instead of uid/gid
Instead of hard coding the uid/gid, we prefer the way of using user/group names. Note the way of using uid/gid is still supported. [YOCTO #1159] (From OE-Core rev: c5ef0294a9b8d178896a47c9f5d6e3dd6797e343) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
-rw-r--r--meta/files/device_table-minimal.txt42
1 files changed, 21 insertions, 21 deletions
diff --git a/meta/files/device_table-minimal.txt b/meta/files/device_table-minimal.txt
index 02ed534..6ac741a 100644
--- a/meta/files/device_table-minimal.txt
+++ b/meta/files/device_table-minimal.txt
@@ -8,24 +8,24 @@
# b Block special device file
# p Fifo (named pipe)
-/dev d 755 0 0 - - - - -
-/dev/initctl p 600 0 0 - - - - -
-/dev/apm_bios c 660 0 46 10 134 - - -
-/dev/fb0 c 600 0 0 29 0 - - -
-/dev/hda b 660 0 6 3 0 - - -
-/dev/hda b 660 0 6 3 1 1 1 19
-/dev/kmem c 640 0 15 1 2 - - -
-/dev/kmsg c 600 0 0 1 11 - - -
-/dev/mem c 640 0 15 1 1 - - -
-/dev/null c 666 0 0 1 3 - - -
-/dev/ram b 640 0 0 1 0 0 1 4
-/dev/tty c 662 0 5 5 0 - - -
-/dev/tty c 666 0 5 4 0 0 1 9
-/dev/ttyS c 640 0 5 4 64 0 1 1
-/dev/ttySA c 640 0 5 204 5 0 1 1
-/dev/zero c 644 0 0 1 5 - - -
-/dev/mtd c 660 0 6 90 0 0 2 8
-/dev/mtdblock b 640 0 0 31 0 0 1 8
-/dev/console c 662 0 5 5 1 - - -
-/dev/random c 644 0 0 1 8 - - -
-/dev/urandom c 644 0 0 1 9 - - -
+/dev d 755 root root - - - - -
+/dev/initctl p 600 root root - - - - -
+/dev/apm_bios c 660 root plugdev 10 134 - - -
+/dev/fb0 c 600 root root 29 0 - - -
+/dev/hda b 660 root root 3 0 - - -
+/dev/hda b 660 root root 3 1 1 1 19
+/dev/kmem c 640 root kmem 1 2 - - -
+/dev/kmsg c 600 root root 1 11 - - -
+/dev/mem c 640 root kmem 1 1 - - -
+/dev/null c 666 root root 1 3 - - -
+/dev/ram b 640 root root 1 0 0 1 4
+/dev/tty c 662 root tty 5 0 - - -
+/dev/tty c 666 root tty 4 0 0 1 9
+/dev/ttyS c 640 root tty 4 64 0 1 1
+/dev/ttySA c 640 root tty 204 5 0 1 1
+/dev/zero c 644 root root 1 5 - - -
+/dev/mtd c 660 root disk 90 0 0 2 8
+/dev/mtdblock b 640 root root 31 0 0 1 8
+/dev/console c 662 root tty 5 1 - - -
+/dev/random c 644 root root 1 8 - - -
+/dev/urandom c 644 root root 1 9 - - -
OpenPOWER on IntegriCloud