**** BEGIN LOGGING AT Sat Mar 14 03:02:45 2020 Mar 14 20:23:59 what's the deal with kernel and S? I know kernel sources use work-shard and that's where S for the kernel recipes point to by default Mar 14 20:24:05 but do I have to do anything special to get it there? Mar 14 20:24:19 i.e. normal uri pointing to a tarball at kernel.org unpacks it in $WORKDIR Mar 14 20:24:42 I kind of assumed that'd be handled by the kernel bbclass, but I seem to be missing something Mar 14 20:38:58 hmm, I must have messed up somewhere, usual S setting did work now, so not sure what happened earlier Mar 14 21:35:59 tlwoerner: did you have time to check if your tinkers date is settable? Mar 14 21:36:52 I now compiled the armbian kernel with all of their patches... and dammit I get exactly the same results as on the normal meta-rockchip build: if CONFIG_COMMON_CLK_RK808=y is enabled, it won't mount my rootfs and it seems this option is required for the clock to work Mar 14 23:42:26 anyone know why microchip inc are continually trying to shove the atmega328PB (ie not the 328p) down everyone's throats Mar 14 23:42:48 it's not compatible so nobody cares and yet they still persist Mar 15 01:19:28 tlwoerner: I think I got it, but not sure what exactly fixes it - that'd be a bit more time consuming to investigate Mar 15 01:19:42 the armbian patches cause the mmcblk1 to appear as mmcblk2 Mar 15 01:19:59 and this fixes the date/time issue when enabling this clock option Mar 15 01:20:19 my mistake was that I did not notice this remapping after I compiled the armbian-patched kernel Mar 15 01:20:55 so I did not update my root= bootargs, but instead of failing it just hung there waiting for mmcblk1 to be mounted Mar 15 01:21:06 once I changed it to mmcblk2 I could boot and date/time works there Mar 15 01:21:45 so now it would be interesting which patch exactly fixes it and if it is in the queue for mainlining... Mar 15 01:22:06 the armbian patches were vs 5.4.20 Mar 15 01:22:21 if I manage to find out which one it is, I'd suggest that we add it to meta-rockchip for the time being Mar 15 01:23:05 and since I remember that you do not have a tinker-s its possible that you won't be able to reproduce the date issue on yours since it seems to be sdio/emmc related **** ENDING LOGGING AT Sun Mar 15 03:02:57 2020