**** BEGIN LOGGING AT Tue Dec 15 02:59:58 2015 Dec 15 16:00:45 any idea how to build a devicetree file that isn't in the kernel source with lnux-tocto etc Dec 15 16:07:27 What "awk script" is the comment at http://cgit.openembedded.org/openembedded-core/tree/meta/classes/buildhistory.bbclass#n451 refering to? Dec 15 16:19:01 mario-goulart: presumably the sort/sed used to be awk in the past Dec 15 16:19:26 I see. Thanks rburton Dec 15 16:20:22 + # This awk script is somewhat messy, but handles where the size is not printed for device files under pseudo Dec 15 16:20:22 + find ${IMAGE_ROOTFS} -ls | awk '{ if ( $7 ~ /[0-9]/ ) printf "%s %10-s %10-s %10s %s %s %s\n", $3, $5, $6, $7, $11, $12, $13 ; else printf "%s %10-s %10-s %10s %s %s %s\n", $3, $5, $6, 0, $10, $11, $12 }' > ${BUILDHISTORY_DIR_IMAGE}/files-in-image.txt Dec 15 16:20:25 yeah that's somewhat messy Dec 15 16:20:56 :-) Dec 15 16:22:26 I'm running into an issue that may be related to that part of the code. I can't find where ${BUILDHISTORY_DIR_IMAGE} is created. The problem I have is that buildhistory_list_files tries to write to ${BUILDHISTORY_DIR_IMAGE}/files-in-image.txt , presumably before ${BUILDHISTORY_DIR_IMAGE} is created. Dec 15 18:15:23 can anyone tell me why ${sysconfdir}/inputrc is in meta/recipes-core/base-files and not in meta/recipes-core/readline? Dec 15 19:17:33 good question, probably historical Dec 15 19:17:42 should probably fix that, if that's the case Dec 15 19:23:17 the reliable way to check what OE version was used to create a rootfs is to look at /etc/issue ? Dec 15 19:38:15 morning all Dec 15 19:44:49 heh Dec 15 19:44:54 gm **** ENDING LOGGING AT Wed Dec 16 02:59:59 2015