[oe-commits] Martin Jansa : initscripts-shr: workaround missing ttySAC* nodes with devtmpfs

git version control git at git.openembedded.org
Sat Jun 26 11:30:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 38ee732803984de88a449b8ba8296a5deda62771
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=38ee732803984de88a449b8ba8296a5deda62771

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jun 26 12:20:55 2010 +0200

initscripts-shr: workaround missing ttySAC* nodes with devtmpfs

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/shr/initscripts-shr/mountdevsubfs.sh |    3 +++
 recipes/shr/initscripts-shr_0.0.1.bb         |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/shr/initscripts-shr/mountdevsubfs.sh b/recipes/shr/initscripts-shr/mountdevsubfs.sh
index 4308dab..2a0a7a6 100644
--- a/recipes/shr/initscripts-shr/mountdevsubfs.sh
+++ b/recipes/shr/initscripts-shr/mountdevsubfs.sh
@@ -3,6 +3,9 @@
 . /etc/default/devpts
 
 test -c /dev/ptmx || mknod -m 666 /dev/ptmx c 5 2
+test -c /dev/ttySAC0 || mknod /dev/ttySAC0 c 204 64
+test -c /dev/ttySAC1 || mknod /dev/ttySAC1 c 204 65
+test -c /dev/ttySAC2 || mknod /dev/ttySAC2 c 204 66
 
 if [ ! -d /dev/pts ]; then
         mkdir /dev/pts
diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb
index 5b91bc9..07f380a 100644
--- a/recipes/shr/initscripts-shr_0.0.1.bb
+++ b/recipes/shr/initscripts-shr_0.0.1.bb
@@ -5,7 +5,7 @@ DEPENDS = ""
 RDEPENDS_${PN} = "procps"
 LICENSE = "GPL"
 PV = "0.0.1"
-PR = "r16"
+PR = "r17"
 
 RCONFLICTS_${PN} = "initscripts"
 





More information about the Openembedded-commits mailing list