**** BEGIN LOGGING AT Fri Oct 27 03:00:02 2017 Oct 27 03:13:29 New news from stackoverflow: why u-boot source code remove while compiling? Oct 27 05:43:50 New news from stackoverflow: yocto beaglebone black pru configuration Oct 27 06:34:36 I am getting an error while building an image on Ubuntu 16.04. I think i have installed all the required packets.. What does "WARNING: Unable to get checksum for linux-libc-headers SRC_URI entry shallow: [Errno 2] No such file or directory:" warning means? Oct 27 06:36:15 Any idea about ""WARNING: Unable to get checksum for linux-libc-headers SRC_URI entry shallow: [Errno 2] No such file or directory:" warning? Oct 27 07:09:00 ismail_: sounds like you have a bbappend or overlayed recipe for linux-libc-headers with a bad SRC_URI entry? Oct 27 07:20:23 Good Day. I wanted to change my grub version in my image and now i get the error: ERROR: grub-efi-2.02-r0 do_populate_sysroot: The recipe grub-efi is trying to install files into a shared area when those files already exist. (with a big wall of text afterwards) It advises me to delete tmp folder, but i already did that and ran the build completely new. any ideas? Oct 27 07:45:12 Hi, i was wondering, besides sstate-management.sh script, do you use other scripts to cleanup yocto env? Oct 27 09:14:28 New news from stackoverflow: qt5 yocto support for i.mx7 with pxp support Oct 27 09:29:54 maxin: Hi, i'm trying to build meta-oracle-java with rocko on headless arm, and it fails because it detects use of libX11.so.6. When creating JRE with JRECreate tool, if I select full profile, it includes swing/awt support (https://docs.oracle.com/javase/8/embedded/develop-apps-platforms/compact-profiles.htm#JEMAG325), do you how to fix this ? INSANE_SKIP ? Oct 27 09:32:05 nayfe: maxini is on vacation I think Oct 27 09:32:51 kanavin: ah thkx, maybe someone else can answer :) Oct 27 09:37:12 oh, yocti is sharing stack overflow Q's. That was fast. Oct 27 09:42:19 anyone got any clues how to proceed with https://pastebin.com/YsLjSeKT Oct 27 09:44:33 New news from stackoverflow: yocto kernel ti network error Oct 27 09:46:28 ramcq: it's missing libicudata, so you should add DEPENDS = "libicudata" ? Oct 27 09:51:45 nayfe: er... it's compiling icu Oct 27 09:52:08 the lib it's looking for is in the library path (the first dir in the LD_LIBRARY_PATH) there Oct 27 09:52:19 and I even added LD_DEBUG=all to that Makefile line Oct 27 09:52:30 LD is actually looking at the path which has the library in... Oct 27 09:52:33 and not finding it?! Oct 27 09:52:39 I am really confused :/ Oct 27 09:56:16 maybe try icu 59 from master ? Oct 27 09:56:54 ramcq> Oct 27 09:58:29 Good Day. I wanted to change my grub version in my image and now i get the error: ERROR: grub-efi-2.02-r0 do_populate_sysroot: The recipe grub-efi is trying to install files into a shared area when those files already exist. (with a big wall of text afterwards) It advises me to delete tmp folder, but i already did that and ran the build completely new. any ideas? Oct 27 09:59:26 styler2go> did you try bitbake -c clean grub ? Oct 27 10:06:22 nayfe: I can't change version, it's in the ABI for flatpak's SDK Oct 27 10:08:04 joshuagl, we are interested in feedback about the stack overflow messages Oct 27 10:08:17 hopefully they are useful, but not so many they disrupt the channel Oct 27 10:14:49 Crofton: I'll let you know ;-) Oct 27 10:15:06 certainly I never remember to look at StackOverflow and have already been once today Oct 27 10:15:25 ramcq: maybe LDFLAGSICUDT flag to set ? Oct 27 10:16:45 So far it looks sane Oct 27 10:39:50 arrggz, patching binary to remove dynamic library dependency with patchelf looks the only way to override automatic SO dependency from yocto :x missing something ... Oct 27 10:42:00 https://lists.yoctoproject.org/pipermail/yocto/2015-November/027592.html Oct 27 10:55:15 You could remove the libraries that link against libXrender Oct 27 10:57:05 Or, you could set PRIVATE_LIBS for the JDK, making package.bbclass assume JDK ships a copy of libXrender Oct 27 11:01:58 neverpanic: that thread was not made by me, but looks quite the same problem Oct 27 11:02:28 neverpanic: my issue is libawt.so depends on libX11.so but i'm in headless arm machine Oct 27 11:03:14 neverpanic: i tried to remove every lib. depending on libX11, but it removes too much stuff :p Oct 27 11:03:31 neverpanic: i don't know PRIVATE_LIBS, i'll take a look Oct 27 11:03:34 Well, those libs cannot be used anyway, so I don't think that would remove too much stuff, would it? Oct 27 11:08:42 :qa! Oct 27 11:08:52 friday... Oct 27 11:17:38 neverpanic: i'm tring one more time, and then i'll use a compact profile :x oracle java is sooooo .... well Oct 27 11:35:34 nayfe, just tried bitbake -c clean but the error still occures Oct 27 11:59:06 styler2go> did you also cleaned your image recipe ? Oct 27 12:00:41 what exactly do you mean? Oct 27 12:02:13 bitbake -c clean grub; bitbake -c clean image-X Oct 27 12:02:27 oh sure i did try that Oct 27 12:02:34 i also tried completely rebuilding everything Oct 27 12:02:52 maybe try to delete manually conflicted files in error message ? Oct 27 12:06:14 well, that's an idea haha Oct 27 12:07:00 Oh well, no, in this case the next tasks throws an error too Oct 27 12:07:09 cannot stat '/mnt/upboard/build-recovery/tmp/deploy/images/up-board/bootx64.efi': No such file or directory Oct 27 12:07:18 hey guys! I'm wondering on how do I bundle a custom crontab with cronie. My .bbappend says FILESEXTRAPATHS_prepend := "${THISDIR}/files:" and in files/ I have my crontab. Cronie doesn't seem to catch that :-( Oct 27 12:07:51 well, rm /tmp then :x or wait a guru to wake up :) Oct 27 12:10:41 luneff: i should be enough to work .... strange, did you look at env variables with bitbake -e ? Oct 27 12:12:58 nayfe, FILESPATH seems to use original paths, not mine. Maybe, the wrong variable is substituted Oct 27 12:14:25 is it cronie_%.bbappend ? maybe check bblayer priorities ? Oct 27 12:14:40 ohhh Oct 27 12:14:58 New news from stackoverflow: WARNING: No bb files matched BBFILE_PATTERN_core Oct 27 12:15:30 nayfe, it's not 'files' but 'cronie' path in my case :-) thanks Oct 27 12:16:41 still not working, though Oct 27 12:20:09 what is your path to cronie_%.bbappend ? Oct 27 12:21:59 FILESEXTRAPATHS_prepend := "${THISDIR}/files:" allows you to put files into files folder Oct 27 12:22:17 nayfe, oh, thanks :-) for some reason, I've decided to put .bbappend right to recipes-extended without a 'cronie' subfolder Oct 27 12:22:28 now it worked Oct 27 12:22:33 nice :) Oct 27 12:24:00 FILESEXTRAPATHS_prepend seems to be really convenient for custom recipes Oct 27 12:35:23 nayfe, i also tried rm /tmp Oct 27 12:35:29 it didn't work Oct 27 12:35:54 styler2go> maybe means that you have two recipes in conflict ? Oct 27 12:37:43 i also think that Oct 27 12:37:50 but how do i find the one in conflict Oct 27 12:39:47 there's a /mnt/upboard/meta/classes/grub-efi.bbclass Oct 27 12:39:56 but only one grub-efi.bb file Oct 27 12:43:14 styler2go> if a remember well, you trying to make wic image ? Oct 27 12:45:52 Yes, but i tried updating the grub-efi version Oct 27 12:47:09 did you check commits between version to see if there is something new ? Oct 27 12:47:31 i don't use grub :) Oct 27 12:47:43 but grub is awesome! :< Oct 27 12:47:55 i think i found another grub bb file Oct 27 12:48:01 i deleted it now it seems to work Oct 27 12:48:10 it was in meta-debian o.O Oct 27 12:52:14 UBOOT_EXTLINUX_ROOT = "root=/dev/mmcblk0p${distro_bootpart}" Oct 27 12:52:25 oops paste error Oct 27 13:53:15 Some people have used udoo here ? Oct 27 13:54:59 I mean the UDOO x86. Oct 27 13:55:09 I don't know what to think about this product. Oct 27 13:55:30 It's a project from kickstarter in 2013 and i don't know if they are reliable.... Oct 27 16:03:00 Hi All! I'm trying to make a recipe which includes random binary files (already built). Got something working, but now it doesn't redo the magic when the files are changing. Oct 27 16:03:03 What am I missing here? Oct 27 16:04:07 You will have to show some recipe code, or this will be a wild guessing game. Oct 27 16:05:56 ok. so what I have is the yocto files in a git repository. there's also a submodule pointing to a .net core project. that project is built outside of the recipe, and files are places in the files/ folder next to the recipe file Oct 27 16:06:01 See https://gist.github.com/mterwoord/dcf5e68fdc60b4e926e86152e25e1a51 Oct 27 16:06:46 files are being copied to the rootfs, but the old (first) version. not the freshly built version Oct 27 16:06:54 I'm guessing somehow I have to include a magic version number somewhere Oct 27 16:09:27 @neverpanic help would be greatly appreciated! :) Oct 27 16:10:04 is that kind of pointer helps ? https://community.nxp.com/thread/332653 Oct 27 16:10:39 tried that already. doesn't help. Oct 27 16:11:10 maybe i have to put in some value in PV? Oct 27 16:11:10 mterwoord: Is your SRC_URI literally file://* or did you modify that for the paste? Oct 27 16:11:27 literal Oct 27 16:11:50 mterwoord> instead of putting it in local, put it in a repo :) Oct 27 16:12:03 Yep, that would be the best solution Oct 27 16:12:04 i have, but i have it in a private repo, and i want to use submodules, instead of a hash.. Oct 27 16:12:08 ie, manual hash Oct 27 16:12:56 it seems like putting a value in PV works. Oct 27 16:13:00 So you want your recipe to not change while the actual content shipped by the recipe changes, right? That's not really how bitbake is designed to work. Oct 27 16:13:21 Yeah, changing PV or PR should trigger a rebuild Oct 27 16:13:28 Ideally, you'd actually list the files in SRC_URI, though. Oct 27 16:13:34 can I point the recipe to "submodule root/my-submodule" and it automagically use the commit info for that? Oct 27 16:14:04 there is autorev maybe Oct 27 16:14:05 so instead of *, put them all there? Oct 27 16:14:33 Well, you can have it check out a git repository, and you could write a python expression that determines SRC_URI from the git repository the recipe file is in Oct 27 16:14:58 Not sure that's a good idea, though, because that code will be run every time your recipe is parsed Oct 27 16:16:16 You're breaking the 1:1 mapping between the contents of a recipe and the output generated by it. Oct 27 16:16:25 Much better to automate changing the recipe, IMHO Oct 27 16:16:50 automate as in have the SRCURI point to a git url? or you mean like patching up the bb file? Oct 27 16:17:04 setting the pv value works btw. Oct 27 16:17:07 could work with that.. Oct 27 16:17:09 patching the bb file, e.g. by pointing the recipe to a git repo and automatically changing SRCREV Oct 27 16:17:30 then i'd have to manually set the git commit hash. Oct 27 16:17:37 unless you automate setting that Oct 27 16:19:17 right, i could have the script also building the .net core thingy figure out the submodule hash, and then patch the bb file Oct 28 00:10:06 Hello everyone. Oct 28 00:10:59 I am getting " the basehash value changed from 65ddce0fbd297763b82d1d6dc958244f to c39b90cc402b71ff1a41efd29ff86091. The metadata is not deterministic and this needs to be fixed." errors. Does anyone know the cause for this? Oct 28 00:23:13 bhargav: which recipe does this fail on? The error should read... "When reparsing foo, the basehash value changed" **** ENDING LOGGING AT Sat Oct 28 03:00:02 2017