**** BEGIN LOGGING AT Thu Sep 12 02:59:59 2013 Sep 12 09:21:41 bluelightning: hi Sep 12 09:24:06 hi ant_work Sep 12 09:31:23 I've discovered a strange issue Sep 12 09:31:26 http://cgit.openembedded.org/meta-openembedded/tree/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb#n51 Sep 12 09:31:44 on collie it happened that the same text was echoed twice Sep 12 09:32:09 I'mbuilding w/out rm_work Sep 12 09:32:24 so, the first fix is s/>>/>/ Sep 12 09:32:52 but I'm wondering about how it can happen that the boot.cfg is still present on secund build Sep 12 09:34:25 btw I've the 3.10 to commit Sep 12 09:35:55 bluelightning: I've digged a bit and found that the sstate mtime was invalid so kexecboot_cfg would have been rebuilt Sep 12 09:37:03 well if do_install was re-executed (because one of its inputs changed) I can see how that would cause problems Sep 12 09:37:29 this should be rewritten so that the stuff in the prepend changes the file in ${D} not the file in ${S} Sep 12 09:37:57 (and of course do it in do_install and not in do_install_prepend) Sep 12 09:38:55 ah Sep 12 09:39:17 tbh I don't remember why I left append >> and not straight > Sep 12 09:39:54 yes, that is odd... at first I thought it was appending to a static file but then I noticed nothing in SRC_URI Sep 12 09:40:04 so changin the file in S is the culprit Sep 12 09:40:41 yes, that should avoid re-execution issues Sep 12 09:42:35 hmm.. maybe at the very beginning we tried to embed the image name in the file, so pre-crating part of boot.cfg and adding the rest later Sep 12 09:43:46 there is no way to know the image so this is littl epoint **** ENDING LOGGING AT Fri Sep 13 02:59:58 2013