Wind River Support Network

HomeDefectsLIN6-1821
Fixed

LIN6-1821 : typo in meta/files/device_table-minimal.txt

Created: Sep 25, 2013    Updated: Apr 11, 2018
Resolved Date: Oct 9, 2014
Found In Version: 6.0
Fix Version: 6.0
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: Userspace

Description

 [xxxx@xxxxxx files]$ git show c5ef0294a9b8d178896a47c9f5d6e3dd6797e343 | grep hda
-/dev/hda    b    660    0    6    3    0    -    -    -
-/dev/hda    b    660    0    6    3    1    1    1    19
+/dev/hda    b    660    root    root    3    0    -    -    -
+/dev/hda    b    660    root    root    3    1    1    1    19

Should be "root disk"


commit c5ef0294a9b8d178896a47c9f5d6e3dd6797e343
Author: Chen Qi <Qi.Chen@windriver.com>
Date:   Tue Aug 13 14:11:51 2013 +0800

    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.

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/hda    b    660    root    root    3    0    -    -    -
+/dev/hda    b    660    root    root    3    1    1    1    19

Steps to Reproduce

 1. cd layers/oe-core/meta/files/device_table-minimal.txt
2. git show c5ef0294a9b8d178896a47c9f5d6e3dd6797e343 | grep hda
Live chat
Online