**** BEGIN LOGGING AT Fri Aug 17 03:00:05 2018 Aug 17 06:27:53 New news from stackoverflow: Why ptest-runner cannot find any ptests in my image? Aug 17 07:36:21 guys, before (krogoth times) i was able to use build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/ as compiler direclty .. what would that be in rocko ? Aug 17 07:39:59 ah nevermind .. think i found him Aug 17 08:31:33 hello, can anyone confirm that static builds with Qt 5 and Qt Quick (qtdeclarative) using meta-qt5 master actually work? Aug 17 08:34:05 I have enabled the option and am now stuck on the do_compile step of qtdeclarative... not sure if something is wrong or this is actually supposed to take that long Aug 17 08:34:50 i remember qt taking quite some time Aug 17 08:35:46 rob_w: it does, but having enabled the static option, it is taking much longer than previously for some reason Aug 17 08:36:05 qtdeclarative is already at 6662 s Aug 17 09:06:27 I do have a question regarding: sstate_create_package Aug 17 09:06:40 I port yocto/oe from 2.3 to 2.5.1 Aug 17 09:07:00 For packagegroups-foo-common I do see following error Aug 17 09:07:42 cd /packagegroup-foo-common/1.0-r0/sstate-build-package/ Aug 17 09:08:21 as expected, there are needed directories: package packages-split pkgdata Aug 17 09:08:50 The problem is with tar: Aug 17 09:09:15 tar -czf temporary.tgz.XXXXXXX package packages-split pkgdata Aug 17 09:09:23 tar (child): gzip: Cannot exec: Invalid argument Aug 17 09:09:23 tar (child): Error is not recoverable: exiting now Aug 17 09:09:42 Tar version tar (GNU tar) 1.28 Aug 17 09:09:54 Any argument how to debug this? Aug 17 09:10:31 The "workaround" is to do_packages[noexec] = "1" Aug 17 09:10:55 but this causes a break in for example do_deploy_archives Aug 17 09:12:05 Before porting the / tmp, sstate, cache were deleted and all started from scratch Aug 17 09:27:23 It also seems like the tar is from BUILD machine Aug 17 09:27:50 ls -alh /poky/build-lwn/tmp/hosttools and there is a link tar -> /bin/tar Aug 17 09:37:42 It seems like so problem with host tar running under the env (shell) created by sumo Aug 17 10:06:24 hi Aug 17 11:08:55 I am trying to build an old Yocto on debian stretch: https://paste.kde.org/pwxtufnxc/o7ipea/raw Aug 17 11:09:05 can anyone point me to the right direction? Aug 17 11:09:17 any workaround that would help me avoid updating an entire Yocto? Aug 17 11:48:43 is there an easy way to check which recipies pull a certain RDEPEND package into an image? Aug 17 11:50:00 CoLa|work: If you have a package manager installed, you can ask that. E.g., for opkg, use 'opkg why $packagename' Aug 17 12:06:48 unfortunately I have no package manager Aug 17 12:28:28 Hello, I'm getting this erro while bulding with toaster Aug 17 12:28:33 b'ERROR: Unable to start bitbake server\n' Aug 17 12:28:42 command: unset BBPATH; Aug 17 12:30:32 how or where I should set BBPATH= Aug 17 12:30:33 ?? Aug 17 12:55:38 ok doesn't matter Aug 17 13:24:09 Hi, I would need to make a image for raspberrypi3 having U-boot. I have set RPI_USE_U_BOOT = "1". But still I think I am not having U-boot. At least tools like fw_printenv fails because there is no /dev/mtd0. Any ideas? :) Aug 17 13:25:32 Jape_: The lack of /dev/mtd0 is not necessairly show that the u-boot is missing Aug 17 13:27:28 lukma, Ok! I try to get rauc updates working in RPI. When I apply the updates, it wants to use for example fw_printenv tools. Now I feel I get closer to get that working if I would get those tools working. Aug 17 13:49:09 Jape_: The fw_setenv / getenv is from u-boot-fwutils Aug 17 13:49:17 it is not the same as plain u-boot build Aug 17 14:21:44 yes. I have added u-boot-fw-utils and I have the tools in RPI. But those fails because there is no /dev/mtd0 Aug 17 14:23:54 someone in here building xdc-tool / ti-dsplink without complications on rocko? Aug 17 14:33:32 Jape_: So you may want to check if MTD support is enabled in your kernel Aug 17 14:33:43 or what will give you dmesg|grep mtf Aug 17 14:33:48 s/mtf/mtd Aug 17 15:03:11 is Derick S here ? Aug 17 15:05:48 tlwoerner, regarding odroid-xu mali.. found no dts support and the Arm drivers don't support anything > 4.14 Aug 17 15:18:33 RP, halstead is the space issue on the new clusters fixed? Aug 17 15:21:07 RP, just started a build. you can kill it if needed for master/master-next Aug 17 15:22:27 armpit: Mind picking up http://lists.openembedded.org/pipermail/openembedded-core/2018-August/153857.html for sumo-nmut (sorry about the Change-Id tag)? Aug 17 15:27:43 JPEW, got it thanks Aug 17 15:28:10 armpit: Thank you Aug 17 15:29:33 New news from stackoverflow: Bitbake: "Nothing PROVIDES" error Aug 17 15:37:08 no one for my issue? :D Aug 17 15:58:34 lukma, thanks! I will check that ! :) Aug 17 15:59:07 nothing in dmesg, probably I have it then missing from kernel... Aug 17 16:03:15 armpit: okay, thanks for the update. unfortunate. hopefully the lima/panfrost projects bear fruit Aug 17 16:04:34 tlwoerner, I found patches for the Arm drivers and possible the dtb. wont get to playing with that until this weekend Aug 17 16:29:02 tlwoerner: armpit my XU4 is on its way Aug 17 16:29:30 khem, should get mine today Aug 17 16:29:44 finally bought one Aug 17 16:29:46 cool.. Aug 17 16:30:45 tlwoerner: TFT driver for c2 needs to be ported I believe, otherwsise I could start using mainline kernel for my C2 Aug 17 16:31:04 I have to keep 3.5 LCD going Aug 17 16:38:44 * armpit did khem just do an irc mic drop ? Aug 17 16:42:46 Hi everyone I have a kernel space vs user space question. I successfully wrote a hello world kernel module that I can load or unload into the kernel. I also added in a function into this kernel module so I can attempt to call it from a user space application. My problem is what do I include in this new file to get access to the kernel function? Does make need to generate a new file for me other than the .ko file?? Aug 17 16:43:28 CoLa|work: buildhistory dumps a depends graph for the packages in the buildhistory/images/ dir, iirc Aug 17 16:43:45 replying to an old post, but didn't see if you got an answer Aug 17 16:59:49 New news from stackoverflow: How can I override another .bbappend Aug 17 17:22:47 armpit: needed to reboot so I can switch to 4.18 kernel Aug 17 17:59:59 New news from stackoverflow: How does BSP looks like in Embedded Linux? Aug 17 18:28:53 * armpit got my xu4 Aug 17 18:30:04 Anyone else having trouble downloading strace? Aug 17 18:31:03 can you trace it ; ) Aug 17 18:31:23 let me try Aug 17 18:31:32 Looks like an SSL problem on their end: https://pastebin.com/ivJ4mk8r Aug 17 18:36:27 Hmm, I can't seem to find a good mirror to download v 4.23 from. Anyone happen to know one so I can get my build to complete? Aug 17 18:36:28 worked for me Aug 17 18:36:31 Ph Aug 17 18:36:33 *Oh Aug 17 18:38:33 Ok, it's my friendly neighborhood IT department again... they don't exactly advertise well when the block something. Sorry. Aug 17 18:39:49 np Aug 17 18:41:54 * armpit not the eclipse plugin build failure again :/ Aug 17 18:53:21 JPEW: seems that you can send a patch to upgrade to 4.24 as a result :) Aug 17 18:53:53 so time spent on this issue results in something more productive Aug 17 18:54:36 Well, *I* can't until IT unblocks the site ;) Aug 17 21:06:45 armpit: just in time for the weekend (receiving your xu4) :-) Aug 17 21:08:05 yep. got it booted already Aug 17 21:27:17 JPEW: that was your homework :) Aug 17 21:27:42 I wonder if there is a good way to append to bblayers.conf Aug 17 21:28:40 rather I wish Aug 17 23:17:21 * armpit bblayers.bbappend Aug 17 23:59:09 I could use bbappends in many places in my life yeah : **** ENDING LOGGING AT Sat Aug 18 03:00:01 2018