**** BEGIN LOGGING AT Mon Dec 19 03:00:00 2016 Dec 19 11:22:08 hmm, how does one append and append? Dec 19 11:22:22 just do another append? Dec 19 11:22:24 i want to append, a do_install_append Dec 19 11:22:34 .bbappendappendappendappendappend Dec 19 11:22:41 but the flow matters, i.e. Dec 19 11:22:48 my append needs to come after the original append Dec 19 11:22:59 jackmitch_work: ensure the ordering of parse is in that order then Dec 19 11:23:22 are bbappends always parsed after the initial bb file? Dec 19 11:43:33 jackmitch_work: that's where layer priorities come in Dec 19 11:43:54 jackmitch_work: bitbake -e helps a lot with deducing the ordering Dec 19 11:44:07 and probably those new layer tools I still haven't tried Dec 19 11:45:00 koen: it should be ok right as I just need to append the do_install in the main recipe which is where the orignal _append is, so I would guess it's impossible for a bbappend to come before a .bb as it would have nothing to append to? Dec 19 11:45:25 currently trying and seeing anyway Dec 19 13:17:21 has anyone ever seen the qt5 layer from qt.io ? Dec 19 13:42:50 looks like a fork of meta-qt5 Dec 19 13:42:58 oh so that's why qt.io are doing that Dec 19 15:32:34 jackmitch_work: correct, any bbappend will come after the recipe itself regardless of priority between those two layers Dec 19 16:24:22 morning all, how can I tell which recipe builds a target? If I'm interested in tmp/deploy/images/uboot-sdcar.bin is there a bitbake-layers or other command that will tell me which recipe was responsible that that binary file? Dec 19 16:33:16 for packaged files, you can use oe-pkgdata-util, but the only thing that has file-level knowledge of tmp/deploy/ is sstate, so you'd have to check the sstate manifests Dec 19 16:33:32 still, oe-pkgdata-util may work as well if that file is also packaged Dec 19 16:39:02 thx, scoutcamper Dec 19 17:38:31 there is a bruteforce approach. find . -name "file" | grep "packages-split" Dec 19 19:19:23 lol, Linkedin lists a position at Microsoft that suggest Yocto would be good Dec 19 19:28:24 :) Dec 19 19:28:36 sun/oracle too needs it **** ENDING LOGGING AT Tue Dec 20 03:00:01 2016