**** BEGIN LOGGING AT Wed Mar 12 02:59:58 2014 Mar 12 07:57:58 good morning Mar 12 09:43:26 morning all Mar 12 09:44:01 hey bluelightning Mar 12 09:44:06 hi koen Mar 12 09:45:32 hi bluelightning, koen Mar 12 09:45:43 bluelightning: someone asked me about ptest last week because he couldn't find docs, do you know where those are hiding? Mar 12 09:46:41 koen: is this what you're after? http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#testing-packages-with-ptest Mar 12 09:48:37 looks like it Mar 12 09:48:43 suihkulokki: ^^^^^ Mar 12 09:51:01 it's a bit sparse, but there's not a lot to ptest really Mar 12 09:52:02 the missing bit is comparison to previous results to detect regressions; ENEA said they had something but AFAIK they never got around to releasing it Mar 12 09:52:42 the plan for 1.7 I think is to put the results into buildhistory so git can be used to see that Mar 12 10:17:27 Moin Mar 12 11:16:22 hello everybody Mar 12 11:28:42 hi Noor Mar 12 12:01:44 mickeyl, hey! Back again? Mar 12 12:02:23 somewhat, ya :) Mar 12 12:11:34 so what're the targets? goldendelicious or third party hardware? Mar 12 13:27:14 hi all, did anyone know how to get python-numpy recipe from meta-openembedded git ? Mar 12 13:28:09 I've checkout the last master-next branch but still don't have the recipes in meta-oe/recipes-devtools/python Mar 12 13:32:06 it's in oe-core Mar 12 13:33:24 oe-core isn't meta-openembedded ? Mar 12 13:34:01 * koen pinches himself Mar 12 13:35:00 koen: I've just found that dora branch is the one I should use, thks Mar 12 13:35:13 kbouhara: the branches should match up Mar 12 13:35:27 or rather, you should use matching branches Mar 12 13:36:17 bluelightning: Yes I was'nt using the good branch Mar 12 13:36:37 bluelightning: now it seems to build well :) Mar 12 13:44:19 koen: I can imagine you jumping from your seat after hearing that oe-core/meta-oe thing :) Mar 12 13:49:48 strcmp() is hard Mar 12 15:06:36 fsdun: no idea, frankly. i have an eye open for the neo900, but until that's going to happen, i will just use an old gsm devel board attached to an x86 machine Mar 12 15:11:08 mickeyl, I'm currently trying to limit work time to regulations, so there should be some spare time ;) Mar 12 15:12:18 fsdun: that sounds good :) Mar 12 16:17:24 Does anybody get trought the error Mar 12 16:17:25 Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or Mar 12 16:17:55 I'm using qt4.8.5 and meta-toolchain-qte Mar 12 16:18:33 but can't figure out where this dependencies comes from Mar 12 16:43:25 anyone know if there is a table that shows kernel version along side yocto project version? Mar 12 16:47:06 darknighte_: I don't think such a table exists, but it wouldn't be hard to put together Mar 12 17:09:46 do we have any gettext expert here? Mar 12 17:14:37 bluelightning: thx. I've been maintaining a table internally that correlates the release dates/YP versions/poky versions together Mar 12 17:14:54 so, I just added the kernel versions from the release notes. Mar 12 17:15:18 * darknighte_ considers adding it to yp.org wiki Mar 12 17:15:43 darknighte_: we do have https://wiki.yoctoproject.org/wiki/Releases that has some of that info Mar 12 17:16:16 at some point though I suspect it would need to transition to a database if the number of additional columns grows... Mar 12 17:16:32 bluelightning: right. I just didn't care as much about the other links there. Mar 12 17:17:29 indeed, it could benefit from a bit of automation to keep it up to date too. Mar 12 17:19:38 darknighte_: right, that would be the next logical step Mar 12 17:20:22 bluelightning: heh! I've been called worse! Mar 12 17:21:11 Hmmm. I haven't noticed the release history table on the releases page Mar 12 17:21:17 that would do nicely, I think. Mar 12 18:38:09 does anybody know how gettext po.m4 file is searched by configure scripts Mar 12 19:18:35 Noor: see autotools.bbclass Mar 12 21:01:10 Does SPDXLICENSEMAP use LICENSE_PATH? I'm trying to remap a license name to a different license filename in one of my layers. Mar 12 21:07:26 sr105: it does appear so looking at the code (in meta/classes/license.bbclass) yes Mar 12 21:17:11 bluelightning: I was trying to do this: SPDXLICENSEMAP[NEOCAST] = "NEOCAST-1", but I keep getting an error about not finding my license file in the main meta...common-licenses directory Mar 12 21:26:32 it looks like find_license() only uses the first path for SPDXLICENSEMAP entries Mar 12 21:36:04 pseudo code (current): foreach lic_dir in paths: if license not found then { if SPDX[license] then use that with lic_dir } Mar 12 21:36:21 if should have also checked that SPDX[license] exists in lic_dir Mar 12 21:42:23 Looks like the bug is in master, too Mar 13 02:30:57 has anyone experience problems launching hob? I'm running ubuntu-srv 12.10 I have python3.3 libgtk2.0-dev and python-gobject installed (thought these were the dependencies) getting error : FATAL: Gtk+, PyGtk and PyGobject are required to use Hob (No module named gtk). **** ENDING LOGGING AT Thu Mar 13 02:59:58 2014