**** BEGIN LOGGING AT Thu Aug 22 02:59:56 2019 Aug 22 04:50:00 RP: there are few patches on lists I sent, one of them is for gcc which is hitting many others, we need them tested and applied **** BEGIN LOGGING AT Thu Aug 22 06:45:35 2019 Aug 22 07:14:10 Morning ! :) Is it not possible to configure u-boot config like kernel with .cfg files ? Thx. Aug 22 07:16:16 good morning Aug 22 08:22:07 New news from stackoverflow: Access u-boot variable from kernel userspace Aug 22 10:26:00 hello folks Aug 22 10:26:21 -core has a "qemu.bbclass" that one can use to execute native programs with qemu Aug 22 10:26:49 but as far as I can see, this execution uses full-system-emulation. is there a class or simple way to only use qemu-user for this? Aug 22 10:37:11 Is Qi Chen in here ? Aug 22 10:51:43 litb, as far as I see qemu.bbclass does in fact use usermode emulation. Aug 22 11:15:51 kanavin, ah, thanks! Aug 22 11:24:39 Proffalken: you shall not install those tools. Aug 22 11:25:21 Proffalken: i assume that you have a functional yocto/oe build, e.g you can for example build core-image-minimal. Aug 22 11:25:47 Proffalken: you usually do it like this: 1) source poky/oe-init-whatsitcalled 2) bitbake core-image-minimal Aug 22 11:26:57 Proffalken: and the first step, the sourceing, adds all the tools to the environment of the active shell. this includes primimarily bitbake, but also bitbake-layers for recent releases, and yocto-layers for older ones Aug 22 11:27:18 Proffalken: so to use them, do step 1) :) Aug 22 11:40:35 LetoThe2nd: ah, ok, thanks. Once I've got that in place, is there anything in particular I need to do in order to get the error I posted resolved based on the code I've got? Aug 22 11:58:31 OK, so the answer to that is "no", I still get WARNING: No bb files matched BBFILE_PATTERN_meta-telegraf '^/media/yocto/jenkins/jenkins-meta/jenkins-meta/workspace/eway-os_feature_install_telegraf/lora-gateway-os/build/../../mbc-layers/meta-telegraf/' Aug 22 11:58:47 The toolset is working though, so thanks for that advice LetoThe2nd Aug 22 12:10:55 hm, CCLD provides the command line for linking when using the c compiler as the linker Aug 22 12:11:35 what's the commandline for using the c++ as a linker? I could replace '-gcc' by '-g++' in CCLD. but that's very ugly Aug 22 12:28:30 litb, are you talking automake ? CXXLD Aug 22 13:16:09 hello, I'd like to know what's the proper way to have one task which is only for class-native Aug 22 13:17:12 I know we can have do_task_class-target and do_task_class-native and addtask task before task_child after task_parent, but Yocto complains that task is empty Aug 22 13:17:44 I could obviously have a do_task_class-target() {:} but is there something better? Aug 22 13:28:47 qschulz: most of our code does the {:} trick Aug 22 13:30:23 qschulz: you can addtask/deltask in anon python Aug 22 13:33:00 RP: ok, fine by me :) Thanks! Aug 22 13:46:40 Does anyone know what is 'update_gio_module_cache' and if I can reove it? Aug 22 13:46:53 I get "The postinstall intercept hook 'update_gio_module_cache' failed" Aug 22 13:47:36 and the error is [' True = False -a qemuwrapper-cross '!=' nativesdk-qemuwrapper-cross ']' Aug 22 13:48:45 Hi all, does anyone tried to change partition owner on a partition created using .wks? Aug 22 13:49:20 As per this link https://lists.yoctoproject.org/pipermail/yocto/2016-November/032973.html it seems possible Aug 22 13:50:04 but I'm trying to do this without success (using Warrior version) Aug 22 13:52:59 New news from stackoverflow: Cannot Mount SD card after it is removed without Umount Aug 22 14:22:29 Someone here hase good advice to manage a hudge application (i mean several applications/libs/tools...) under severals repositories ? Is it better to made one recipe for each ? packagegroups ? thx Aug 22 14:23:13 Proffalken: i can hopefully have a look this evening, in 4-5hrs. at the moment no idea. Aug 22 14:31:39 LetoThe2nd: that would be good, thanks, but no rush as it's a Bank Holiday weekend here in the UK so I'm out of office until next Tuesday and won't be able to look at it myself :) Aug 22 14:31:59 I'll update the gist though so its the new generated code Aug 22 14:34:02 Proffalken: thats fine, thanks. Aug 22 14:35:45 https://gist.github.com/proffalken/972d8f180d7371713c8f589688486838 is the code Aug 22 14:36:48 Proffalken: great. I'll let you know if i got news. Aug 22 14:53:10 New news from stackoverflow: Switch Kernel in yocto root-image Aug 22 14:57:30 zeddii: any news on https://bugzilla.yoctoproject.org/show_bug.cgi?id=13437 - would be nice to fix that Aug 22 14:57:31 Bug 13437: normal, Medium+, 2.8 M3, bruce.ashfield, IN PROGRESS IMPLEMENTATION , kernel-devsrc RDEPENDS on python2 Aug 22 15:06:20 vmeson: https://layers.openembedded.org/rrs/recipes/OE-Core/2.8/M3/ Aug 22 15:08:01 nope. Aug 22 15:08:16 I'm still fighting libc-headers 5.3 + musl Aug 22 15:08:28 so I can't work on anything else until that is sorted. Aug 22 15:08:53 that being said, I am actually building with only python3 in the kernel DEPENDS Aug 22 15:09:00 and it will be in my series. Aug 22 15:09:30 honestly. I'm tempted to just send this and let the musl breakage be. but I know that won't earn me any friends :D Aug 22 15:09:40 * zeddii is fed up chasing shitty header include issues ;) Aug 22 15:10:15 s/libc-headers 5.3/libc-headers 5.2/ Aug 22 17:01:45 khem: your patch is in the queue btw Aug 22 17:02:19 zeddii: might be worth sharing and seeing if Khem can help ? Aug 22 17:52:32 I honestly don't see how qemu + the latest musl ever builds. Aug 22 18:01:57 bahahahah. it doesn't. Aug 22 18:02:09 I had a virtualization feature in my distro config and that's why it was even trying to build. Aug 22 18:02:16 * zeddii needs a refund for 4 hours of debug. Aug 22 18:22:32 zeddii: lol Aug 22 18:23:11 At least I can confirm that I can still debug libc-header issues, and that my reading of the source was correct .. that's what sent me to look at my config :D Aug 22 18:23:22 it's a silver lining kind of afternoon here now. **** BEGIN LOGGING AT Thu Aug 22 19:11:52 2019 **** BEGIN LOGGING AT Thu Aug 22 19:36:37 2019 Aug 22 21:04:02 zeddii: hate it when you spend an age on something like that. Story of my life atm Aug 22 21:04:14 zeddii: try to optimise hashserv and the answer is revert to where we started Aug 22 21:23:06 RP: opinions on the naming of BBFILE_COLLECTIONS? Aug 22 21:23:24 aehs29: its horrible? Aug 22 21:23:27 RP: Im a bit confused on the standard here, some layers do Aug 22 21:23:30 naming doesn't really fit what it does... but it's historical Aug 22 21:23:37 intel Aug 22 21:23:45 "collections" are what predate layers Aug 22 21:23:45 for crying out loud Aug 22 21:23:55 xfce-layer Aug 22 21:23:56 you mean the collection -name- itself? it just has to be namespace unique Aug 22 21:23:58 meta-python Aug 22 21:24:10 I dont see a standard Aug 22 21:24:32 aehs29: it really is about a unique identifier, that is all it us Aug 22 21:24:35 and it seems like BBFILE_PATTERN_ expects the same usage Aug 22 21:24:45 typical convention is the name of the layer. Aug 22 21:24:54 so naming it xfce-layer vs meta-python, Aug 22 21:24:54 just like layer's starting with 'meta' is a convention.. Aug 22 21:24:56 not required though Aug 22 21:24:57 not really a differnce Aug 22 21:24:58 When we created layers we used the older functionality to implement bits of it Aug 22 21:25:25 okay Aug 22 21:25:50 just trying to see what would be less confusing Aug 22 21:25:50 (to be clear, I don't like names like 'intel', cause then it can collide with override namespace) Aug 22 21:26:00 fray: exactly Aug 22 21:26:39 i mean if it was confusing to me, I dont want to say im an expert but im familiar with the buildsystem, im sure its confusing for people that are new to the project Aug 22 21:26:56 we're hit that problem ourselves before and in the case of 'intel' we had to just deal with it.. but in our own stuff, we changed it to avoid Aug 22 21:27:21 I think im gonna go with meta-something there as well vs something-layer Aug 22 21:27:39 idk why im hiding the name lol Aug 22 21:27:43 aehs29: I think that is more in keeping with the intent Aug 22 21:27:46 meta-chromebook vs chromebook-layer Aug 22 21:31:42 I was having a talk with michael about this yesterday because the layerindex was expecting some things to be able to index, and just trying to fix it properly Aug 22 21:36:22 aehs29: its a shame I couldn't make ELC :( Aug 22 22:05:56 has anyone had success building yocto with icecc? Aug 22 22:07:54 poky provides a file mdev.conf with a variety of default rules. https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/busybox/files/mdev.conf How should I go about adding additional rules? **** ENDING LOGGING AT Fri Aug 23 03:00:40 2019