**** BEGIN LOGGING AT Mon Jul 07 02:59:59 2014 Jul 07 06:40:56 30 Jul 07 07:05:40 morning Jul 07 10:26:34 Hello, I wonder if I could get help and some instruction how to rebuild image after small source changes. I am using Yocto for Galileo build, but have to provide some customisation into sthernet driver. Jul 07 10:42:05 Is it good place? I mean, I think it should be pretty simple to do that: modify, rebuild and test functionality of rebuilt image, but I cannot find how to do that. I read something about patches but not specific instructions. I am learning how to use Yocto, but it would be greate if somebody help me on this one. Jul 07 10:56:42 :q Jul 07 11:28:25 how should I deal with software that is licensed by a common license (MIT), but does not ship any license files? I have nothing to add to my recipe LIC_FILES_CHKSUM, and it won't run without any. Can I somehow reference the "common licenses" files in meta-oe-core ? Jul 07 11:38:39 mago_: does the source every say /* This is MIT */? Jul 07 11:38:51 you can checksum licenses statements in sources too Jul 07 11:40:15 rburton, unfortunately not, the only mention of MIT is on their webpage and also in the python packaging PKG-INFO file Jul 07 11:41:14 if thats in the tarball you can still reference it Jul 07 11:41:34 ok, good, that would solve my problem, assuming i can reference only a single line Jul 07 11:41:39 yes Jul 07 11:42:26 i'll try that ;beginline and ;endline= then Jul 07 11:42:27 thank you Jul 07 12:29:55 Hello, working to insert a custom "/etc/network/interfaces" on my image (daisy). I created a init-ifupdown_1.0.bbappend (FILESEXTRAPATHS_prepend := "${THISDIR}/files:"). When I look in the image, my file is not inserted in the image. I know there is other layer working with this file. Any hint to help me to solve this issue ? Thank you ! Jul 07 13:01:06 hi guys, I need a "toaster" expert :) last week I started using toaster, but it seems not to work as expected...I got result "fail" all the time even the build was successfull Jul 07 13:02:32 ivanstojanovic: do you get any errors? Jul 07 13:05:51 @belen: http://www.imagesup.net/?di=1014047383186 Jul 07 13:08:08 @belen: that's the second time I was building udev...first time with 43 errors, second time with no errors (in console) but toaster still reports 43 errors Jul 07 13:08:18 ivanstojanovic: If you click on the Tasks link on the left, are there any tasks with outcome "failed"? Jul 07 13:09:53 @belen: http://www.imagesup.net/?di=0140473858115 Jul 07 13:15:42 ivanstojanovic: so that build entry is for cleaning udev. I guess you built udev before hand and that's what failed with the 43 errors. Is that what happened? Jul 07 13:17:41 hi Jul 07 13:18:36 @belen: I built udev several times before I managed to solve the problem I had. The last build was successful (console). See another attachment: http://www.imagesup.net/?di=3140473905712 Jul 07 13:20:57 how can I control what goes into the SDK tarball created with -c populate_sdk? Latest meta-qt5 now appears to have SDK support, but no trace of Qt is to be found in the generated tarball. Jul 07 13:21:47 ivanstojanovic: something funny going on. Can I ask you to open a bug report and attach to it your toaster.sqlite, toaster_ui.log and toaster_web.log files? You'll find them all in your poky/build directory Jul 07 13:27:40 Hello, working to insert a custom "/etc/network/interfaces" on my image (daisy). I created a init-ifupdown_1.0.bbappend (FILESEXTRAPATHS_prepend := "${THISDIR}/files:"). When I look in the image, my file is not inserted in the image. I know there is other layer working with this file. Any hint to help me to solve this issue ? Thank you ! Jul 07 13:28:14 @belen: yeap, thanks Jul 07 13:42:33 @belen: I did as you asked. Let me know if something is missing. Thanks. Jul 07 13:50:44 ivanstojanovic: thanks! Jul 07 13:56:10 anyone aware of existing work / a layer for MIPS / AR9331 / Carambola 2 for Yocto? Jul 07 14:06:44 likewise: mayeb ynezz was doing carambola, ask him Jul 07 14:23:23 ant_work: thanks Jul 07 14:31:38 can anyone tell me what causes this error: ERROR: objcopy failed with exit code 1 (cmd was 'arm-angstrom-linux-gnueabi-objcopy' --only-keep-debug '/home/oe-core/build/out-eglibc/work/armv7ahf-vfp-angstrom-linux-gnueabi/libavdep/9.13-r0/package/usr/bin/avprobe' '/home/oe-core/build/out-eglibc/work/armv7ahf-vfp-angstrom-linux-gnueabi/libavdep/9.13-r0/package/usr/bin/.debug/avprobe') ERROR: Function failed: split_and_strip_files ERROR: Jul 07 14:32:30 try to run it manually to see the actual error message from objcopy Jul 07 14:33:22 JaMa: how do i do that? Jul 07 14:35:11 arm-angstrom-linux-gnueabi-objcopy /home/oe-core/build/out-eglibc/work/armv7ahf-vfp-angstrom-linux-gnueabi/libavdep/9.13-r0/package/usr/bin/avprobe /home/oe-core/build/out-eglibc/work/armv7ahf-vfp-angstrom-linux-gnueabi/libavdep/9.13-r0/package/usr/bin/.debug/avprobe Jul 07 14:35:15 in devshell Jul 07 14:39:47 JaMa: I get arm-angstrom-linux-gnueabi-objcopy: Unable to recognise the format of the input file '... Jul 07 14:40:53 JaMa: (im trying to use a recipe for libev found on the net Jul 07 14:41:00 web Jul 07 14:43:05 JaMa : http://layers.openembedded.org/layerindex/recipe/5641/ to crossbuild for arm COlibri T20 Jul 07 14:46:46 Rick____: does tha file have expected architecture? Jul 07 14:49:33 JaMa: in the .inc file there is: EXTRA_FFCONF_armv7a = "--cpu=cortex-a8" did you mean this? Jul 07 16:38:41 rburton: thanks for dependency fixes! one full test-dependencies job is running now (for 10 days already), but I'll include them in next incremental one Jul 07 16:57:29 Hello, working to insert a custom "/etc/network/interfaces" on my image (daisy). I created a init-ifupdown_1.0.bbappend (FILESEXTRAPATHS_prepend := "${THISDIR}/files:"). When I look in the image, my file is not inserted in the image. I know there is other layer working with this file. Any hint to help me to solve this issue ? Thank you ! Jul 07 17:11:13 weeb0: check bitbake -e init-ifupdown | grep ^FILESPATH= Jul 07 17:11:38 weeb0: if it lists the directory where you put interfaces file first,then you should be fine Jul 07 17:16:58 JaMa: you might be interested in the top four patche sof http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rpurdie/t222 Jul 07 17:17:55 JaMa: its a rewrite of the shlibs code to account for RPATH Jul 07 17:18:12 JaMa: not well tested yet but seems to work ins some simple test builds Jul 07 17:18:45 JaMa: Thank you Jul 07 17:25:29 JaMa : I like your command ... my directory is not the first one (I think it is the last one) how to make it become the first one ? TY Jul 07 17:41:03 weeb0: remove the "grep" and check the history of FILESPATH assignments Jul 07 17:41:38 RP: nice, looks good, BTW: there is small typo in -2 commit message "sstate depednency" Jul 07 17:42:22 JaMa: spotted, thanks :) Jul 07 17:44:17 JaMa: I'm going to send this out as an RFC Jul 07 17:45:05 JaMa : Thank you, I will dive into this Jul 07 17:45:18 RP: do you plan to extend this to use only shlibs providers from dependency tree of current recipe? Jul 07 17:45:30 RP: something like you did with m4 providers Jul 07 17:46:52 RP: btw I'm running test-dependencies build with that configure change applied, not so bad sofar, but it's only in first half of recipes Jul 07 17:47:23 JaMa: that is an interesting concept Jul 07 17:47:54 JaMa: I hadn't planned to do that but I'd certainly take it as an enhancement request in future :) Jul 07 17:48:17 JaMa: we could certainly make depending on something not in the dependency tree a hard error Jul 07 17:48:44 RP: yes, that would make my test-dependencies script almost obsole :) Jul 07 17:49:36 JaMa: fancy filing an enhancement request? :) Jul 07 17:49:40 Some pseudo code for this check was already included in https://bugzilla.yoctoproject.org/show_bug.cgi?id=4628 Jul 07 17:49:42 Bug 4628: normal, Medium, 1.7, richard.purdie, NEW , non-deterministic shlibs providers Jul 07 17:50:00 and this request is included there as well :) Jul 07 17:53:28 JaMa: The trouble with these bugs is that there are a lot of issues and we really need them to be about specific things Jul 07 17:53:33 otherwise we can never close them Jul 07 17:59:14 how do you manage your yocto versions in the field? Every 6months or so is a new version out. 1.5.x, 1.6.x... Jul 07 18:01:07 do you update them or just let them getting old? Jul 07 18:14:56 JaMa : found my problem, needed to put the file under files/overo/interfaces . TY Jul 07 18:15:00 JaMa : found my problem, needed to put the file under files/overo/interfaces . TY for your help Jul 07 18:41:41 JaMa : in fact, the file is in work directory, but not in my image ... what is going on here ! Jul 07 19:03:20 try to clear the sstate; I remember running into some weird bug wrt that Jul 07 20:56:48 what about the PR version in bbappend ? If the bb has a PR version of 7, does the PR needs to be changed ? Jul 07 21:00:57 that's what PRINC is for, but in recent versions you never have to touch PR/PRINC at all Jul 07 21:01:06 so it depends Jul 07 21:01:41 some recent changes in 1.6 HEAD breaks my build: libsdl-native is set to be ASSUME_PROVIDED but sdl-config can't be found in PATH. Jul 07 21:01:58 if PR = 7, which value I should set PRINC ? Jul 07 21:02:29 PRINC is used to increment the existing pr, you'll have to grep/google for examples Jul 07 21:02:37 volker-: so edit your local.conf and change that Jul 07 21:02:49 volker-: its not set in the metadata, its in the local.conf template, afaik Jul 07 21:04:39 kergoth: so not a bug but a wanted feature to have the default breaking the build? Jul 07 21:05:16 I'm guessing that the sanity check is supposed to detect that, but since you're using an existing build dir, it didn't re-run the sanity check Jul 07 21:05:23 but i don't know, i'm not the one that madet he change, i just saw it go through Jul 07 21:05:30 remove conf/sanity* Jul 07 21:05:34 * kergoth shrugs Jul 07 21:05:44 sanity check is usually good... Jul 07 21:09:47 that is also listed under the "Qemu configuration" which shouldn't matter if the build is not for qemu Jul 07 21:10:26 qemu-native is always built and run, no matter the target. but the sdl feature is indeed of limited use if you aren't going to run that qemu on your own with runqemu, afaik Jul 07 21:56:56 what do I do for a LICENSE when the author provides _nothing_? Jul 07 21:57:39 Proprietary? Jul 07 21:58:05 https://metacpan.org/release/Math-Libm Jul 07 21:58:07 depending on the country, copyright is implicit, and rights have to be explicit, lacking anything, there's no rights to use it, afaik anyway Jul 07 21:58:09 but IANAL Jul 07 21:58:58 I would default to the same as Perl...but we usually point to an artifact Jul 07 21:59:47 email the author? Jul 07 22:00:15 that must be the right thing, because I thought it too :) Jul 07 22:00:19 moto-timo: send the author an email and write a dummy "No copyright provided [all rights reserved]" Jul 07 22:00:43 great, thanks guys Jul 07 23:36:05 hrm, new error I haven't seen before. unknown package locale-base-en-us and "-gb Jul 07 23:36:33 some old google hits from 2011, but those seem fixed now. **** ENDING LOGGING AT Tue Jul 08 02:59:58 2014