**** BEGIN LOGGING AT Tue Dec 17 03:00:00 2013 Dec 17 09:40:32 gm bluelightning Dec 17 09:41:52 yesterday I could build and boot opie for collie :) Dec 17 09:43:11 3 remarks: Dec 17 09:44:24 1-opie-freetype need a patch (headers "freetype/x" -> "freetype2/x") Dec 17 09:45:05 2-loops in initial ts-calibration...how to exit... Dec 17 09:45:21 3-size is >16mb..I can adjust the kernel Dec 17 09:46:40 plus, not OPIE-specific, the module autoloading stuff to verify Dec 17 10:08:25 the TS calibration loop is the unsolved broken TS code... I still don't have a solution for that Dec 17 10:09:21 morning btw Dec 17 10:10:27 th ets appears to work and iirc on poodle I could save settings and go further Dec 17 10:10:54 and I've seen we have formfactor and pointercal installed as well Dec 17 10:11:01 even on machines where Opie TS calibration is broken, tslib's ts-calibrate works Dec 17 10:11:22 right, well we probably will need formfactor at least Dec 17 10:11:35 ok then, the initial values for collie appears ok. how to skip calibration for now? Dec 17 10:13:29 hmm, there's probably a setting you could write to the config file, I'd have to look at the code to figure out what it is though Dec 17 10:14:17 I'll test on another device to see how it behaves Dec 17 10:14:23 so we should merge the klibc patch from Koen? I was wondering if there was going to be an upgrade instead... Dec 17 10:14:36 his patch + mine Dec 17 10:14:47 mine is built on the top of his Dec 17 10:15:22 tbh I've only built for armv4 Dec 17 10:15:33 ok Dec 17 10:15:49 I don't expect breakages ;) Dec 17 10:16:04 patch still applying Dec 17 10:16:31 btw seems we lost lumag for some day Dec 17 10:17:13 pls merge meta-hh as well: collie mtd is 'rock-stable' even if running a bit slowed-down Dec 17 10:19:15 ---- Dec 17 10:19:17 I don't know if ther is a runtime switch, but you can recompile the qpe Dec 17 10:19:17 process to remove the auto calibrate call. Patch Dec 17 10:19:17 ${OPIEDIR}/core/launcher/main.cpp as shown below. Basically, just comment out Dec 17 10:19:17 the call to firstUse() on line 177. Dec 17 10:19:17 $ diff main.cpp main.cpp.orig Dec 17 10:19:17 177,181c177,180 Dec 17 10:19:19 < // This disables the initial calibration screen. Dec 17 10:19:21 < // if ( firstUse() ) { Dec 17 10:19:23 < // a.restart(); Dec 17 10:19:25 < // return 0; Dec 17 10:19:27 < // } Dec 17 10:19:30 ---- Dec 17 10:19:58 2004-09-23 14:15 hope still applies Dec 17 10:34:04 bluelightning: just to be clear, don't merge the 2nd patch of koen Dec 17 10:34:13 ant_work: right, understood Dec 17 10:34:24 k Dec 17 16:44:56 libopie2_git.bb Dec 17 16:45:02 # FIXME remove this! Dec 17 16:45:02 SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch" Dec 17 16:45:05 yep Dec 17 16:45:27 Patch poodle-2.6-hotkeys.patch does not apply Dec 17 16:49:36 ant_home: I haven't looked at the patch, but it's probably garbage... Dec 17 16:49:51 we shouldn't need device-specific patches like this Dec 17 16:50:00 it changes F9 - Ctrl Dec 17 16:50:13 ..code is full of device-specific stuff... Dec 17 16:51:08 I'm building because I'm curious to check opie ts cal on poodle Dec 17 16:52:30 right, but what I mean is we should just fix the code upstream rather than applying a patch on the OE side Dec 17 16:54:36 I'd suggest just commenting that out for now, I guess you probably already have Dec 17 17:10:50 first impression is the Contacts key has gone in _git version Dec 17 17:11:30 F9 Calendar is remapped on Control on ppodle? Dec 17 17:11:42 F10 Contacts was remapped as Key_Alt Dec 17 17:14:17 build is going on... Dec 17 18:22:06 fwiw opie-calibration is ok on poodle Dec 17 23:27:45 bluelightning: poodle survives to opie calibration Dec 17 23:28:01 I see one diff Dec 17 23:28:04 etc/profile.d/opie_defaults Dec 17 23:28:11 case "$MACHINE" in Dec 17 23:28:11 *Poodle) test "$KVER" = "2.6" && export QWS_CURSOR_ROTATION=90;; Dec 17 23:28:11 esac Dec 17 23:29:18 (for formfactor, both have /etc/rotation -> 270 Dec 17 23:31:01 lumag_: btw, I've logged this Dec 17 23:31:03 Terminal ready Dec 17 23:31:03 sd 0:0:0:0: [sda] Stopping disk Dec 17 23:31:03 PM: suspend of devices complete after 824.741 msecs Dec 17 23:31:03 PM: late suspend of devices complete after 2.925 msecs Dec 17 23:31:03 PM: noirq suspend of devices complete after 2.696 msecs Dec 17 23:31:03 PM: noirq resume of devices complete after 729.597 msecs Dec 17 23:31:05 mcp: write timed out Dec 17 23:31:07 PM: early resume of devices complete after 2.354 msecs Dec 17 23:31:09 ata1.00: configured for PIO0 Dec 17 23:31:11 sd 0:0:0:0: [sda] Starting disk Dec 17 23:31:13 PM: resume of devices complete after 311.312 msecs Dec 17 23:31:15 Restarting tasks ... done. Dec 17 23:31:21 (on collie) Dec 17 23:31:52 mcp: write timed out Dec 17 23:31:54 ^ Dec 17 23:52:07 bluelightning: fwiw that CASE does never match Dec 17 23:52:25 root@collie:/etc# echo $MACHINE Dec 17 23:52:25 Sharp-Collie Dec 17 23:52:25 root@collie:/etc# echo $KVER Dec 17 23:52:25 root@collie:/etc# uname -r | sed -n "s/\([0-9]\)\.\([0-9]\)\..*/\1.\2/p" Dec 17 23:52:25 root@collie:/etc# uname -r Dec 17 23:52:25 3.10.19-yocto-standard Dec 17 23:52:27 root@collie:/etc# **** ENDING LOGGING AT Wed Dec 18 02:59:59 2013