**** BEGIN LOGGING AT Sun Oct 20 02:59:58 2019 **** BEGIN LOGGING AT Sun Oct 20 09:04:19 2019 Oct 20 12:32:58 khem: have sent you some patches for the dconf issue. Let me know if you want me to submit them "properly" Oct 20 12:35:43 New news from stackoverflow: Optimizing the footprint of Python Installation for Embedded System [on hold] Oct 20 14:05:54 New news from stackoverflow: How to install files in Yocto Oct 20 14:35:58 New news from stackoverflow: Why Yocto project is names Yocto? Oct 20 17:06:17 New news from stackoverflow: Why Yocto project is names Yocto? [on hold] Oct 20 17:11:55 not really yocto related: https://pastebin.com/hzqrxCAL Oct 20 17:12:11 trying to create a toolchain, however glibc failed to build Oct 20 17:12:31 created binutils, minimalistic gcc Oct 20 17:13:17 objects in libgcc.a are of the correct format according to "file" Oct 20 17:13:27 maybe the archive is missing objects? Oct 20 17:13:51 clueless Oct 20 18:36:28 New news from stackoverflow: How to install files in Yocto Oct 20 18:36:36 LFSVeteran: just an idea, maybe look at what crosstool-ng does Oct 20 18:37:26 could be, don't know crosstool-ng...shall look at it Oct 20 18:39:42 LFSVeteran: its exactly what you seem to be looking for: building a cross compilation toolchain. Oct 20 18:39:52 downloaded Oct 20 18:40:08 let's see if it gives some information Oct 20 18:40:16 thx for the tip Oct 20 18:41:52 have fun! Oct 20 18:41:57 thx Oct 20 19:15:52 Hi folks. I am new to Yocto so was wandering if it is possible to overvrite a recipe variable from MACHINE config? Oct 20 19:17:16 I have a MACHINE config, where the specific SRCREV is defined based on the machine. (It is a xilinx platform with an HDF (hardware description file), and currently I have just set a variable named HDF_SRCREV in machine config. Oct 20 19:17:57 frosteyes: no problem at all Oct 20 19:18:15 This I am using in a bbappend file for the "external-hdf" recipe, with SRCREV = "${HDF_SRCREV} Oct 20 19:18:36 SRCREV_pn-yourfunkyrecipename = "0123456789abcdef" or very very similar Oct 20 19:18:53 LetoThe2nd: Thanks!!! Oct 20 19:19:01 (in a machine or distro file, that is) Oct 20 19:19:08 this _pn.. Is that somekind of function? Oct 20 19:20:03 i have no idea about the exact nomenclature behind it Oct 20 19:21:58 Cool. It works!! Oct 20 19:22:12 frosteyes: but here is docs using the same technique for externalsrc: https://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#building-software-from-an-external-source Oct 20 19:23:46 Thanks LetoThe2nd - It starts making sence.. Oct 20 19:23:53 :-) **** ENDING LOGGING AT Mon Oct 21 02:59:58 2019