**** BEGIN LOGGING AT Thu Sep 29 02:59:58 2016 Sep 29 07:03:09 dv_: it would be a massive performance drain, but if thats an acceptable compromise then it will help Sep 29 07:03:23 well, I only need to write configuration files in /etc/ Sep 29 07:03:30 oh, and in /var/lib/ Sep 29 07:03:48 or does sync also kill off read performance? Sep 29 08:39:53 I have an external kernel module where I have added some bits to do_configure() which really depend on do_make_scripts() to have run before that (due to using kbuild stuff). What is the correct way to ensure that? Currently, module.bbclass just declares 'addtask make_scripts after do_patch before do_compile'. As there is no such thing as modtask, I currently have 'do_configure[depends] += "${BPN}:do_make_scripts"' in my recipe. This seems inelegant, though. I Sep 29 15:34:40 andre_d: just add a line: addtask make_scripts before do_configure. it'll adjust the deps of the existing task rather than adding a new one, and make it run before do_configure rather than just before do_compile. Sep 29 16:54:06 ERROR: Package Version (3.14-xilinx+gitAUTOINC+2b48a8aeea) does not match of kernel being built (3.14.2). Please update the PV variable to match the kernel source. Sep 29 16:54:44 oh crap, need to post this in #yocto Sep 29 16:54:48 * Crofton curses Sep 29 17:21:25 hmm, I need bitbake to stuff output in a file Sep 29 17:28:17 what output? Sep 29 17:28:53 messages Sep 29 17:29:20 stuff scrolls of top os "screen" Sep 29 17:29:26 should just figure out tmux :) Sep 29 17:30:00 Crofton: tmp/log/cooker/ has the log of the main build already... Sep 29 17:30:12 but screen can access scrollback just like tmux does Sep 29 17:30:16 just need the right key combination Sep 29 17:30:17 see the man page Sep 29 17:30:37 yeah, me and screen have never got along that well Sep 29 17:30:48 and the magic to do reliable scroll back has failed me Sep 29 17:30:52 yeah, I am an idiot **** ENDING LOGGING AT Fri Sep 30 02:59:58 2016