**** BEGIN LOGGING AT Thu Nov 18 02:59:56 2021 Nov 18 10:11:03 Just in case nobody mentioned it here already: OE will host a developers meeting on Dec 3rd, right after the Yocto Project Summit. See https://www.openembedded.org/wiki/OEDVM_Nov_2021 for details Nov 18 10:11:39 If you have something you'd like to talk about, please note it on the wiki page or get in touch. Nov 18 18:55:35 I'm trying to build the curl_7.69.1.bb recipe with `PACKAGECONFIG_remove = "threaded-resolver"` and `PACKAGECONFIG_append = " ares"` in my curl_%.bbappend. this caused a dependency loop (cmake-native -> curl -> c-ares -> cmake-native). does anyone have thoughts? Nov 18 18:57:40 I'm wondering if I need a separate curl-native_7.69.1.bb so cmake-native doesn't try depending on c-ares Nov 18 19:09:29 coreyfarrell: Use PACKAGECONFIG_append_class-target = " ares" Nov 18 19:11:59 JPEW: thanks, do you think I should be adding _class-target to the PACKAGECONFIG_remove as well? Nov 18 19:12:39 coreyfarrell: If you only want it to apply to the on-target curl, (as opposed to native or nativesdk, yes) Nov 18 19:13:46 thanks, I didn't know about _class-target. so what I did added ares and removed threaded-resolver for all curl classes? Nov 18 19:15:37 Yes Nov 18 19:15:51 coreyfarrell: There is also _class-native and _class-nativesdk Nov 18 19:19:18 yes I knew about _class-native and -class-nativesdk.. though I'm not 100% clear what they are? Nov 18 19:24:27 class-native, class-nativesdk, and class-target are overrides that only apply to that specific variant (e.g. when using BBCLASSEXTEND to make a recipe support multiple) Nov 18 19:25:54 I understand that.. what I'm saying I know that `target` is for the device I'm building for. I don't know the purpose of native vs nativesdk classes. Nov 18 19:26:29 Ah, native are tools that run on your build PC during the build Nov 18 19:26:42 nativesdk are tools cross compiled to be included in the SDK Nov 18 23:58:33 If OE spun things like this, they may get more participation "Tacos, Craft Beer, and A.I." Nov 19 00:02:04 problem is someone has to pony up the tacos and beer. Nov 19 00:03:04 Tacos and beer are cheap. Propose something **** ENDING LOGGING AT Fri Nov 19 02:59:56 2021