[oe-commits] Sebastian Spaeth : initscripts-shr: remove runtime glamo tweak. Has been pushed into andy-tracking kernel sources now.

git version control git at git.openembedded.org
Thu Nov 26 09:22:28 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 4ae61a9144eb691a7cb2b66ad95ec8d5d5bb4527
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4ae61a9144eb691a7cb2b66ad95ec8d5d5bb4527

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Thu Nov 26 09:57:15 2009 +0100

initscripts-shr: remove runtime glamo tweak. Has been pushed into andy-tracking kernel sources now.

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/shr/initscripts-shr/70glamoFIFOtweak |    4 ----
 recipes/shr/initscripts-shr_0.0.1.bb         |    6 +-----
 2 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/recipes/shr/initscripts-shr/70glamoFIFOtweak b/recipes/shr/initscripts-shr/70glamoFIFOtweak
deleted file mode 100644
index fc8da9e..0000000
--- a/recipes/shr/initscripts-shr/70glamoFIFOtweak
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# Enable FIFO stage for the LCD engine's memory access
-# see http://git.bitwiz.org.uk/?p=kernel.git;a=commit;h=01e4e0c2a1c39d7e4556f8996f21dfaf73b2869c
-echo  "4366 16384" > /sys/class/i2c-adapter/i2c-0/0-0073/pcf50633-regltr.9/glamo3362.0/regs
\ No newline at end of file
diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb
index 683268c..f1be1c2 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 = ""
 LICENSE = "GPL"
 PV = "0.0.1"
-PR = "r12"
+PR = "r13"
 
 RPROVIDES_${PN} = "initscripts"
 RCONFLICTS_${PN} = "initscripts"
@@ -32,7 +32,6 @@ SRC_URI = "file://alignment.sh \
 	   file://sendsigs \
 	   file://umountfs \
 	   file://umountnfs.sh \
-	   file://70glamoFIFOtweak \
 	   "
 
 inherit base
@@ -106,7 +105,4 @@ do_install () {
 	ln -sf		../init.d/umountfs		${D}${sysconfdir}/rc6.d/S40umountfs
 	ln -sf		../init.d/reboot		${D}${sysconfdir}/rc6.d/S90reboot
 
-	# install the Glamo FIFO tweak in an xsession.d file
-	install -d ${D}${sysconfdir}/X11/Xsession.d
-	install -m 0755	${WORKDIR}/70glamoFIFOtweak	${D}${sysconfdir}/X11/Xsession.d
 }





More information about the Openembedded-commits mailing list