**** BEGIN LOGGING AT Mon Jul 20 02:59:58 2015 Jul 20 07:44:04 <_4urele_> Hi I have a package (gst-plugins-good-rtpmanager) I would like to know which recipe provides it, does someone know how I could do this? Jul 20 07:54:18 _4urele_: look into the recipe meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb Jul 20 07:55:35 <_4urele_> mckoan, thx, I looked in it, it seems that it is dynamic, maybe gstreamer's plugins are not a good example Jul 20 07:55:37 <_4urele_> ;) Jul 20 08:48:45 <_4urele_> how could I know what FEATURES are missing to build a recipe Jul 20 08:52:13 <_4urele_> I'm trying to compile gstreamer for my image, and it complains about "libgl-mesa-dev"... Jul 20 09:48:38 good morning Jul 20 10:25:11 why does Yocto complain about this? update-rc.d -r ${D} foo default 50: https://paste.kde.org/ptyucubxw Jul 20 10:28:52 as far ah, typo Jul 20 10:28:57 ah, typo*. Apologies Jul 20 11:08:20 Hello; How do you limit the number of nightlies in http://autobuilder.yoctoproject.org/pub/nightly/ ? I can't find any buildstep in yocto-autobuilder to do that. Are you using some external cron thingi or similar? Jul 20 11:38:58 some people here from meta-ivi? why is there no dlt-viewer? Jul 20 12:07:17 ericbutters: because it is not needed to be GENIVI compliant. But I am sure if you contribute a recipe ... Jul 20 12:10:08 void-dev: okay thanks Jul 20 13:41:07 hmm, it seems that the buildhistory for the SDK does not work for me again :/ Jul 20 13:45:44 <_4urele_> I'm working on gstreamer comilation, I would like to use "gst-libav" (gstreamer1.0-libav), and it complains about the license flags, can someone explain in a few words why it is asking me to add the license flags whitelist to "commercial"? Jul 20 13:46:02 because the item requires a commercial license of some type to use in a commercial product.. Jul 20 13:46:19 if you are not creating a commercial product you are acknowledging you are aware of the issue and don't need it.. Jul 20 13:46:39 if you are building a commercial product, then you need to avoid using the component until you have aquired the right licenses.. and then you can tell the system you have it.. Jul 20 13:46:43 it's for YOUR protection Jul 20 13:49:35 <_4urele_> fray, this make sense, thanks for your quick answer!, so some part of libav could need a commercial license (eg : g729 codec) Jul 20 13:50:37 has anyone used this layer? https://github.com/joaohf/meta-erlang Jul 20 13:51:06 Or add 'IMAGE_INSTALL_append = " erlang"' in conf/local.conf and run Jul 20 13:51:07 'bitbake core-image-minimal' to get an image with erlang support. Jul 20 13:51:13 I did something similar to that.... Jul 20 13:51:20 I specified that in my SDK image recipe... Jul 20 13:51:45 and bitbake -c populate_sdk my-erlang-sdk did not provide me an SDK with erlang packages... what might I be doing wrong? Jul 20 13:55:15 _4urele_ we're engineers not lawyers.. so the answer to that is really up to your lawyers. However, as engineers we believe it is likely Jul 20 13:56:18 as for the SDK issue, bitbake -e tells me this: BUILDHISTORY_FEATURES="image sdk" Jul 20 13:56:41 BUILDHISTORY_COMMIT="1" Jul 20 13:56:50 yet, files-in-sdk.txt is not generated. Jul 20 14:12:05 hey.. how to call qmake inside a recipe? Jul 20 14:21:10 ericbutters: cannot you just write qmake as if you were writing make? Jul 20 14:23:01 s Jul 20 14:26:34 sorry Jul 20 14:27:00 bitbake -e -c populate_sdk foo-core-sdk-image | grep ^PACKAGE_INSTALL -> the only output is this: PACKAGE_INSTALL_ATTEMPTONLY="". Is this expected? Jul 20 14:44:25 hey guys Jul 20 14:46:17 I've built a minimal image, and receive the following whilst a boards starts up: http://dpaste.com/118MEZC Jul 20 14:46:29 Could somebody take a look? ^^^^ Jul 20 14:49:54 kergoth: i think your devtool plugins on path patch broke the selftest somehow Jul 20 14:54:08 hmm, that'd be odd, all the subcommands are still available. Jul 20 14:54:38 didn't try running them, though, last time i tried to run them they failed for reasons unrelated to the work i was doing Jul 20 14:55:01 * kergoth pokes at it Jul 20 14:56:35 * kergoth oe-selftest —run-tests devtool without the patches applied to check sanity Jul 20 15:00:48 ah, i see, looking at the log now Jul 20 15:02:57 gah Jul 20 15:03:31 rburton: yep, i missed a couple plugin functions. will resubmit as v2. sorry about that Jul 20 15:04:09 kergoth: thanks Jul 20 15:04:50 stupid of me not to have run the selftests before and after to check sanity, that's what unit tests are for :) Jul 20 15:09:45 <3 bitbake-layers add-layer, also yocto-layer create . really eases scripting Jul 20 15:11:55 kergoth: :) Jul 20 15:12:12 just got to make the selftests stop crashing... Jul 20 15:30:06 0x4, wjat Jul 20 15:30:20 0x4, what's the impact of those warnings/errors? Jul 20 15:31:39 vmeson: udev Jul 20 15:31:47 vmeson: udevadm Jul 20 15:31:47 Inconsistency detected by ld.so: ../ports/sysdeps/arm/dl-machine.h: 676: elf_machine_lazy_rel: Assertion `td->entry == 0' failed! Jul 20 15:32:29 Ox4: yeah but does the board boot ? Jul 20 15:32:58 ah... probably not.. (more coffee!) Jul 20 15:33:37 vmeson: it boots Jul 20 15:34:16 vmeson: but I need to load drivers which load firmware and from this point udev should play the game Jul 20 16:01:25 and the random parse hang hits while i'm trying to run selftests.. sigh Jul 20 16:14:49 kergoth: literally never see this random parse hang you talk of Jul 20 16:14:56 lucky! :) Jul 20 16:15:00 meta-mentor must have a sleep(5) in it somewhere Jul 20 16:15:06 haha Jul 20 16:15:07 pretty sure that means tf will send you an invoice Jul 20 16:15:14 longer than 5, sadly Jul 20 16:15:50 kergoth: can you replicate the hangs with just oe-core? Jul 20 16:17:04 i can't really replicate them at all, at least there's no test case for it. don't know if it's truly random or bound to something i'm doing. will have to kick off a continuous upstream —no-setscene build or something to check that Jul 20 16:23:41 rburton: question, not sure if you know the answer, but how exactly are the test case numbers allocated? Jul 20 16:24:20 kergoth: no idea, but my guess would be incrementally from when they were filed into testopia Jul 20 16:24:21 hmm Jul 20 16:24:45 many of the tests are old, but have been done manually for some time Jul 20 17:52:50 RP: https://gist.github.com/kergoth/25ea6bed197b0355e4cf might provide a nicer interface around your logging bits for the tests. just avoids hardcoding the logger and avoids the need for a separate function to check for it Jul 20 17:56:09 sheesh, devtool tests took like 2 hours on this machine Jul 20 18:52:02 kergoth: ouch, devtool normally takes less than that for me Jul 20 18:52:14 (its the other tests that make it take about 8 hours in total...) Jul 20 19:06:09 kergoth: depends if you have the sstate I guess. Here it doesn't take that long... Jul 20 19:06:21 kergoth: Can I convince you to sent a patch for that logging? :) Jul 20 19:06:23 ah, fair point Jul 20 19:06:27 sure Jul 20 19:08:37 rburton: got u-boot? Jul 20 19:16:37 otavio: we've seen the patch, we're struggling with 101 issues around the autobuilder though so its not tested yet Jul 20 19:24:13 otavio: its in new-mut Jul 20 19:34:10 rburton: RP: thx Jul 20 19:34:26 by the way, gtk-3 broke fsl-arm completely Jul 20 19:38:24 epoxy? Jul 20 19:38:31 (mail and/or bug please) Jul 20 19:58:40 rburton: no; http://privatepaste.com/e36aa01ea7 Jul 20 20:31:16 otavio: your distro has turned off x11 Jul 20 20:31:26 "--disable-wayland-backend --disable-x11-backend " Jul 20 20:32:02 (and wayland) Jul 20 20:51:29 rburton: I redid it now; but http://ci.ossystems.com.br/job/fsl-community-bsp-master-next/724/consoleFull#5687546df9aaadc-264d-4163-ae95-fd7844a10b4f Jul 20 20:51:34 is using poky Jul 20 20:55:40 don't see anything about gtk+ in that Jul 20 20:56:22 looks like you're getting two GL implementations Jul 20 21:40:25 rburton: I think I got it right Jul 20 21:40:34 rburton: but it is failing on linking now Jul 20 21:40:40 rburton: let me get the log Jul 20 21:41:28 rburton: http://privatepaste.com/a2cbdb1b60 Jul 20 21:42:38 link with pango works for me, is that a no-x11 build or something? Jul 20 21:42:59 Failed to open file './gtk.gresource.xml': No such file or directory doesn't look good either Jul 20 21:44:34 DISTRO_FEATURES_append = "x11 wayland" Jul 20 21:44:40 so it has wayland and x Jul 20 21:45:04 oops Jul 20 21:45:08 :) Jul 20 21:45:13 did you leave out the space :) Jul 20 21:45:19 (then again it should link with wayland only) Jul 20 21:45:26 (please mail me to remind me to test that combo) Jul 20 21:45:57 yes Jul 20 21:46:02 adding x and wayland Jul 20 21:46:14 if it works, I try with wayland only Jul 20 21:51:12 rburton: mesa-demos patch for wayland support http://patchwork.openembedded.org/patch/97717/ Jul 20 21:51:23 rburton: can we rework it and get this into oe-core? Jul 20 22:15:41 rburton: re-sent the patch series / pull req as v2, only the devtool BBPATH patch changed, though. Jul 20 22:15:47 * kergoth wanders off for a while Jul 20 22:17:28 instead of constructing tinfoil up front and passing that into subcommands, now it just constructs a minimal one up front and shuts down the cooker and unlocks the bitbake lock, and then lets the commands recreate tinfoil if needed. had to do that since some subcommands call out to recipetool, which needs to acquire the lock itself, if the cooker is already running at that point, shit hits the fan.. Jul 20 22:17:30 heh Jul 20 22:17:31 oops Jul 20 22:45:08 kergoth: thanks Jul 20 22:51:32 otavio: good news: the brand new nightly-no-x11 run that we added to the autobuilder today failed in the same way :) https://autobuilder.yoctoproject.org/main/builders/nightly-no-x11/builds/4/steps/BuildImages/logs/stdio Jul 20 22:51:42 looks like wayland-only has linkage problems Jul 20 22:59:57 rburton: great Jul 20 23:00:11 otavio: https://git.gnome.org/browse/gtk+/commit/gtk/gtksettings.c?id=802b006b3768ddc8c8cdf0af27428e7042c36509 Jul 20 23:00:11 rburton: did you look mesa-demos patch? Jul 20 23:00:28 otavio: i'm going to bed, can you test that patch and see if it works? Jul 20 23:00:44 otavio: saw the subject line in my mailer, yes :) **** ENDING LOGGING AT Tue Jul 21 02:59:58 2015