gpe-bootsplash: Add changes from .oz354x
authorMatthias Hentges <oe@hentges.net>
Thu, 13 Apr 2006 18:40:40 +0000 (18:40 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 13 Apr 2006 18:40:40 +0000 (18:40 +0000)
packages/gpe-bootsplash/files/init.patch [moved from packages/gpe-bootsplash/files/speed.patch with 73% similarity]
packages/gpe-bootsplash/files/tty2-message.patch [deleted file]
packages/gpe-bootsplash/gpe-bootsplash_1.15.bb

similarity index 73%
rename from packages/gpe-bootsplash/files/speed.patch
rename to packages/gpe-bootsplash/files/init.patch
index cc670d0..8e2cf75 100644 (file)
@@ -1,19 +1,28 @@
---- gpe-bootsplash-1.15/gpe-bootsplash.init.orig       2006-02-19 14:34:22.404426869 +0100
-+++ gpe-bootsplash-1.15/gpe-bootsplash.init    2006-02-19 14:29:35.044269116 +0100
-@@ -32,14 +32,46 @@
+--- gpe-bootsplash-1.15/gpe-bootsplash.init.orig       2006-04-13 20:26:28.164825368 +0200
++++ gpe-bootsplash-1.15/gpe-bootsplash.init    2006-04-13 20:25:28.620877424 +0200
+@@ -7,6 +7,8 @@
+ mount /proc 2>/dev/null
++mount -o remount,rw /
++
+ case $1 in
+ 'start')
+       case `module_id` in
+@@ -31,8 +33,47 @@
+                       ;;
        esac
        echo "0" > /proc/sys/kernel/printk
--      # Clear tty2 
++
 +      # Clear tty2    
-       echo -e "\033c" > /dev/tty2
++      echo -e "\033c" > /dev/tty2
 +      
        chvt 2
-       
-       echo -e "\nLoading bootsplash..." > /dev/tty2
-       echo "Use Fn-LeftArrow to see the boot messages." > /dev/tty2
--      /usr/bin/gpe-bootsplash $ARGS || chvt 1
+-      /usr/bin/gpe-bootsplash $ARGS
++      
++      echo -e "\nLoading bootsplash..." > /dev/tty2
++      echo "Use Alt-LeftArrow to see the boot messages." > /dev/tty2
++
 +      # Catch when the user has changed the symlinks manually (normally it doesn't matter which link we check
 +      # as themes always update both of them
 +      echo "$ARGS" | grep -q -- "--force-landscape" && source_link="splash-l.svg" || source_link="splash-p.svg" 
diff --git a/packages/gpe-bootsplash/files/tty2-message.patch b/packages/gpe-bootsplash/files/tty2-message.patch
deleted file mode 100644 (file)
index 0c3b2d8..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- gpe-bootsplash-1.15/gpe-bootsplash.init.orig       2006-02-12 19:36:10.600838563 +0100
-+++ gpe-bootsplash-1.15/gpe-bootsplash.init    2006-02-12 19:36:13.957218949 +0100
-@@ -31,8 +31,15 @@
-                       ;;
-       esac
-       echo "0" > /proc/sys/kernel/printk
-+
-+      # Clear tty2 
-+      echo -e "\033c" > /dev/tty2
-       chvt 2
--      /usr/bin/gpe-bootsplash $ARGS
-+      
-+      echo -e "\nLoading bootsplash..." > /dev/tty2
-+      echo "Use Fn-LeftArrow to see the boot messages." > /dev/tty2
-+
-+      /usr/bin/gpe-bootsplash $ARGS || chvt 1
-       ;;
- 'stop')
- ;;
index 761a050..61dea1d 100644 (file)
@@ -5,12 +5,11 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r4"
+PR = "r5"
 
 SRC_URI += "file://splash-p.svg \
            file://splash-l.svg \
-           file://tty2-message.patch;patch=1 \
-           file://speed.patch;patch=1"
+           file://init.patch;patch=1"
 
 FILES_${PN} += "${datadir}/gpe"