diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-04-02 16:46:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-25 17:19:20 +0100 |
commit | 62238e1335e16347e9419184b8e30f508ada6e11 (patch) | |
tree | d682e8c672c5e491f3d1429935402634a5223ac8 /meta/files | |
parent | 3adc47fcab9240f29ef306db4a83dcc2b7d3c46b (diff) | |
download | poky-62238e1335e16347e9419184b8e30f508ada6e11.tar.gz |
files/device_table-minimal.txt: cleanup
This device list is only used if USE_DEVFS is set to '0' (which is NOT the default since 2013-12-14,
see commit f54fdd6673a136ee1cee1f3263a8a7820de43ca3) and if IMAGE_DEVICE_TABLE and IMAGE_DEVICE_TABLES are not set.
This is, of course a very subjective list but minimal with 62 (special) files.
However, you should be able to boot correctly a lot of embedded linux around.
Changes:
- add sda, sdb, sda[1234], sdb[1234]
- add mmcblk0, mmcblk0p[1234]
- add rtc0, rtc1
- restrict maximum hdaX from 19 to 4 (pata is old)
- add ttyS1
- remove initctl, apm_bios, tty8, ttySA
- sorted entries
(From OE-Core rev: 72c011d272d0ffbd349858f16127058c74276866)
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.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.txt | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/meta/files/device_table-minimal.txt b/meta/files/device_table-minimal.txt index 56c74bb71e..e4891ccb43 100644 --- a/meta/files/device_table-minimal.txt +++ b/meta/files/device_table-minimal.txt | |||
@@ -9,23 +9,27 @@ | |||
9 | # p Fifo (named pipe) | 9 | # p Fifo (named pipe) |
10 | 10 | ||
11 | /dev d 755 root root - - - - - | 11 | /dev d 755 root root - - - - - |
12 | /dev/initctl p 600 root root - - - - - | 12 | /dev/console c 662 root tty 5 1 - - - |
13 | /dev/apm_bios c 660 root plugdev 10 134 - - - | ||
14 | /dev/fb0 c 600 root root 29 0 - - - | 13 | /dev/fb0 c 600 root root 29 0 - - - |
15 | /dev/hda b 660 root disk 3 0 - - - | 14 | /dev/hda b 660 root disk 3 0 - - - |
16 | /dev/hda b 660 root disk 3 1 1 1 19 | 15 | /dev/hda b 660 root disk 3 1 1 1 4 |
17 | /dev/kmem c 640 root kmem 1 2 - - - | 16 | /dev/kmem c 640 root kmem 1 2 - - - |
18 | /dev/kmsg c 600 root root 1 11 - - - | 17 | /dev/kmsg c 600 root root 1 11 - - - |
19 | /dev/mem c 640 root kmem 1 1 - - - | 18 | /dev/mem c 640 root kmem 1 1 - - - |
20 | /dev/null c 666 root root 1 3 - - - | 19 | /dev/mmcblk0 b 660 root disk 179 0 - - - |
21 | /dev/ram b 640 root root 1 0 0 1 4 | 20 | /dev/mmcblk0p b 660 root disk 179 1 1 1 4 |
22 | /dev/tty c 662 root tty 5 0 - - - | ||
23 | /dev/tty c 666 root tty 4 0 0 1 9 | ||
24 | /dev/ttyS c 640 root tty 4 64 0 1 1 | ||
25 | /dev/ttySA c 640 root tty 204 5 0 1 1 | ||
26 | /dev/zero c 644 root root 1 5 - - - | ||
27 | /dev/mtd c 660 root disk 90 0 0 2 8 | 21 | /dev/mtd c 660 root disk 90 0 0 2 8 |
28 | /dev/mtdblock b 640 root root 31 0 0 1 8 | 22 | /dev/mtdblock b 640 root root 31 0 0 1 8 |
29 | /dev/console c 662 root tty 5 1 - - - | 23 | /dev/null c 666 root root 1 3 - - - |
24 | /dev/ram b 640 root root 1 0 0 1 4 | ||
30 | /dev/random c 644 root root 1 8 - - - | 25 | /dev/random c 644 root root 1 8 - - - |
26 | /dev/rtc c 644 root root 254 0 0 1 2 | ||
27 | /dev/sda b 660 root disk 8 0 - - - | ||
28 | /dev/sda b 660 root disk 8 1 1 1 4 | ||
29 | /dev/sdb b 660 root disk 8 16 - - - | ||
30 | /dev/sdb b 660 root disk 8 17 1 1 4 | ||
31 | /dev/tty c 662 root tty 5 0 - - - | ||
32 | /dev/tty c 666 root tty 4 0 0 1 8 | ||
33 | /dev/ttyS c 640 root tty 4 64 0 1 2 | ||
31 | /dev/urandom c 644 root root 1 9 - - - | 34 | /dev/urandom c 644 root root 1 9 - - - |
35 | /dev/zero c 644 root root 1 5 - - - | ||