**** BEGIN LOGGING AT Mon Nov 07 03:00:00 2016 Nov 07 13:33:36 Hey, can somebody help me with building libgfortran? Nov 07 13:33:48 I added all necessary lines in the local.conf, but it is always giving an error during buildprocess of libgfortran. I tried it the whole day but it just doesn't work. It would be really nice if somebody could provide me with some help Nov 07 14:02:56 benz_: pastebin your errors, it might be something obvious Nov 07 16:25:45 what's the most elegant way to conditionally include a file in bitbake? Nov 07 16:26:12 FOO = {A,B,C} and include a different file based on the value of FOO Nov 07 17:35:14 mattsm: use inline python Nov 07 17:35:37 BAZ = "${@'foo' if '${FOO}' == 'A' else 'bar'}"; include ${BAZ} Nov 07 17:35:47 kergoth: sort of settled on include baz-${FOO} Nov 07 17:35:53 kergoth: that was the other way Nov 07 17:37:12 * kergoth nods **** ENDING LOGGING AT Tue Nov 08 03:00:00 2016