**** BEGIN LOGGING AT Fri Dec 27 02:59:58 2013 **** BEGIN LOGGING AT Fri Dec 27 06:01:12 2013 Dec 27 10:24:48 Got Error while do_fetch function of readline recipe Dec 27 10:25:33 This is path for recipe meta/recipes-core/readline/readline_6.2.bb Dec 27 12:33:53 hi i just try to write a sample char driver and i compiled that for arm,i used that in at91sam9x5ek board when i try to load,it shows me the following error http://pastebin.com/5iQD9bcy can you help me to solve Dec 27 12:57:09 i implemented a ifplugd recipes, is it interesting for poky ? Dec 27 12:57:18 i implemented a ifplugd recipe, is it interesting for poky ? Dec 27 14:03:11 hi there Dec 27 14:03:35 I submitted a minicom patch to master which could easily be applied to dylan as well - no conflicts Dec 27 14:03:50 Is there a way to use 'git send-email' to choose branch other than master? Dec 27 17:47:26 Anyone played much with doing poky/oe builds inside docker containers? Dec 27 17:49:55 yes Dec 27 17:50:06 since I have been in both channels for oh.. 2 months Dec 27 17:50:21 Thought you would have realized this kergoth :P Dec 27 17:50:56 What I'm wondering is, do you have your repositories cloned inside the container, or outside? that is, is your editor and dev env inside the container, e.g. over ssh or docker run of the shell, or have you managed to just do the builds inside with the dev env outside? Dec 27 17:51:05 I'd really like the latter, but was curious what other folks are doing Dec 27 17:51:12 ah, yes, that does ring a bell now that I think about it :) Dec 27 17:52:15 I've done this sort of thing with schroot in the past, but figured docker was an even better bet due to the process isolation :) Dec 27 17:52:18 I actually am using docker to unify multiple machin/distro/distro_type targets to look identical internally and be used cleanly by jenkins Dec 27 17:52:25 ah, interesting Dec 27 17:52:32 systemd-nspawn would work for that too Dec 27 17:52:47 but docker allows me to work from arch, and my co-workers to deal wit ubuntu Dec 27 17:52:58 i'm wanting to be able to, in my dev machines, alias bitbake='docker run blahblah bitbake', basically :) Dec 27 17:53:03 makes sense Dec 27 17:53:04 I mount in host directories/nfs Dec 27 17:53:20 I want to get this set up so I don't have to worry quite so much about possible host contamination Dec 27 17:53:23 and yeah, I have what i am calling dockbake Dec 27 17:53:30 admittedly most of our contamination issues are fixed, but it's an ongoing concern.. Dec 27 17:53:38 Yeah, this has isolated a *huge* chunk of that. Dec 27 17:53:51 like Qt+webkit Dec 27 17:54:11 that was annoying. Dec 27 17:54:35 ah, yes, i saw you running into that on irc the other day, sounds like a royal pain Dec 27 17:54:51 It was Dec 27 17:55:04 and had to point it to actually look at the sysroots correctly Dec 27 17:58:16 but I have essentially wrapped the whole shebang in a docker run, mount a bunch of host dirs for build/image/sstate/dl, runs a bitbake wrapper inside the container, and off it goes Dec 27 17:58:31 working rather well, but currently fighting with the newly disabled ability to use symlinks. Dec 27 18:00:17 sounds pretty cool Dec 27 18:00:36 think I'll be doing something similar when I can find the time Dec 27 18:01:53 Well, this is for work, but we're a very FOSS friendly shop (which is why I took the job) so this will be bumped to an open bitbucket repo probably by the end of january Dec 27 18:06:16 kergoth: but yeah, keep in touch on that, and I will make it more visible down the road. Currently functional with dylan and dora Dec 27 18:06:25 oh, and gerrit Dec 27 18:06:29 cool, will keep an eye out Dec 27 18:06:55 I expect this is something a lot of folks want to be able to resolve without having to use the vmware appliance :) Dec 27 18:09:16 Yeah Dec 27 18:09:34 this plus dockboot, should make it work almost anywhere Dec 27 19:08:11 Hello everyone Dec 27 19:09:24 Got Error while do_patch of "poky/meta/recipes-core/readline/readline_6.2.bb" Dec 27 19:14:13 Its says No such file or directory: '/home/amit/repo/rpi-build/downloads/readline62-001 Dec 27 19:15:07 and this is the SRC_URI += "${GNU_MIRROR}/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0 Dec 27 19:40:05 huh Dec 27 19:40:05 *** 0035: d.setVar('SSTATETASKNAMES', " ".join(namemap)) Dec 27 19:40:05 0036: Dec 27 19:40:05 Exception: TypeError: sequence item 0: expected string, NoneType found Dec 27 19:40:09 * kergoth scratches head Dec 27 19:40:26 ah, think i see Dec 27 22:08:31 hi otavio Dec 27 22:28:16 Hi. I want gphoto2 command installed on my image. But I can only get libgphoto2. How can I configure my build in order to get the command line? Dec 27 22:41:19 Daiane: looks like you'd have to update the oe classic recipe to oe core, there's an old gphoto2 recipe there, not just libgphoto2. don't see it in any of the oe-core based layers yet Dec 27 22:41:23 * kergoth shrugs Dec 27 22:41:39 e.g. openembedded/recipes/gphoto2/gphoto2_2.4.8.bb Dec 27 22:47:31 thanks, kergoth. I had almost convinced myself about that. It means it's not a matter of configuration, it's more like port. Thanks ;) Dec 27 22:48:15 that's true, but the port wouldn't be terrible. verify the license, add lic_files_chksum, drop any remnant do_stage if it exists, not too much else Dec 27 22:51:28 http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core Dec 27 22:51:40 FYI Dec 27 23:01:08 yes. I'm working on this **** ENDING LOGGING AT Sat Dec 28 02:59:58 2013