**** BEGIN LOGGING AT Mon Apr 13 03:00:00 2015 Apr 13 03:21:42 YOLO Apr 13 06:49:46 Hm... If over-riding /etc/profile, would you copy the version from base-files and edit or would you write an append somewhere that scripts modifying the version in the rootfs? Apr 13 07:14:02 can I set S for a specific PROVIDES in a bb? Apr 13 07:31:34 is there a ant compile task for yocto? I'm trying to add hadoop to an image Apr 13 07:38:23 how to solve: ERROR: QA Issue: nativesdk-eglibc-locale: Files/directories were installed but not shipped Apr 13 08:03:24 morning all Apr 13 08:04:12 eh up Apr 13 08:05:37 is there a way to detect machine type (x86 vs x86-64) inside a recipe? Apr 13 08:07:33 good morning Apr 13 08:10:50 Hello Apr 13 08:11:04 Is it possible to specify a "referer" parameter for a src_uri ? Apr 13 08:11:22 Some websites only allow downloading a file if the referer matches Apr 13 08:25:37 good morning Apr 13 08:27:29 bluelightning: I am still unsure why I get this linkage issue with daisy, but not with dylan. Apr 13 08:27:56 I assume that it has something to do with the newer gcc. Apr 13 08:29:02 hi Apr 13 08:29:03 lpapp: that's what I suggested on Friday Apr 13 08:29:13 really? Apr 13 08:30:02 ERROR: QA Issue: nativesdk-eglibc-locale: Files/directories were installed but not shipped Apr 13 08:30:07 anyone? Apr 13 08:31:41 ericbutters: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#qa-issue-installed-vs-shipped Apr 13 08:31:53 lpapp: I thought I did yes Apr 13 08:58:39 bluelightning: how to get more information about which files to add to FILES, or to remove after do_install? Apr 13 09:04:34 ericbutters: does the error message not list them? Apr 13 09:14:12 ericbutters: he has gone. Apr 13 09:58:08 not sure if it helps, but here you can find the output of nm -a: https://paste.kde.org/pfs0wc7gs Apr 13 12:51:01 hello !, i'm trying to find an example on how to overwrite the inittab, if anyone has one ;) thanks in advance Apr 13 12:54:40 how do you mean, overwrit e? Apr 13 12:54:51 * rink_ has a recipe to append stuff to it Apr 13 12:56:17 rink_, finally I might try to just overwrite this variable SYSVINIT_ENABLED_GETTYS Apr 13 12:56:22 but rewriting should be similar, I think - just create a 'sysvinit-inittab_%.bbappend' file with a do_install_papend() { ...whatever... }' Apr 13 12:56:40 oh, what I do is add a specific daemon I want init to start Apr 13 12:56:45 ah ok, my thing doesn't work, ill try it Apr 13 12:56:47 Which has its own tty for logging Apr 13 12:56:55 if my* Apr 13 12:57:01 thank you ;) Apr 13 12:57:06 hth Apr 13 14:51:55 morning Apr 13 14:58:41 morning kergoth Apr 13 14:59:06 Crofton: Linkedin tells me you have social skills?! :) Apr 13 15:00:59 And trolling Apr 13 15:01:10 Matt was trolling me Apr 13 15:01:30 Linkedin is an advanced trolling platorm Apr 13 15:02:03 * Crofton|work wunders if he should endorse RP for buildroot :) Apr 13 15:02:13 heh Apr 13 15:03:27 * Crofton|work needs to get a car inspected Apr 13 15:14:16 hello, I read in docs that "LIC_FILES_CHKSUM" is a mandatory record in a recipe, but what should I do in situations where project (the downloaded zip) does not include license, but on the web page of project it says that it is licensed under Apache-2.0? Apr 13 15:14:29 i have no file to point "LIC_FILES_CHKSUM" at. Apr 13 15:14:45 do they at least mention what the license is, if not the license text? Apr 13 15:14:48 e.g. in a copyright header? Apr 13 15:15:27 no, these are otf font files, from http://www.google.com/get/noto/#/ Apr 13 15:16:20 i mean, i can't look into otf files. Apr 13 15:16:39 for license text or anything like that Apr 13 15:17:35 i would expect that yocto maybe ships most common license in some std location that i could point the "LIC_FILES_CHKSUM" record to? Apr 13 15:20:05 you can yes, ${COMMON_LICENSE_DIR} Apr 13 15:20:18 but that effectively bypasses the protection Apr 13 15:20:40 if upstream changes their license to some evil license with clauses you won't like, you may miss that on upgrade Apr 13 15:21:11 at the same time you apply this workaround you should send a note upstream suggesting that they include a license statement somewhere Apr 13 15:24:07 bluelightning, thanks for the tip, i will send them a message to be more yocto friendly :) Apr 13 15:24:28 gatisp: it's not so much "yocto friendly" as following good practices Apr 13 16:18:25 moin Apr 13 16:19:02 * nerdboy flogging beaglebones Apr 13 17:43:46 RP: thanks for rebasing my python 3.3 -> 3.4 ontop of Alejandro's patches Apr 13 20:48:56 moto-timo: np, I thought it a bit unfair to ask you to rebase again. Equally the other patches appear to have problems :( Apr 13 21:18:12 do_install_append() { Apr 13 21:18:12 echo "TEST" >> ${WORKDIR}/gpsd-default Apr 13 21:18:21 I'm trying to add some "stuff" in a file Apr 13 21:18:39 now it's just a test as you can see, but it doesn't seem to work Apr 13 21:18:48 I don't only build the gpsd recipe, but also the image recipe Apr 13 21:18:55 anyone has any idea ? thank ! Apr 13 21:20:31 acidfu: do_install output usually goes to ${D}. Are you saying that file never gets created? Apr 13 21:21:58 the line after I have this: install -m 0644 ${WORKDIR}/gpsd-default ${D}/${sysconfdir}/default/gpsd.default Apr 13 21:22:19 but the "TEST" never appear in the file, that is then copyied to ${D} Apr 13 21:22:47 acidfu: that line follows the one above in the _append ? Apr 13 21:22:55 yes Apr 13 21:23:16 http://pastebin.ca/2971835 Apr 13 21:23:21 can see the whole function hiere Apr 13 21:23:59 acidfu: firstly, inspect the run.do_install* file in ${WORKDIR}/temp/ Apr 13 21:24:11 see if your change makes it to the final function Apr 13 21:24:23 it sounds like it isn't for some reason though Apr 13 21:25:28 and do you know what WORKDIR Is usually from build/ Apr 13 21:25:29 ? Apr 13 21:25:40 something/something/image-name/something :| Apr 13 22:14:24 HI MPICH build is facing a problem due to the fact that the configure has a variable call BASH_SHELL the which set the bash shell of the developer computer. However if the developer has /usr/bin/bash the configure set this for the rest of compilation ( you can check this in config.log). Due to the fact that Yocto just has /bin/bash the build of an Apr 13 22:14:24 y image that includes mpich fails. Apr 13 22:14:43 I tested on the mpich src and the problem is fixed with a simple : Apr 13 22:14:50 export BASH_SHELL=/bin/bash Apr 13 22:14:58 ( configure does not have an option for this ) Apr 13 22:15:20 1) When I do the same export and then bitbake os-core-image-minimal the build still fails , Why is that happening? Apr 13 22:15:27 2) What is the best way to fix this ? How can I set the environment variable on the recipe ? Should I patch the Configure ? Apr 13 22:17:08 victor_rodriguez: I still think you should path configure.ac, but you could also override do_compile() on the recipe and export the variable there before compiling Apr 13 22:18:30 thanks aehs29, let me try the do_compile Apr 13 22:18:42 sedn the patch as RFC Apr 13 22:18:44 and wait Apr 13 22:19:10 do you know any recipe that does this ? Apr 13 22:21:21 victor_rodriguez: checkout the unzip recipe for an example on how to override do_compile Apr 13 22:29:35 thanks **** ENDING LOGGING AT Tue Apr 14 02:59:58 2015