**** BEGIN LOGGING AT Wed Sep 13 03:00:01 2017 Sep 13 21:09:47 bluelightning, hi Sep 13 21:12:03 hi ant_home Sep 13 21:12:07 how are you? Sep 13 21:12:24 back fromshort holidays Sep 13 21:12:36 are you also back in NZ? Sep 13 21:18:56 say, seems start_getty: Over added SERIAL_CONSOLE cause error in userspace log broke serial console on Z Sep 13 21:19:47 I noticed it earlier..it is from april Sep 13 21:20:15 [YOCTO #10844] Sep 13 21:20:28 ...conterchecking Sep 13 21:21:53 ant_home: yes, back in NZ now Sep 13 21:22:16 hmm OK, had not really seen that patch Sep 13 21:25:25 yes, reverting it I get serial Sep 13 21:25:57 just this, I was suspecting about two previous patches adding a third arg Sep 13 21:27:04 bluelightning, I am piling a long list Sep 13 21:27:19 I have seen about corebase lic Sep 13 21:27:34 seen warnings I mean :) Sep 13 21:28:05 what bothers me is that gcc7 miscompiles zaurus kernel Sep 13 21:28:25 but versatile runs on qemu Sep 13 21:28:45 and you know what? spitz boots on qemu as well.... Sep 13 21:28:55 qemu knows better (C) Sep 13 21:29:11 weird... Sep 13 21:29:35 I have sent msg upstream Sep 13 21:30:45 I am using GGCCVERSION = "6.%" but I'd avoid it if possible Sep 13 21:30:59 then all is fine Sep 13 21:32:36 bluelightning, that script #10844 failshere maybe because I declare Sep 13 21:32:38 SERIAL_CONSOLE = "115200 ttyS0" Sep 13 21:32:38 SERIAL_CONSOLE_collie = "115200 ttySA0" Sep 13 21:32:44 since x yars Sep 13 21:33:27 or maybe the two consoles in cmdline Sep 13 21:33:29 CMDLINE_c7x0 = "console=ttyS0,115200n8 console=tty1" Sep 13 21:34:17 hm....conf variable SERIAL_CONSOLES Sep 13 21:34:31 plural now Sep 13 21:35:48 SERIAL_CONSOLES is definitely preferred but AFAIK we haven't deprecated SERIAL_CONSOLE yet Sep 13 21:36:54 doh Sep 13 21:36:58 root@c7x0:~# grep "serial" /proc/tty/drivers | grep -oh "^\s*\S*" Sep 13 21:36:58 PXA Sep 13 21:39:14 ah.. Sep 13 21:39:38 real name is root@c7x0:~# cat /proc/tty/driver/PXA\ serial Sep 13 21:39:47 there is a space Sep 13 21:53:50 root@c7x0:/proc/tty/driver# grep -v "unknown" /proc/tty/driver/PXA\ serial | ta Sep 13 21:53:50 il -n +2 | grep -oh "^\s*\S*[0-9]" Sep 13 21:53:50 0 Sep 13 21:53:50 1 Sep 13 21:53:50 2 Sep 13 21:53:58 that grep needs fixing Sep 13 22:23:14 that seems to work Sep 13 22:23:15 root@c7x0:/proc/tty/driver# grep "serial" /proc/tty/drivers | grep -oh "^\s*\S*\ Sep 13 22:23:15 s*\S*" Sep 13 22:23:15 PXA serial Sep 13 22:24:15 the \s option changed btw grep versions (busybox as well probably) **** ENDING LOGGING AT Thu Sep 14 03:00:00 2017