**** BEGIN LOGGING AT Thu Jan 04 03:00:01 2018 Jan 04 07:31:03 hi, could anybody point me to an example of how to use a custom source fetch method? :) Jan 04 08:12:17 hi everyone Jan 04 08:12:27 morning Jan 04 08:12:38 hapy new year nayfe Jan 04 08:12:43 happy Jan 04 08:12:52 ty you too Jan 04 08:19:59 Maybe it was in a dream, I thought there was a way to have some configuration files outside the build directory, some files that would'nt be in the build directory and could overide/add layers on each build on my host Jan 04 08:22:55 I have a recipe that add my public ssh key in the image, I would like to be able to have this recipe in each of my builds, but not in my repositories, and i'm tired to add my layer in each of my build directories. Jan 04 08:32:12 aurele: on freescale env, bblayers.conf is taken from fsl-community-bsp-base https://github.com/Freescale/fsl-community-bsp-base/tree/rocko/conf so don't need to add layers each time Jan 04 08:36:19 aurele: you can use http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#building-software-from-an-external-source for out-of-tree sources Jan 04 09:10:36 Hi :) Jan 04 09:10:45 Any clue about this issue: https://pastebin.ca/3955288 Jan 04 09:12:21 it build before without errors and I only delete some files from sstate-cache and now when try to build it again then got this error what make no sense for me. Jan 04 09:15:39 will reboot and back Jan 04 09:30:53 hello, I have this weird issue during GUI application recipe development: https://pastebin.com/hRLtHP71 Jan 04 09:31:30 I get an ERROR message from QA check, but still it says that all tasks succeeded Jan 04 09:44:13 re Jan 04 09:45:53 Ok my build again works but have a question about sstate-cache. How I can I see if its used or when delete something from it how I can test that its recreated ? Jan 04 09:46:33 as I assume the cache md5sum will be different accross each package build? Jan 04 11:01:09 I'm using rocko and try to use AUTOREV in conjunction with a SVN repository. However, `bitbake` fails: `/usr/bin/env: 'svn': No such file or directory` Jan 04 11:04:25 it seems the PATH set for the job is broken/incomplete. At least does the subdirectory `fetcheravoidrecurse-r1`, that is used all over the exported`PATH` variable, not exist Jan 04 11:07:05 is svn in HOSTTOOLS or provided by a subversion-native recipe in rocko? Jan 04 11:11:01 joshuagl: either way: shouldn't invoking the `svn://` fetcher *implicitly* (if `FETCHCMD_svn` is unset) depend on svn? Jan 04 11:17:21 or is `AUTOREV` supposed to be broken? Jan 04 11:18:34 it used to work with prior versions. Jan 04 11:19:16 svn won't be used if a cached of the download already exists locally, in a PREMIRROR or MIRROR Jan 04 11:19:45 of course it's not supposed to be broken :-/ Jan 04 11:23:02 is subversion-native in ASSUME_PROVIDED? Jan 04 11:57:23 Hai. I'm using yocto 1.7.3, I have commented removing part of db files in sdk.py under meta, still I'm not getting a clean rpm db and am not able to rebuild also.. Any body please help Jan 04 12:25:19 How "Tasks Summary" stand to files in sstate-cache ? For eg. when I delete just sstate-cache/a6/sstate:ptest-runner::2.0.2+gitAUTOINC+6d2872116c:r0::3:a6f23dabc2bcf1e93c1e9d3b0a020da7_populate_lic.tgz and his siginfo file then I got: Jan 04 12:25:23 NOTE: Tasks Summary: Attempted 2426 tasks of which 2212 didn't need to be rerun and all succeeded. Jan 04 12:25:41 without touching sstate-cache Jan 04 12:25:49 NOTE: Tasks Summary: Attempted 2426 tasks of which 2216 didn't need to be rerun and all succeeded. Jan 04 12:26:26 so by deleting one file it trigger some 4 task? Jan 04 13:08:10 joshuagl: the checkout works, if I set a fixed `SRCREV`. I cannot even dump the environment, because parsing the files apparently fails due to the missing `svn`. Jan 04 15:56:59 When building a qt5 app with a bitbake recipe do need to include more classes than qmake5? I have the issue that my recipe-sysroot contains broken glibc headers. __GLIBC_USE is undefined in the include tree of Jan 04 16:01:03 armpit: RP: http://git.yoctoproject.org/clean/cgit.cgi/poky/commit/?id=d18003726f561bab2ab07acf16baee074da37cdc and http://git.yoctoproject.org/clean/cgit.cgi/poky/commit/?id=7fbb9a4bb65b4a1cf0b4eb34b30c5567f1c1c1ad are the patches in discussion Jan 04 16:10:06 everclear: Pastebin the error Jan 04 16:16:34 majuk: https://pastebin.com/a8miXXg3 Jan 04 16:17:25 it starts on line 15 Jan 04 16:28:26 JaMa: hey Jan 04 16:28:53 JaMa: are you testing the meta-qt5 builds on a machine with uninstalled g++-*-multilib and with host g++ version different than OE one ? Jan 04 16:29:06 JaMa: seems the qtwebengine is pulling in host includes and fails to build under ^ such conditions Jan 04 16:31:21 New news from stackoverflow: Yocto, remove autotools from (userspace) package build process Jan 04 17:09:38 majuk: any pointers what could have gone wrong? Jan 04 17:10:28 everclear: Sorry, no. I thought it was similar to a problem I ran into yesterday but it's different entirely. Jan 04 17:16:49 k thx anyway Jan 04 17:17:14 np, good luck Jan 04 17:25:35 armpit: I updated pyro-next Jan 04 17:33:45 RP, thanks Jan 04 17:35:07 arpmit: i'm investigating setuptools recipe now Jan 04 17:56:23 moto-timo: thanks! Jan 04 17:57:25 RP: HTH Jan 04 18:12:29 How can I specify QMAKE flags for a Yocto recipe? (qtbase from meta-qt) Jan 04 18:14:38 just 'QT_CONFIG_FLAGS += " -optimize-size"' ? Jan 04 18:47:14 Marex: dependency on g++-*-multilib is known and discussed on ML since 5.9 release Jan 04 18:47:48 Marex: I don't like that, but I couldn't block 5.9 upgrade even longer when Qt people think that it's feature not a bug Jan 04 19:55:07 moto-timo, thanks Jan 04 21:02:19 New news from stackoverflow: Yocto: how to use a custom layer to stop an existing layer from appending to a file Jan 04 21:10:40 armpit: confirmed that the old python3-setuptools recipe is not packaging pkg_resources. now trying my "fix" Jan 04 21:25:53 k Jan 04 21:50:29 i am trying to either archive (compress tar gz) the toolchain for cros dev, i get a permission error, i also get a permission error when trying to source control it, how do i backup or copy the installed toolchain? Jan 04 22:58:39 armpit: fix on poky-contrib and ML Jan 04 22:59:12 armpit: let me know if there are any issues, I did rush this a little bit Jan 05 01:55:26 Hi, I get an error when building "bitbake core-image-minimal". It is: Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file "busybox.suid" Jan 05 01:56:51 I suspect it has to do with the fact that my filesystem is ZFS... but I can't tell for sure (it did work on another machine with ZFS filesystem too) Jan 05 01:58:18 The error comes from poky/meta/classes/image_types.bbclass Jan 05 01:58:50 the line is : mkfs.$fstype -F $extra_imagecmd ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.$fstype -d ${IMAGE_ROOTFS} Jan 05 01:59:24 I tried running the same command on the command line, but I get an error saying that "-d" option is not supported, so... I'm a bit stuck Jan 05 02:00:22 The full command is actually: mkfs.ext4 -F -i 4096 /data/yocto/build-default/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/deploy-core-image-minimal-image-complete/core-image-minimal-qemux86-20180104203501.rootfs.ext4 -d /data/yocto/build-default/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/rootfs Jan 05 02:02:07 In your opinion, what should I try next? Jan 05 02:09:38 sfrigon: silly question, but... is there space on your filesystem? Jan 05 02:10:42 Yes, there's like 500GB left. Jan 05 02:11:04 ... and let's see the size of the image being created.. Jan 05 02:11:10 ... sounds like enough. ;-) Jan 05 02:11:52 DEBUG: Actual Rootfs size: 1722 /data/yocto/build-default/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/rootfs Jan 05 02:11:56 | DEBUG: Actual Partion size: 1 /data/yocto/build-default/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/deploy-core-image-minimal-image-complete/core-image-minimal-qemux86-20180104203501.rootfs Jan 05 02:11:56 .ext4 Jan 05 02:12:57 1722, that... MB ? And partition size os... eh maybe that's a problem a partion size of 1 ? Jan 05 02:27:22 Let me know if you think it is a normal value... in the meantime I'll investigate why I am getting this size of 1... looks suspicious to me. Thanks **** ENDING LOGGING AT Fri Jan 05 03:00:01 2018