**** BEGIN LOGGING AT Sat Sep 30 03:00:02 2017 Sep 30 13:53:19 hi Sep 30 13:53:36 how do i enable openmp for an image? just add libgomp? Sep 30 14:36:00 crazy_imp: you need to enable that in gcc first Sep 30 14:36:53 crazy_imp: we do not have any general knob to control enable/disable omp support per package so you have to make the changes package by package Sep 30 14:37:27 khem: only need it for one recipe Sep 30 14:37:41 so i need to patch the gcc recipe? Sep 30 14:37:53 (besides my recipe) Sep 30 14:38:57 not patch it but enable omp via a bbappend or local.conf Sep 30 14:40:28 looking at code, I see that libgomp is already enabled Sep 30 14:40:32 so nothing needed Sep 30 14:40:48 all you need is link to it in your package Sep 30 14:41:25 ok, so (r)depend on libgomp and tell cmake to search for openmp? Sep 30 16:58:52 just DEPENDS is enough Sep 30 18:31:34 khem: got it working, thanks :) **** ENDING LOGGING AT Sun Oct 01 03:00:01 2017