[oe-commits] org.oe.dev opie-init: Remove hacky and stale overrides for opie init script.

pfalcon commit openembedded-commits at lists.openembedded.org
Wed Jul 4 21:32:56 UTC 2007


opie-init: Remove hacky and stale overrides for opie init script.
* This shouldn't be done this way. There shouldn't be need for doing 
device-specific (don't mix with feature-specific) configuration, and even
if, it should be done if one well-maintained script.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 217e2f1ab212f3cb2c44a3f5afc24e8844c73004
ViewMTN: http://monotone.openembedded.org/revision.psp?id=217e2f1ab212f3cb2c44a3f5afc24e8844c73004
Files:
1
packages/opie-init/opie-init/c7x0/opie
packages/opie-init/opie-init/mnci/opie
packages/opie-init/opie-init/opie
Diffs:

#
# mt diff -r0d54b03e9bb60022df1cbba1520a692e35de2b53 -r217e2f1ab212f3cb2c44a3f5afc24e8844c73004
#
# 
# 
# delete "packages/opie-init/opie-init/c7x0/opie"
# 
# delete "packages/opie-init/opie-init/mnci/opie"
# 
# patch "packages/opie-init/opie-init/opie"
#  from [73b9b430d7e84543dc155768280a0637d7dd4175]
#    to [93b7f76dcb458b0a64b1675729ab077b8f12daf6]
# 
============================================================
--- packages/opie-init/opie-init/opie	73b9b430d7e84543dc155768280a0637d7dd4175
+++ packages/opie-init/opie-init/opie	93b7f76dcb458b0a64b1675729ab077b8f12daf6
@@ -8,6 +8,12 @@ export PATH=$PATH:$OPIEDIR/bin
 export QPEDIR="$QTDIR"
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib
 export PATH=$PATH:$OPIEDIR/bin
+# Following is from c7x0 override, check for validity, etc.
+## we need to tinker directly with qws_display until the ODevice 
+## default (which is now W100:Rot0:0) works flawlessly with rotation 
+## and survives a suspend/resume cycle 
+#export QWS_DISPLAY=Transformed:Rot0:0
+## export QWS_DISPLAY=W100:Rot0:0 
 
 if [ -z `which qpe` ] ; then 
     echo Opie not installed






More information about the Openembedded-commits mailing list