**** BEGIN LOGGING AT Tue Apr 01 02:59:59 2014 Apr 01 05:27:10 Hi, I am using yacto for raspberrypi. I see that the code is also built for x86 (I checked in BUILD-rpi/tmp/work/x86_64-linux/* . Is there any way to disable building for x86? Apr 01 08:51:45 morning all Apr 01 11:58:41 hi can somebody tell me why Yocto/Poky (Dora) doesnt compile the gir files for gtk+3.8.2 (e.g. /usr/share/gir-1.0/Gtk-3.0.gir) ..is there a way to change the recipe to do so? Apr 01 11:59:01 yenal: you need meta-gir, it's on github Apr 01 12:00:17 ah ty rburton Apr 01 12:00:36 git://github.com/Guacamayo/meta-gir.git ? Apr 01 12:02:18 yenal: yes Apr 01 12:02:25 okay ty Apr 01 13:52:00 rburton: ping Apr 01 14:09:38 Net147: pong Apr 01 14:10:07 rburton: planning to upgrade dbus to 1.8.0? https://bugzilla.yoctoproject.org/show_bug.cgi?id=6092 Apr 01 14:10:08 Bug 6092: major, Undecided, ---, saul.wold, NEW , Upgrade dbus to 1.8.0 Apr 01 14:10:50 hi. i'm trying to debug why my recipe doesn't generate a valid image file while other similar recipes does... Apr 01 14:11:29 is there any way to log the commands used for building a recipe? the log only includes the command outputs by default... Apr 01 14:11:46 ionte: see temp directory in WORKDIR Apr 01 14:11:55 it already contains logs and well as run.* files Apr 01 14:11:55 JaMa: that's where i look Apr 01 14:12:29 JaMa: oh! i missed the run.* files! thanks Apr 01 14:15:07 they're not very helpful though in this case. the image is generated by a shell script and the entire shell script seems to be concatenated to the run-file. so i can't see the value of environment variables or what option of a case statement is used etc... Apr 01 14:17:00 Net147: not right now as we've frozen Apr 01 14:17:40 Net147: almost certainly for 1.7 though Apr 01 14:17:44 rburton: ok. I am having some systemd issues that may be related to dbus. I will try backporting patches to dbus 1.6.x to see if it helps. Apr 01 14:18:02 Net147: FYI if it helps the maintainer for the dbus recipe specifically is Chong Lu Apr 01 14:18:20 Net147: i think you should upgrade to 1.8 locally and test it so when 1.7 opens we can merge your recipe :) Apr 01 14:19:18 rburton: perhaps Apr 01 14:20:57 does the freeze apply for backports to fix bugs? Apr 01 14:21:23 Net147: no, bugfixes are still being accepted Apr 01 14:22:02 it would be nice if can fix some of the dbus issues for 1.6 Apr 01 14:22:33 Net147: if we don't already have them it would be useful to have bug reports for the issue(s) you're seeing Apr 01 14:22:33 depends how invasive the systemd fixes are Apr 01 14:23:45 rburton: http://cgit.freedesktop.org/dbus/dbus/commit/?id=d728fdc655f17031da3bb129ab2fd17dadf0fe3a is one fix Apr 01 14:58:07 YPTM: Dial-in number: 1.972.995.7777 US Toll Free number: 1.877.561.6828 BlackBerry users, click this link to join your conference as a participant: 1.972.995.7777x42001078# Apr 01 14:59:51 YPTM: Stephen Apr 01 14:59:59 YPTM Jefro is on the call Apr 01 15:00:16 YPTM: AlexG on chat only Apr 01 15:00:30 YPTM: Scott Rifenbark joined the call Apr 01 15:00:36 YPTM: Tom Z on Apr 01 15:00:55 YPTM: Sean Hudson dialing in... Apr 01 15:01:10 YPTM: Bruce will be late, which means you may be done before I make it. Apr 01 15:01:28 YPTM: hi all Apr 01 15:01:39 YPTM: Matthew on the call Apr 01 15:01:54 YPTM: RIchard is on the call Apr 01 15:02:10 michael_e_brown: how's it going? Apr 01 15:02:14 it's been a while Apr 01 15:02:43 YPTM: Belen is on the call Apr 01 15:02:53 YPTM: Michael is here. Apr 01 15:03:06 YPTM nitin joined the bridge Apr 01 15:03:18 Cristian joined Apr 01 15:03:56 YPTM: the current QA status for 1.6_M5.rc1: https://wiki.yoctoproject.org/wiki/WW13_-_2014-03-26_-_Full_Pass_Release_1.6_M5.rc1 Apr 01 15:04:31 YPTM: Paul Eggleton is on Apr 01 15:09:59 wow, that has to be the quickest YPTM I've ever attended. Apr 01 15:10:11 it's been a while, so perhaps that has changed a bit with sjolley running the calls. Apr 01 15:10:12 YPTM is over. Apr 01 15:10:38 Thanks to all who dialed in! Apr 01 15:23:35 Hi there Apr 01 15:24:17 I am using python-numpy on an i.MX6 board, and I compile using Yocto of course :) I am looking for the libraries which may optimize execution (blas, atlas, lapack, etc.) Apr 01 15:24:38 I can't find them in yocto, but maybe didn't I search correctly ? Apr 01 16:52:45 huh, anyone run into this error? it odesn't make sense, as the variable it says is undefined has a default set with ??=, and the error in question is a bit odd as well: ERROR: ExpansionError during parsing /scratch/2014.05/next/poky/meta/recipes-sato/images/core-image-sato.bb: Failure expanding variable FEATURE_PACKAGES_hwcodecs, expression was ${MACHINE_HWCODECS} whi Apr 01 16:52:50 ch triggered exception KeyError: 'MACHINE_HWCODECS' Apr 01 16:52:54 * kergoth digs Apr 01 17:07:34 this is acting weird Apr 01 19:23:50 kergoth: not seen that, no :/ Apr 01 19:24:26 found it. we had a situation where we had to kill a proprietary driver for legal reasons, resulting in MACHINE_FWCODECS being empty. yet clearly bitbake shouldn' trespond to that in this way Apr 01 19:24:36 reproducer: MACHINE_FWCODECS_remove = "va-intel" Apr 01 19:24:49 weird eh? setting aside and working around for now, will open a bug at some point Apr 01 19:24:59 workaround: MACHINE_FWCODECS_append = " " after the _remove Apr 01 21:36:15 kergoth: /scratch/2014.05 ? **** ENDING LOGGING AT Wed Apr 02 02:59:59 2014