**** BEGIN LOGGING AT Thu Aug 16 03:00:01 2018 Aug 16 04:16:21 RP: I sent a v2 of llvm patch, I confused it with meta-clang and sent a patch with newer SHA but older port of OE patches Aug 16 04:16:29 v2 should be good Aug 16 06:33:13 khem: any plans on backporting some of the glibc-2.28 compatible patches to sumo/rocko/pyro ? Aug 16 06:34:51 I am currently running with d1e02516dc 741415c58b and acca7f964b to make sumo build on my Arch host with glibc-2.28 Aug 16 06:36:44 but I guess the number of patches needed depends on the image/native-tools being built Aug 16 08:21:32 hundeboll: That is something I've not considered yet but is probably going to be a pain :/ Aug 16 08:21:46 hundeboll: pyro is end of life though so I'd not expect patches there Aug 16 09:59:06 RP: I'd be happy to send patches to akuster, but I don't the machine-power to do one or more world builds Aug 16 09:59:16 s/don't/don't have Aug 16 10:02:09 hundeboll: I guess putting the patches on a branch would be a help, we can then fire at the test cluster when it has some time available Aug 16 10:02:51 i get an awk error in do_image_multiubi Aug 16 10:02:51 awk -i inplace -v n=4 -v ERASESIZE=0x20000 /\/dev\/mtd/{$(n)=ERASESIZE}1 /home/local_root/jenkins/workspace/rocko-build/build_x11/tmp/work/zp_ha_0v6-fslc-linux-gnueabi/zp-image/1.0-r0/rootfs/etc/fw_env.config Aug 16 10:03:37 has anybody experienced this too? It justs exits with rc 1 and shows the "help" output Aug 16 10:07:13 oh i just realized it seems to be an variscite specific thing Aug 16 10:48:57 hello, I wish to implement MTP for my embedded Linux device to act as a USB Mass Storage peripheral...what is the prefered way to go about doing this in Yocto? Aug 16 10:50:20 well, MTP is not USB mass storage Aug 16 10:52:09 abelloni: I am not a domain expert in this... I just want my embedded Linux device to allow file access from a PC in a similar manner and Android phone does Aug 16 10:53:28 abelloni: I am currently using the legacy g_mass_storage USB gadget driver, but it does not work properly sometimes Aug 16 10:53:34 https://wiki.linaro.org/LMG/Kernel/AndroidConfigFSGadgets#MTP_gadget_configuration Aug 16 10:55:18 abelloni: I am not using Android, this might not apply to my i.MX6 Linux 4.9 kernel provided by NXP Aug 16 10:59:50 most of it does Aug 16 11:02:28 abelloni: ok, thank you...will look into this more closely Aug 16 11:19:57 abelloni: my kernel does not have CONFIG_USB_CONFIGFS_F_MTP, CONFIG_USB_CONFIGFS_F_PTP or the CONFIG_USB_CONFIGFS_UEVENT options mentioned in the article Aug 16 11:30:39 ah right, we ported the patches over Aug 16 11:30:49 you can try https://github.com/viveris/uMTP-Responder instead Aug 16 11:32:20 abelloni: thank you, I was not aware of uMTP-Responder Aug 16 11:40:37 abelloni: sadly, it appears to be under the GPLv3 license and I need something that is usable for a commercial product... are you aware whether Viveris offers to relicense this component under a commercial license? Aug 16 11:44:46 I would think so Aug 16 11:54:32 New news from stackoverflow: how to add optee in barebox for imx6ul Aug 16 12:33:38 I'm trying to create a kernel diffconfig fragment.cfg. I did "bitbake linux-yocto -c menuconfig" and activated some drivers. After saving and exiting menuconfig I do "bitbake linux-yocto -c diffconfig", but not fragment.cfg gets created, there are no errors or infos. Do I need to do something in between? Aug 16 12:34:17 Running "menuconfig" again shows that my new options are still enabled. So it seems to save .config successfully but is not able to create the diff Aug 16 12:38:36 On rocko, what's the appropriate way to have a recipe depend on another's -dev package? I have a DEPENDS="whatever-dev" and the whatever recipe PROVIDES += "whatever-dev", for example, but when populate sysroot occurs for the dependent package, the -dev package isn't installed. Aug 16 12:54:22 Never mind. Not enough coffee...forgot about sysroot preprocess funcs. Aug 16 13:19:25 I recall seeing a layer that includes some recipes based on the other layers selected, but can't find it - anyone has this in mind ? Aug 16 13:20:18 (or, how can I peek the list of other layers from layer.conf to act accordingly) Aug 16 13:29:23 oh, found BBFILES_DYNAMIC Aug 16 16:40:44 Its kind of sad that I'm surprised when patches actually work :) Aug 16 18:01:49 Hi everyone, just another day learning more about the yocto project tools and linux. Right now I'm practicing writing device drivers for my dev board. The question I have is where can I find the device driver code from phytec? Will the C files be in the phytec-headless layer? I want to see their LED driver. Aug 16 18:08:55 hundeboll: I don't plan to backport since I use containers for old releases Aug 16 18:10:00 kism: I think you can look at the recipes in phytec layer and they either might have patches to kernel or separate external kernel module for this stuff Aug 16 21:08:27 I do see a strange regression with tar and empty directories on sumo 2.5.1 Aug 16 21:08:50 tar -czf 3:4a65606111ba13bf6266a97d5195e503_deploy_archives.tgz.F51vBN5L deploy-sources Aug 16 21:09:02 where deploy-sources is a empty directory Aug 16 21:09:09 this was working with 2.3.3 Aug 16 21:09:16 tar (child): gzip: Cannot exec: Invalid argument Aug 16 21:25:35 does anyone know if there is a known systemd-udevd issue with Rocko? I keep seeing this crash Aug 16 21:25:37 INFO: task systemd-udevd:2850 blocked for more than 120 seconds. Aug 16 21:36:12 Ok, some more info Aug 16 21:36:25 it turns out that for my packagegroups-XXX.bb for sumo 2.5.1 Aug 16 21:36:34 the do_deploy_archives[noexec]·=·"1" needs to be added Aug 16 21:37:10 as the do_deploy_archives task has been added (when compared to my old 2.3.3 version) Aug 16 21:37:44 Why this task is added? And why tar has issues with tar'ing empty directories ? Aug 16 22:26:32 New news from stackoverflow: Replace busybox ntpd with ntp from meta-openembedded **** ENDING LOGGING AT Fri Aug 17 03:00:04 2018