**** BEGIN LOGGING AT Mon Jul 01 02:59:57 2019 Jul 01 05:14:51 khem: What is the minimum required gcc to build the latest "meta-clang"? Jul 01 06:28:25 good morning Jul 01 06:40:57 good morning Jul 01 08:06:49 hmm, would it make sense for yocto SDK to export the effective target qemu binary name as QEMU variable? Jul 01 08:39:54 New news from stackoverflow: Fail to connetc AWS greengrass Jul 01 09:09:58 New news from stackoverflow: How to know what version of cross compiler I am using on YOCTO? Jul 01 10:30:16 looks like rburton has more trees in his ps forest :) Jul 01 11:31:01 hmm, perl 5.30 likes to hang while compiling for hours. some process called make isn't doing anything.. Jul 01 11:33:45 the cmdline is 'make dynaloader' what ever that is. Jul 01 11:34:27 am I hitting host make 3.81 bugs in Ubuntu 14.04.. Jul 01 11:36:19 mcfrisk: probably a typo. should read "make dynamite" Jul 01 11:39:43 luckily cleaning workspace seems to fix this Jul 01 11:53:56 yay perl Jul 01 12:04:00 git pull from poky master and perl recompile failed again, yay Jul 01 12:08:43 again: Can't locate locale.pm in @INC (you may need to install the locale module) (@INC contains: //usr/lib/perl5/site_perl/5.30.0 //usr/lib/perl5/vendor_perl/5.30.0 //usr/lib/perl5/5.30.0 /opt/poky/2.7+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/site_perl/5.30.0/x86_64-linux /opt/poky/2.7+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/site_perl/5.30.0 Jul 01 12:08:48 /opt/poky/2.7+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/vendor_perl/5.30.0/x86_64-linux /opt/poky/2.7+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/vendor_perl/5.30.0 /opt/poky/2.7+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/5.30.0/x86_64-linux /opt/poky/2.7+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/5.30.0 .) at summary.pl line 31. Jul 01 13:40:39 New news from stackoverflow: Cannot update Yocto Bitbake Recipe for Bzip2 from 1.0.6 to 1.0.7 for CVE-2019-12900 for Nvidia Jetson Nano Jul 01 15:18:18 Quick question on a weird behaviour with native recipes. I have a foo-native.bb recipe with inherit native in it Jul 01 15:18:55 in do_install, We write to ${D}/${bindir} as that's what you're supposed to do according to the docs and what is in ldconfig-native in poky Jul 01 15:19:55 However, this resolves to some weird path: /path/to/recipe/workdir/image/path/to/recipe/workdir/sysroot-native instead of the expected (for me at least) /path/to/recipe/workdir/sysroot-native Jul 01 15:22:26 but now I'm confused on how I am supposed to add a symlink in a do_install for a native recipe: `ln -s ${bindir} ${D}${bindir}/foo` does not work because ${bindir} resolves to an absolute path Jul 01 15:23:09 and ln -s ${D}${bindir} ${D}${bindir}/foo also does not work because it's also an absolute path and yocto does not want those anymore for native recipes Jul 01 15:38:30 those paths are right, native packages are a bit special Jul 01 15:49:33 qschulz: The installed location is /path/to/recipe/workdir/sysroot-native and it installs that into a DESTDIR so it is right even if it looks odd Jul 01 16:02:47 when a recipe builds many packages, is there a way to have only a subset of them build for the nativesdk target? Jul 01 16:03:44 bluca: You can change the configure arguments to make it build differently for nativesdk Jul 01 16:04:41 There are a few ways to do that; many involve _class-nativesdk overrides Jul 01 16:05:58 It it's really different, you can also write a dedicated "nativesdk-" recipe Jul 01 16:06:44 s/It/If/ Jul 01 16:07:25 it's not different, it's just that I want only one package out of the many to be built for the nativesdk target - as all the others are missing deps and break the build Jul 01 16:07:40 was kinda hoping the class had a simple way to do that Jul 01 16:08:25 it's a recipe that builds 12 pkgs Jul 01 16:10:27 just change the nativesdk build using overrides so it doesn't build those bits Jul 01 16:17:09 JPEW: some good questions... Jul 01 17:13:47 RP: Thanks. I was going to bring it up on the call tomorrow also Jul 01 17:28:08 Hi guys. I'm try to build the qtwebengine module, but it fails with following error: /usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such file or directory ... Where I can see that this file does not exists in a yocto? Jul 01 17:29:44 I lloked in: build-apalis-imx6/tmp/work/apalis_imx6-poky-linux-gnueabi/linux-toradex/4.9-2.3.x+gitAUTOINC+5758a8e648-r0/recipe-sysroot/usr/include/asm and see that a file errno.h is exists Jul 01 17:30:50 this file includes the errno.h from the asm-generic directory, which also exists: /build-apalis-imx6/tmp/work/apalis_imx6-poky-linux-gnueabi/linux-toradex/4.9-2.3.x+gitAUTOINC+5758a8e648-r0/recipe-sysroot/usr/include/asm-generic Jul 01 17:30:53 wtf? Jul 01 17:32:06 you need to install the headers on host for 32bit multilib Jul 01 17:32:53 Is yocto use the host's linux kernel headers? o_O Jul 01 17:34:11 not for the things which are installed on target, but native and cross tools need to be built against something from host Jul 01 17:35:19 hmm.. ok, many thanks Jul 01 17:38:07 Is it mandatory to have a '32bit multilib' ? Because my host already have the linux kernel installed Jul 01 17:42:33 for mksnapshot in qtwebengine when building for 32bit target yes Jul 01 17:43:32 https://github.com/meta-qt5/meta-qt5/issues/159 Jul 01 17:48:01 Wow, many thanks. I have installed on Ubuntu this package: linux-libc-dev:i386 .. and, seems it does work.. many thanks!! Jul 01 19:37:47 RP: ross/binconfig now done, will neaten up commit messages and post Jul 01 19:38:00 RP: verified that all changes are intentional in both sysroot and packages Jul 01 19:38:10 which was fun, wrote some more tools :) **** ENDING LOGGING AT Tue Jul 02 02:59:56 2019