**** BEGIN LOGGING AT Sat May 23 03:00:00 2020 May 23 07:03:09 good morning May 23 07:04:01 is anyone having troubles building iptables? for some reason it has stopped working for me all of a sudden and I cannot locate the error in the recipe (note, I did not change anything) May 23 11:03:47 hello, how can I add .NET core to my Yocto image please ? May 23 11:08:52 ghass: The only I know is that recipe http://layers.openembedded.org/layerindex/branch/master/layer/meta-aspnet/ .NET is very uncommon target for OE/Yocto May 23 11:11:01 zzeroo meta-mono ? May 23 11:11:08 layer May 23 11:13:32 @ghass right looks good for me. Have you included the layer in your bblayers.conf ? May 23 11:14:04 zzeroo not yet , I still reading its dependencies May 23 11:14:23 https://github.com/DynamicDevices/meta-mono#layer-dependencies-1 May 23 11:16:16 zzeroo libgdiplus recipe has a soft dependency on the giflib recipe which is provided by the meta-oe layer. May 23 11:16:46 so there are two ways : first way is to clone meta-oe layer too May 23 11:17:14 second way by adding: PACKAGECONFIG_pn-mono = "" PACKAGECONFIG_pn-mono-native = ""directives to the local.conf May 23 11:17:27 zzeroo is that true ? May 23 11:18:30 Sure clone both repos meta-oe git://git.openembedded.org/meta-openembedded and meta-mono. The local.conf stuff is for image format as far as I see that right. You could skip this imo May 23 11:20:08 zzeroo okey I will do that May 23 11:20:11 have an eye on the Other dependencies https://github.com/DynamicDevices/meta-mono#other-dependencies May 23 11:20:51 zzeroo yes i read it thanks May 23 11:31:07 zzeroo am I obliged to run " bitbake core-image-mono " ? May 23 11:31:26 because I have been running core-image-minimal May 23 11:34:01 Year for the start try core-image-mono. Studdy the recipes and look how they include the mono parts. I think there is some docu to. You could also open issues on the meta-mono github issue tracker. The project seems active May 23 11:35:08 * Yes for the start try `core-image-mono`. Studdy the recipes and look how they include the mono parts. I think there is some documentation too. You could also open issues on the meta-mono github issue tracker. The project seems active May 23 11:35:33 zzeroo well I run core-image-minimal and it seems to be okey. bitbake finished without errors May 23 11:36:50 no core-image-minimal has no mono parts included. You have to try a recipe which uses the mono parts. `core-image-mono` is such, and if this compiles, your setup is ok to get further May 23 11:38:31 zzeroo okey May 23 12:13:55 zzeroo well May 23 12:14:16 adding the layer and running bitbake does not add the mono packages **** ENDING LOGGING AT Sun May 24 02:59:59 2020