**** BEGIN LOGGING AT Wed Nov 28 03:00:01 2018 Nov 28 11:52:16 is there any special setting to see the output of bb.plain() called in a recipe task? Nov 28 11:57:34 it goes to the log file Nov 28 11:57:45 do you want it on the console? Nov 28 11:58:53 rburton: yes Nov 28 11:59:17 hm i think note doesn't make it to the console for recipes either Nov 28 11:59:33 rburton: I see Nov 28 11:59:38 ah Nov 28 11:59:39 bb.verbnote Nov 28 11:59:44 # A higher prioity note which will show on the console but isn't a warning Nov 28 11:59:45 # Nov 28 11:59:46 # Something is happening the user should be aware of but they probably did Nov 28 11:59:46 # something to make it happen Nov 28 11:59:52 i'll remember that Nov 28 12:00:08 rburton: no prob, I can use any from logging.bbclass Nov 28 12:01:06 the problem I am facing is that the exampe coming from bitbake-layers create-layer -example-recipe-name is ourdated and not working Nov 28 12:01:17 sure bb.verbnote is just a wrapper around log(logging.INFO+2) to get the priority right Nov 28 14:04:01 huh, interesting. there are a couple cases where i'm currently using warning but could switch to verbnote. reminders that something unusual has been done by the user so they don 't forget they did it, that sort of thing Nov 28 14:50:21 I've noticed a few issues with this patch: http://git.openembedded.org/openembedded-core/tree/meta/recipes-connectivity/openssl/openssl10/engines-install-in-libdir-ssl.patch It's not modifying Makefile.org to make enginesdir match in libcrypto.pc. Also if you look at the following Debian patch you'll see they have switched from using /usr/lib/ssl/engines to using /usr/lib/openssl-1.0.0/engines so different version of openssl can be installed without colliding. Nov 28 14:50:24 https://sources.debian.org/patches/openssl/1.0.2l-1~bpo8+1/engines-path.patch/ Nov 28 18:47:16 georgem: worth a patch I think Nov 28 18:57:52 khem: I was thinking about sending a patch for master that replaces the existing patch with the new Debian patch. Any idea if the change from /usr/lib/ssl/engines to /usr/lib/openssl-1.0.0/engines would be acceptable? I know the recipe would also need to be updated to change the paths used for create_wrapper. Nov 28 20:01:34 yes it would be Nov 28 22:09:27 khem, hi Nov 28 22:43:55 hi Nov 28 22:59:57 khem, about kodi and mips, 17.6 is running on mipsel32 Nov 28 23:00:39 I have now forced the ARCH, I bet the detection fails because of musl triplets Nov 28 23:00:57 it does compile, only the normal issues with musl... Nov 28 23:04:54 I am a bit confused by the buildsystem changes btw 17.6 and 18...let say /configure.ac disappeared ;) **** ENDING LOGGING AT Thu Nov 29 02:59:59 2018