**** BEGIN LOGGING AT Mon Jun 09 02:59:58 2014 Jun 09 07:11:05 good morning Jun 09 08:42:21 morning all Jun 09 08:49:06 bluelightning, morning Jun 09 08:56:26 hi kroon Jun 09 09:21:30 I don't get it.. Is poky.git manually put together by oe-core/bitbake/meta-yocto ? Jun 09 09:26:13 kroon: it's assembled using combo-layer, yes Jun 09 09:34:01 bluelightning, aha. will do some reading Jun 09 09:35:58 hi Jun 09 09:36:47 i have an image build on yocto, can i import the image to make changes ? Jun 09 09:38:37 pedroaleluia: not sure I understand the question ... ? Jun 09 09:39:29 i have an instaled system Jun 09 09:39:37 and i need some changes Jun 09 09:40:09 do you have the original metadata used to build the image? Jun 09 09:40:42 no Jun 09 09:40:49 only packages Jun 09 09:41:13 then it's going to be a bit difficult to do that... Jun 09 09:41:13 and i need to change boot logo Jun 09 09:41:26 and add a new connection on the gui Jun 09 09:43:37 hello, I'm new to yocto and last week I read project's wiki, but i still can't find the best way to build images with softfp abi. I played with different variables in local.conf, but bitbake still builds hardfp abi binaries. Could someone point me out on docs how to enable softfp? Jun 09 09:48:40 pedroaleluia: if you don't have the metadata you will need to reconstruct it Jun 09 09:49:05 pedroaleluia: it's worth bearing in mind your obligations for GPL licensed parts of your image if you will be redistributing it Jun 09 09:51:31 i am doing this based on radxa rock Jun 09 09:51:56 it asks for xf86-video-fbturbo Jun 09 09:52:04 where i add the source ? Jun 09 09:54:10 I'm not familiar with either "radxa rock" or xf86-video-fbturbo Jun 09 09:58:14 pedroaleluia: maybe you should look at the meta-sunxi layer since that appears to be a driver for allwinner devices Jun 09 09:58:46 tks Jun 09 10:03:37 to have a thin client gui, is there anything already done ? Jun 09 10:03:56 its my first time on yocto Jun 09 10:04:17 i am in the midle of the ocean Jun 09 10:13:54 pedroaleluia: oe-core has x11/gtk/qt recipes you can use Jun 09 10:15:22 after the buils Jun 09 10:15:25 after the build Jun 09 10:15:39 to change gui ? how is it done ? Jun 09 10:17:25 to install more packages Jun 09 10:33:54 hi guys Jun 09 10:34:28 hi Xz Jun 09 10:34:32 there was recently I guess well known issue with x264; git history has been changed Jun 09 10:34:44 now, the original SHA1 was 1cffe9f406cc54f4759fc9eeb85598fb8cae66c7 Jun 09 10:35:01 Xz: yes Jun 09 10:35:11 I'm looking for the new SHA1 that would match the original one (effectively the same version of x264) Jun 09 10:35:17 is there any chance to find it out? Jun 09 10:35:56 Xz: yes, the new one is bfed708c5358a2b4ef65923fb0683cefa9184e6f Jun 09 10:39:36 bluelightning: are you 100% sure about that new SHA1? Jun 09 10:39:54 bluelightning: are you 100% sure about that new SHA1? Jun 09 10:40:03 Xz: 100% yes Jun 09 10:40:10 bluelightning: cool, thanks a lot! Jun 09 11:02:27 how can i have spice virt viewer on a project ? Jun 09 11:03:24 pedroaleluia: do you mean you want to build an image with yocto that has a spice viewer in? Jun 09 11:03:33 yes Jun 09 11:03:42 you'll need to find one, and write a recipe for it. Jun 09 11:03:45 and freerdp Jun 09 11:03:52 check layers.openembedded.org to see if its already been packaged Jun 09 11:05:55 bluelightning:I am trying to replace "IMAGE_INSTALL += "packagegroup-core-basic" with "IMAGE_INSTALL += "packagegroup-core-full-cmdline", only for x86_64 Jun 09 11:06:53 PACKAGEGROUPLSBOPTS = "packagegroup-core-basic" PACKAGEGROUPLSBOPTS_linuxstdbase = "packagegroup-core-full-cmdline" & IMAGE_INSTALL += ${PACKAGEGROUPLSBOPTS} dont seem to make sense Jun 09 11:07:08 any other way to do this ? Jun 09 11:09:43 lsb_tester: packagegroup-core-basic is gone completely, why would you want to replace it conditionally? Jun 09 11:11:44 bluelightning: Well ..we had base-lined to an older version when it was present. So was trying a way to solve my problem without waiting the distro admin's permission to replace it fully Jun 09 11:13:05 Is there any syntax to remove any install appends in a bbappend file later ? Jun 09 11:13:43 synonymous to -= sort ( hope u understand what I mean ) Jun 09 11:18:36 lsb_tester: there is _remove Jun 09 11:19:05 http://www.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-manual.html#removing-override-style-syntax Jun 09 11:23:15 Anyone attempted to run the build appliance image on QEMU/Win32 ? Jun 09 11:27:02 bluelightning: Some thing line IMAGE_INSTALL_remove does not seem to work I think ! Jun 09 11:27:51 welcome all, could anyone help me and tell, why does libtool fails on do_rootfs saying nothing provides /bin/bash although the target system doesn't need or use bash Jun 09 11:56:49 bluelightning: will it be correct to use : PREFERRED_PROVIDER_packagegroup-core-basic = "packagegroup-core-full-cmdline" ? Jun 09 11:58:27 lsb_tester: that won't do anything Jun 09 11:58:42 lsb_tester: PREFERRED_PROVIDER just selects between multiple providers of a particular item Jun 09 12:01:35 bluelightning: The message "multiple providers are available for runtime packagegroup-core-basic (packagegroup-core-basic, packagegroup-core-full-cmdline)" looks to be gone now after using it Jun 09 12:01:59 lsb_tester: I see, so somehow you have added packagegroup-core-basic back in after it was renamed Jun 09 12:02:17 I don't know why you'd want to do that... Jun 09 12:04:16 I have added core-full-cmdline. core-basic was already there. Now as long as both exist I have to find a way out to make the later considered over the previous. Jun 09 12:04:36 That's the whole purpose Jun 09 12:05:30 I'm confused Jun 09 12:05:41 why add it at all? Jun 09 12:06:02 if the version you are using uses the pre-renamed packagegroup, just stick with that... Jun 09 12:06:19 lsb tests require the later Jun 09 12:06:53 no LSB tests should be relying upon the presence of that packagegroup Jun 09 12:07:19 some of the packages within it perhaps, yes Jun 09 12:07:35 But the packages bundled by the basic & full-cmdline are different Jun 09 12:07:58 what are the differences? Jun 09 12:08:16 there weren't any at the time I did the rename Jun 09 12:11:47 ok... Jun 09 12:21:37 so, what are the differences then? Jun 09 12:28:43 ahh...the change history shows some changes are there from our end Jun 09 13:16:43 Who should I report broken links on www.yoctoproject.org to ? Jun 09 13:18:22 kroon: please email Michael Halstead Jun 09 13:18:50 bluelightning, thanks Jun 09 15:23:11 ok, i'm finding the new saved images really changes my workflow. Used to, I could do a bitbake -c cleansstate packageinwork Jun 09 15:24:51 and then rebuild, and things ended up with the changed package. Once I got it working as expected, I could commit and go on to the next thing. Now it seems I am ending up with initrd images not being rebuilt. So, how do I make sure that everything touched by a package is invaldiated now? Jun 09 16:42:09 RP: I just updated to the latest version of Poky and now I get a bunch of warnings about old tasks being tainted from a forced run (you added it in 60c40e5d). However, you forgot to tell how to get rid of the warnings. I mean, I obviously can't use bitbake -f to rebuild the tasks as that's what caused the warnings in the first place... Jun 09 16:48:48 Saur: bitbake X -c clean or remove the .taint files in tmp/stamps manually Jun 09 16:49:07 RP: Hmm, ok. :) Jun 09 16:49:26 Saur: the point was just to make people more aware of the presence of these things Jun 09 16:50:04 RP: Which I guess is a good thing (as I certainly wasn't...) :) Jun 09 17:06:08 RP: On a related note, how do I get rid of this warning: "libvidcap-1.0.1 was registered as shlib provider for libcapture.so.0, changing it to libcapture-1.0.1 because it was built later". The problem is due to the recipe changing name to match the library. Jun 09 17:11:11 Hi guys, is something funky with PREFERRED_VERSION in 1.6? without it the freescale bsp builds 2013.04, i then set PREFERRED_VERSION to 2013.04 and its all good. I then add a bbappend named _2013.04 in my layer and it then says "NOTE: preferred version 2013.04 of u-boot-imx not available (for item u-boot-imx)" ??? Jun 09 17:11:57 insufficient information Jun 09 17:12:27 unsurprising :-) Was hoping a summary might jog some memory... Jun 09 17:13:33 using 1.6 from current daisy branch of fsl-community-bsp Jun 09 17:14:07 basically added a new layer with just the bbappend in and that breaks it... Jun 09 17:14:18 how much more info would you like? Jun 09 17:14:33 "1.6" doesn't actually tell us anything. 1.6 of what? what's the recipe filename? what's the bbappend filename? Jun 09 17:14:37 you summarized almost everything Jun 09 17:15:43 yocto 1.6... Jun 09 17:17:41 From https://github.com/Freescale/fsl-community-bsp-platform (daisy branch) Jun 09 17:18:49 The recipe is https://github.com/Freescale/meta-fsl-arm/blob/master/recipes-bsp/u-boot/u-boot-imx_2013.04.bb Jun 09 17:21:48 and the filename of your bbappend? adding a bbappend won't make bitbake suddenly not know about the main recipe, so you've got somehting really broken going on Jun 09 17:23:30 u-boot-imx_2013.04.bbappend Jun 09 17:24:00 I know - its an almost exact copy of the one I got working on the 1.5 master-next so it should be fine Jun 09 17:24:12 I only changed the machine-name and removed the PRINC Jun 09 17:27:59 its really odd. I even copied the u-boot 2009.08 bbappend that's already in the tree and it does the same thing?! Jun 09 17:30:47 and bitbake -s shows the same occurring with one version being shown at a time... Jun 09 17:32:26 and bitbake -e doesn't show any significant differences... Jun 09 17:50:10 kergoth: It looks like it's the line UBOOT_MACHINE_pevsmachine = "pevsmachine_config" that triggers it...! removing that works?! Jun 09 17:51:11 Ah Jun 09 17:51:39 perhaps see u-boot.inc to see what handling its doing around UBOOT_MACHINE Jun 09 17:52:26 nothing before compile phase... Jun 09 17:53:23 see sources/poky/meta/classes/uboot-config.bbclass Jun 09 17:53:39 lines 25 and 28, specifically Jun 09 17:53:48 those mark the recipe as unbuildable in those conditions Jun 09 17:55:25 those look interesting... is that log output dependent on something as I don't see it? Jun 09 17:56:32 generally the skip package message is only shown if it was the only candidate that could be built, though ideally bitbake would show them also if you prefer the version being skipped, as in your case Jun 09 17:56:49 you could see it by getting the other versions to also be unbuildable. temporarily move them elsewhere for example Jun 09 17:57:03 I've already done that Jun 09 17:57:04 if the recipe isn't buildable in ay version, it should show the skip message so you know why it can't be built Jun 09 17:57:23 and it fails - bitbake -s then doesn't show that recipe at all Jun 09 17:57:26 move all versions but 2013.04 elsewhere, then bitbake u-boot-imx Jun 09 17:57:28 right, as expected Jun 09 17:57:39 but try to build it ,and bitbake will show you the reason it was skipped Jun 09 17:57:44 at least, it should Jun 09 17:58:27 kergoth: Ah, ok that provokes it...! Jun 09 17:59:59 kergoth: brilliant, thanks. That's all very confusing :-D Jun 09 18:05:29 yeah, we should enhance bitbake to display the skipped message if the skipped recipe was the version the user is preferring, if possible. I'd suggest opening an enhancement request in the bug tracking system describing this and the situation you ran into Jun 09 18:05:32 no problem, happy to help Jun 09 20:06:46 ok, I had an email I sent to openembedded-devel@lists.openembedded.org, never saw it. So I just sent it again. And I don't see it again. I do see the bcc copy I have been sending myself, so I know the git email command is working. Anyone have access to see why that list appears to be swallowing my git posts? Jun 09 20:07:55 [oe] [meta-oe][PATCH] Upgrade geode video driver to 2.11.15 Jun 09 20:08:20 that one. Jun 09 20:11:07 ok, found an option avoid duplicate messsages that might have had an impact on me seeing it. Jun 09 20:13:44 crofton, I'm going through the archives, and I can only see one copy of that. I updated according to the feedback received and sent it again, but don't see either of the resends. Jun 09 20:14:17 that is time stamped 1245 today Jun 09 20:15:39 and another refresh now I see it at bottom. :( I've feeling totally hopeless at this. Jun 09 20:17:07 and thanks for looking over my shoulder. Hopefully the meta-oe committer will see it and I actually got the format right this time. Jun 09 20:17:37 I am sure JaMa will Jun 09 20:20:01 also, is openembedded-devel or openembedded-core a better list for discussing changes to the libc packages? Jun 09 20:33:41 quick q. Jun 09 20:33:52 http://layers.openembedded.org/layerindex/recipe/21561/ is a recipe for resolvconf Jun 09 20:34:05 however, it doesn't install /lib/resolvconf/list-records, which is required Jun 09 20:34:26 i am making an append to do it, but /lib is funky and regular files won't install? Jun 09 20:34:36 install -m 0755 bin/list-records ${D}/lib/${BPN}/ Jun 09 20:35:06 how do I install the file? Jun 09 20:35:28 did you install ${D}/lib/${BPN}/ first? Jun 09 20:35:47 (make sure the directory exists) Jun 09 20:36:06 yes Jun 09 20:36:17 i get this during build Jun 09 20:36:18 WARNING: QA Issue: resolvconf: Files/directories were installed but not shipped /lib /lib/resolvconf /lib/resolvconf/list-records Jun 09 20:37:08 FILES_{PN} += "/lib/resolveconf/list-records", or whichever package should have that file included. Jun 09 20:37:50 you need to say which of the packages will have list-records in it. Jun 09 20:38:44 http://linuxbeard.com/ <= halstead ? Jun 09 20:39:28 Anyone knows how to enables kernel debug output in yocto^ Jun 09 20:39:34 nerdboy, I've never seen that before. Funny. Jun 09 20:39:52 third one is familiar? Jun 09 20:40:38 The only one I recognize. Jun 09 20:41:43 stole that from g+... darknighte apparently has a Doppelgänger on there somewhere... Jun 09 20:42:17 blloyd: still same warning Jun 09 20:42:37 i remember i had an issue like this before when my library was not .so.x.x.x Jun 09 20:44:22 ripperD: did you add the FILES_{PN} to your package, or what did you add? Jun 09 20:44:54 yeah, i put that in my resolvconf_1.74.bbappend file Jun 09 20:44:58 the exact line Jun 09 20:45:03 ${libdir} can be used in place of /lib Jun 09 20:45:39 I suggest doing bitbake -e resolveconf and then look at the FILES_ variables to make sure it is doing what you expect. Jun 09 20:47:14 blarg, its "resolvconf". I'll re-run and see what happens with the fixed files_ directive Jun 09 20:51:19 ok, I think this worked. Jun 09 20:51:21 FILES_${PN} += " /lib/resolvconf/list-records " Jun 09 20:51:38 funny, I have found a few misc recipe issues that I have had to fix in dora Jun 09 20:52:00 how would I submit changes to the maintainer to fix? Jun 09 20:53:30 ripperD: well, we'd want the issue fixed in master & daisy first; if a fix exists there we'd want to backport it Jun 09 20:54:03 however for issues that genuinely only affect dora you could send a patch specifically for dora Jun 09 20:54:37 re submitting patches, all patches should be submitted in the same manner Jun 09 20:54:55 i.e. http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded Jun 09 20:55:35 poky is made up of OE-Core, bitbake, meta-yocto and yocto-docs; there's a quick explanation of what patches should go where in the README Jun 09 20:56:03 all of what's under meta/ and most of scripts/ are part of OE-Core Jun 09 20:57:41 and just for completeness: https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance Jun 09 20:58:48 good info, thanks! Jun 09 20:59:09 np Jun 09 21:08:35 nerdboy: eh? Jun 09 21:08:51 the beard thing... Jun 09 21:08:59 noticed your picture there... Jun 09 21:12:10 did it break anything? Jun 09 21:19:18 Anyone knows how to enables kernel debug output in yocto? Jun 09 21:21:55 mtetreault, what specifically are you looking to do? Jun 09 21:22:19 do you want to add options to the cmdline? like "debug" or "loglevel=8" Jun 09 21:22:30 or do you want to turn on some specific kernel option? Jun 09 21:22:41 and rebuild Jun 09 21:23:23 for the former, you can do this via your bootloader config for a temporary change, or use the APPEND variable in the machine config for a permanent change Jun 09 21:23:40 for the latter, please see the CHanging the Configuration in the kernel-dev manual on the yocto project documentation page Jun 09 21:25:21 dvhard: The kernel hangs during the boot and I want to see why, but the only output that I have is starting kernel... Jun 09 21:25:39 which kernel, which machine? Jun 09 21:25:41 which image? Jun 09 21:26:34 kernel 3.10, on a sabre lite (boundary device) it's the fsl-image-multimedia to which I added the qt-4.8.5-embedded Jun 09 21:29:40 I'm not familiar with the FSL kernel recipe or their bootloader image Jun 09 21:29:57 but typically, you just find the bootloader entry and make sure you are printing to your debug terminal Jun 09 21:30:04 and adding things like I mentioned above Jun 09 21:30:10 just like on any other Linux system Jun 09 21:33:44 so in uboot it's simple as adding bootargs loglevel=8 ? Jun 09 21:42:56 Saul: once my geode upgrade to 2.11.15 gets added to master, what would it take to get it into daisy as well? I'm pretty sure it qualifies under the current version is completely broken heading. Jun 09 22:33:51 darknighte: at least it's more-or-less the right linux-geeky look... Jun 09 22:44:33 halstead [[ping]] Jun 09 22:44:47 LCyrin, pong. Jun 09 22:45:01 LCyrin, Have you connected? Jun 09 22:45:24 Na, so first thing is that Jun 09 22:46:03 I'm not sure of my computer is reading config from ~/.ssh/config Jun 09 22:46:18 So I've got it in /etc/ssh/ssh_config Jun 09 22:46:24 That's a minor thing Jun 09 22:47:36 But connecting to lcyrin@fedora20... gives an error Jun 09 22:47:41 LCyrin, If you run "ssh lcyrin@access.pdx.yoctodev.org" does that connect? Jun 09 22:47:49 Sec Jun 09 22:48:20 Perm denied pub key Jun 09 22:48:52 Actually, sec Jun 09 22:49:49 Changing ssh config to have host access.* point to the right key Jun 09 22:50:57 Same thing, permission denied public key Jun 09 22:51:10 LCyrin, It looks like you ran ssh lcryin@access... instead of "ssh lcyrin@access.pdx.yoctodev.org". Jun 09 22:53:07 LCyrin, We might need to add "User lcyrin" to the ssh config lines I sent. Jun 09 22:53:46 Just did that, still no Jun 09 22:54:12 That'd be fixed by saying lcyrin@xxx though I'd believe Jun 09 22:56:00 Oop, got it Jun 09 22:56:21 Twas a typo somewhere Jun 09 22:59:36 LCyrin, Can make sure the both "sudo -iu pokybuild" and plain sudo -s work. Jun 09 22:59:40 ? Jun 09 23:00:00 Yea, did it and I'm currently in the autobuilder folder Jun 09 23:02:06 Sec Jun 09 23:02:27 Is the thing you emailed me the pass for sudo -s Jun 09 23:10:49 LCyrin, Yes. The first e-mail today has your account password. Change it when you get a chance. Jun 09 23:11:48 halstead, where do I need to register for AB votes? Jun 09 23:11:58 LCyrin, The other password can be changed at /home/pokybuild/yocto-autobuilder/yocto-master/master.cfg line 10. Don't use a high value password there. Jun 09 23:12:29 Crofton, https://www.yoctoproject.org/user/register Jun 09 23:13:06 thanks Jun 09 23:13:11 I've been negligent Jun 09 23:13:49 I passed the capcha test! Jun 09 23:14:15 Crofton, yay! Even with that we still get several spam account reqs a day. Jun 09 23:19:50 halstead: what is that account registration for? It's one I hadn't seen before. Jun 09 23:20:54 blloyd, it is for advisory board voting Jun 09 23:21:01 I do not think it is good for anything else Jun 09 23:23:21 blloyd, Those accounts are for advisory board votes, publishing releases, and writing blog posts for https://www.yoctoproject.org/new. That's pretty much it. Jun 09 23:31:12 so basically spam bots find it and requests get made. The joys of automation. **** ENDING LOGGING AT Tue Jun 10 02:59:59 2014