**** BEGIN LOGGING AT Fri Mar 01 02:59:58 2013 Mar 01 02:59:59 sgwl: i have updated the issue with some new information https://bugzilla.yoctoproject.org/show_bug.cgi?id=3898 Mar 01 03:00:00 Bug 3898: normal, Medium, 1.4 M5, saul.wold, NEEDINFO , kernel menuconfig unusable Mar 01 03:01:29 trevor_: let me catch up with that bug Mar 01 08:35:54 good morning Mar 01 09:25:08 sgw1: morning, there is one pre-ELC patch I haven't seen any comment or inclusion in consolidated pull: "zip: explictly disable bzip2 support" Mar 01 10:08:27 hi all, anyone knows how to add a user to a build image? Thanks all! Mar 01 10:13:27 soldoKyn: the key is the useradd class. Mar 01 10:17:14 rburton: I've got more than one useradd class...did you mean the one in meta/classes? Mar 01 10:18:11 yes Mar 01 10:18:37 rburton: ok thank you!! Mar 01 11:08:47 another q: how to debug sysroot operations? rpmdb somewhere? On clean builds I seem to be missing a few header files form gpu-viv-bin-mx6q package but a second build brings them in, odd. Mar 01 11:09:04 sysroot isn't packaged Mar 01 11:09:14 but there are logs Mar 01 11:09:24 so sysroot is just unpacked from rpm's? Mar 01 11:09:48 not even that Mar 01 11:17:27 are the FILE_package section always processed in same order or could parallel execution cause problems? Mar 01 11:18:15 afaik the files are grabbed in package-order, and in a single iteration. Mar 01 11:18:28 Hi, what is the recomended way to change 'stock' files in /etc? I want to set a root pwd and change console baud rate for ttyS0 in inittab Mar 01 11:19:37 neg: the serial console in inittab is controlled by the SERIAL_CONSOLE variable that the machine configuration sets Mar 01 11:22:28 neg: enabling the debug-tweaks image feature will wipe the root password so you can login without a password, if that's what you want. Mar 01 11:22:35 neg: if you want to set a known one, not sure tbh. Mar 01 11:22:53 bbappend base-passwd and inject your own passwd file? Mar 01 11:24:13 rburton: and FILES_package sections recurse into directories by default, so https://github.com/Freescale/meta-fsl-arm/blob/danny/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc#L70 will take everything and FILES_libegl-common-mx6-dev will have nothing, except for some reason on second build libegl has some more files like EGL/egl.h? Mar 01 11:26:58 mcfrisk: that's interesting behaviour i wasn't expecting Mar 01 11:28:40 my apps are failing to build due to missing EGL/egl.h and libEGL.so in a clean build, files are not in sysroot nor in package but after rebuild of gpu-viv they were there. Mar 01 11:36:04 RP: with latest bitbake I'm seeing bitbake hanging again :/ sometimes before PR service is even started, sometimes after build is finished (probably just before PR service is stopped) any idea what changed? Mar 01 11:46:49 JaMa: try reverting the pool parsing change? Mar 01 11:48:52 JaMa: I have had bitbake hang every so often on me in the past day or two; running vanilla no PR server Mar 01 11:56:09 damn, another clean build of gpt-ivi and EGL/egl.h appears correctly in sysroot. Could some package or script also remove files from sysroot? Mar 01 12:03:01 RP: ok, thx will report back in few days Mar 01 12:05:35 can sstate-cache be shared by different build? I'd like to try a few config changes and build everything from scratch. Mar 01 12:19:45 mcfrisk: yes it can Mar 01 12:20:01 Zagor: thanks, sharing it then Mar 01 12:24:15 rburton: thanks! Mar 01 12:26:43 i was just wondering if the OE janitor list is considered up-to-date (http://openembedded.org/index.php/OpenEmbeddedJanitors) Mar 01 12:26:44 is there a Yocto janitor's list? Mar 01 15:21:10 Hi... could someone explain the following error message please: "QA Issue: non debug package contains .debug directory" ?? Thanks a lot Mar 01 15:21:58 i m building my own recipe .... Mar 01 15:22:54 OlivierG: your FILES are bad, and you're pulling .debug directories into a non-dbg package Mar 01 15:23:33 feel free to pastebin your recipe if that doesn't help Mar 01 15:23:58 I will ;) Mar 01 15:25:42 the .inc : http://pastebin.com/47uPzbwm and the bb: http://pastebin.com/sd5dQH8j Mar 01 15:27:30 OlivierG: you shouldn't need the bootstrap call, as we'll be calling all the autotools directly Mar 01 15:27:48 ok Mar 01 15:29:00 OlivierG: my hunch is that neard-tests is holding /usr/lib/neard/.debug or something. change FILES_PN-tests to libdir/neard/* and add FILES_PN-dbg += "libdir/neard/.debug" Mar 01 15:29:16 also DISTRO_FEATURES += "nfc" is wrong Mar 01 15:29:21 that should be in your local.conf Mar 01 15:29:51 Thx for the comments ! ..i ll test Mar 01 15:30:10 also, are your python rdepends only for the tests? Mar 01 15:30:29 if so, those should be in a RDEPENDS_${PN}-tests and not RDEPENDS_PN itself Mar 01 15:30:58 and if bluez/wpas are optional, make them RRECOMMENDS_ instead of RDEPENDS Mar 01 15:31:40 and to be honest, i'm against creating a .bb/.inc split when there's only one version, so feel free to merge them together :) Mar 01 15:32:03 ok ... i merge :) Mar 01 15:37:33 rburton: Seems to be ok, i ll do some tests now... one more question: why do you refer to FILES_PN-tests instead of FILES_${PN}-tests ? Mar 01 16:06:04 hi davest Mar 01 16:06:24 davest: https://wiki.yoctoproject.org/wiki/Full_Pass_Test_Report_for_Yocto_1.4_M4_RC1_201302202_Build#Performance_Testing_2 Mar 01 16:07:36 https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.4_Status#Milestone_4 Mar 01 16:07:47 RP: performance data comparison? Mar 01 16:08:05 davest: linked from that page, https://wiki.yoctoproject.org/wiki/Performance_Test Mar 01 16:08:44 RP: looks healthy! Mar 01 16:09:04 RP: I wonder why we got those failures on the rootfs (sstate) on system 1 Mar 01 16:09:35 davest: we're working on that Mar 01 16:12:05 davest: I think the issue is covered in this bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3918 Mar 01 16:12:06 Bug 3918: normal, Medium, 1.4, laurentiu.palcu, ACCEPTED , core-image-sato -c rootfs fails on executing update_icon_cache Mar 01 16:16:23 We have a patch in progress for that Mar 01 16:33:11 in a bbclass, is it possible to conditionally inherit another class? Mar 01 16:33:46 FOO = "${@ some logic}" Mar 01 16:33:49 inherit ${FOO} Mar 01 16:33:59 that sort of thing will work, just make the FOO variable empty when you dont want to inherit Mar 01 16:54:42 thank you, kergoth Mar 01 16:55:26 np Mar 01 17:44:43 Hi, i'm trying to run bitbake but i'm running into check_sanity_eventhandler failed. My network is working fine though :( Mar 01 17:44:58 ugh, i've seen that. what branch? Mar 01 17:45:33 1.3 Mar 01 17:45:52 would this be something to do with the fact I have nice new systemd interface names and not eth0/wlan0? Mar 01 17:47:42 works fine in my 10.04 chroot... Mar 01 18:29:03 arfoll, I had the same issue. I forget if I had a workaround for 1.3, but it was suggested I use git, and that worked Mar 01 18:30:09 kmacleod: unfortunately I can't just use HEAD :( Mar 01 18:34:31 I did discover the wgets were working (so you're network itself is likely OK), but the python code calling the wgets was either getting wierd error result back or not handling it correctly. Mar 01 18:57:03 How do I tell poky that package_1.1.0.bb is newer than package_12.09.01.bb and should be used? Mar 01 18:57:21 jstashluk: bump PE Mar 01 19:08:19 JaMa: Thanks, that was exactly what I was looking for. Mar 01 23:47:58 This is probably some sort of FAQ, but... Building some stuff, asking for doc-pages, and sometimes things don't show up. I finally found out why: Mar 01 23:48:11 Doc RPMs are in an "attemptonly" list, where failure to install is non-fatal. Mar 01 23:48:27 And once anything with info files is installed, nothing else will, because of clashes in usr/share/info/dir. Mar 01 23:48:48 I haven't actually got a clever idea about fixing it, or anything. Mar 01 23:48:53 seebs: there's been patches about that on the list recently Mar 01 23:48:58 Oh, convenient! Mar 01 23:49:01 the fix is not to ship that file Mar 01 23:49:09 we should qa warn about it really Mar 01 23:49:20 I heartily endorse this product and/or service. Mar 01 23:51:33 seebs: #3969 Mar 01 23:51:57 Thanks! Mar 01 23:52:21 ah, latest autotools.bbclass deletes if it it gets installed Mar 01 23:52:35 so that will wipe out a lot of the instances Mar 01 23:53:01 Yeah. This is a special package that's installing prebuilts, so I should fix it locally for this package too. Mar 01 23:53:23 and by latest i mean "from 2011" ;) Mar 01 23:53:36 Probably why it doesn't bite us more often, though. Mar 01 23:53:42 indeed Mar 01 23:53:52 a qa warning would mean you'd see the problem sooner Mar 01 23:54:00 i doubt the docs actually get installed much Mar 01 23:54:07 especially as we don't generate much of them anyway Mar 01 23:54:37 Yeah. It's one of our test cases, though. And of course, I couldn't reproduce it. Mar 01 23:54:48 Because I was testing on a filesystem which happened not to have any other packages with info docs. **** ENDING LOGGING AT Sat Mar 02 02:59:59 2013