**** BEGIN LOGGING AT Wed Dec 15 02:59:57 2021 Dec 15 09:08:00 Is there a way to add a glob like item to vardepsexclude. As a example I have variables that are build like _, where the suffix can be a list of items that cannot be hardcoded. Now I would want to add task[vardepsexclude] = "_*" as these items contain hard paths or other host specific settings... is that possible? or what Dec 15 09:08:00 could be a possible workaround? Dec 15 11:21:58 Guest96: like https://git.yoctoproject.org/poky/tree/meta/classes/qemuboot.bbclass#n115? Dec 15 12:00:57 rburton: cool, thanks, exactly what I was looking for Dec 15 14:14:28 anyoen know if you can mismatch verions of buildbot master and workers? Dec 15 18:04:49 What is the best portable way to decode base64? Dec 15 18:26:40 aetnaeus_: glib-2.0 has utility function for deconding base64 if you are using c/c++ Dec 15 18:27:59 khem: It needs to be a shell script Dec 15 18:28:52 base64 -d ? Dec 15 18:29:16 its in coreutils Dec 15 18:34:17 khem: I know, but coreutils is not on BSD :P Dec 15 18:34:25 or most embedded systems Dec 15 18:49:01 well busybox has base64 implementation tooo Dec 15 18:49:16 https://github.com/libb64/libb64 Dec 15 18:51:23 yeah that too Dec 15 18:52:27 and we do have recipe for it in meta-oe https://layers.openembedded.org/layerindex/recipe/166933/ Dec 15 18:55:54 That recipe seems to be stuck on the ancient sourceforge version (1.2.1). The github fork has seen some more development and has newer versions. Dec 15 18:56:40 khem: openbsd doesn't Dec 15 18:56:48 right now I ma using uudecode and base64 as a fallback Dec 15 18:56:50 but it is meh Dec 15 18:57:06 also base64 flags differ since it is not part of POSIX Dec 15 18:57:44 khem: those are C routines **** BEGIN LOGGING AT Thu Dec 16 00:00:31 2021 **** ENDING LOGGING AT Thu Dec 16 02:59:56 2021