**** BEGIN LOGGING AT Fri Oct 28 02:59:57 2011 Oct 28 05:52:36 03Christopher Larson  07master * r8e4e75383e 10bitbake.git/lib/bb/codeparser.py: Oct 28 05:52:36 codeparser: make var_expands actually hold useful information Oct 28 05:52:36 Previously, it was calling var_expands.update() rather than add(), with Oct 28 05:52:36 a string argument, resulting in adding each character of that string to Oct 28 05:52:36 the var_expands set, rather than the string itself. Oct 28 05:52:36 Signed-off-by: Christopher Larson Oct 28 07:31:40 good morning Oct 28 07:57:27 mornin Oct 28 08:00:19 Jin^eLD: gm Oct 28 09:42:22 hi, all! Oct 28 09:43:54 I've set layer priority to 200 and try to override classes/insane.bbclass, with all licensing errors as warnings, but it doesn't work. What should be done to override it? Oct 28 09:44:50 I add it as general layer, with conf/layer.conf and classes/insane.bbclass Oct 28 09:45:16 and recipes-stuff/*/*.bb which work Oct 28 09:45:55 recipes do work, but insane.bbclass is taken from openembedded-core Oct 28 10:40:51 hi I haven't touched OE in a bit, I was trying to build meta-toolchain in openemebedded-classic from today but it fails at bison_2.4.3.bb any advice? (building gettext-native manually fails too) If there are fixes around for that already I'd wait to switch to the new way of doing things for now. Oct 28 10:42:43 what fails? Oct 28 10:42:50 did ot blow up your computer? Oct 28 10:43:01 did you test maintaince branch or dev? Oct 28 10:43:10 you should switch to oe-core Oct 28 10:49:12 woglinde, uploading the actual log, it has been reported already but without much info: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-October/035583.html Oct 28 10:50:05 I guess I'll end up using oe-core anyways so maybe it is not worth spending too much time on this, but having at least the toolchain building in oe-classic would be good. Oct 28 11:00:14 ao2: what is your machine? Oct 28 11:00:29 a780 Oct 28 11:00:48 the host x86_64 Oct 28 11:01:49 here's the log http://ao2.it/tmp/log.do_configure.25276 Oct 28 11:02:26 ao2: if you simply need to build a toolchain and using the latest sources doesn't build, why don't you roll back to an older version? Oct 28 11:03:29 mckoan, you are right. I wanted to see if there were fixes around first. Oct 28 11:03:39 ao2: ;-) Oct 28 11:05:06 have a nice rest of the day, hasta luego Oct 28 13:24:43 hi stefan Oct 28 14:08:39 ok, going oe-core, is the official meta-handheld repository the one from bluelightning on github? Oct 28 14:10:24 ah I didn't see one on http://cgit.openembedded.org/meta-handheld/ sorry for the noise Oct 28 14:10:37 ao2 yes Oct 28 14:19:49 and what are you people using to manage multiple git repositories? I know of http://kitenet.net/~joey/code/mr/ but I've never used it. Oct 28 14:20:12 in oe? Oct 28 14:22:27 woglinde, yes, I mean is there soemthing to fetch different meta repositories and set up a bblayers.conf automatically? Oct 28 14:23:00 hm mom Oct 28 14:23:07 you mean layers or recipe? Oct 28 14:23:11 for an easy sztart Oct 28 14:23:19 use koen setup-script Oct 28 14:23:26 oe-core branch Oct 28 14:23:33 you can configure it to your needs Oct 28 14:25:54 ao2: there's lots of mechanisms used. some people use git-submodule, some koen's script. yocto uses their combo-layer tool, which is similar to git-subtree. I've recently experimented both with submodules and with android's "repo" tool. as woglinde says, might be best off running with an existing example setup and go from there Oct 28 14:26:33 hi, all! Oct 28 14:26:36 * tasslehoff started from koens scripts, and recommends it Oct 28 14:27:10 is it possible to override classes/insane.bbclass from custom layer? Oct 28 14:27:16 woglinde, I can see scripts/combo-layer in oe-core too. kergoth thanks for the hints Oct 28 14:27:39 https://github.com/kergoth/oe-core-template is a git-submodule based setup with makefile wrapper that I personally use. https://github.com/kergoth/oe-repo-manifest shows an example of android's repo tool, with instructions Oct 28 14:27:43 ao2: np Oct 28 14:28:18 hi kergoth Oct 28 14:28:41 ao2: combo-layer and git-subtree actually pull the individual layer content into the main repository, whereas the other tools only reference the other repositories. worth noting, it's a substantially different workflow Oct 28 14:29:36 kergoth, I see. I'd keep the repositories in distincts dir Oct 28 14:29:40 the combo-layer/git-subtree approach is slightly more user friendly, as they don't have to mess with anything other than git clone, but it's less developer friendly, since they can't just cd into the layer and hack on it and push their changes, they have to extract the changes back out of the main repository Oct 28 14:29:42 *dirs Oct 28 14:30:30 the child repositories still go into differnet subdirs of the main repo. e.g. in yocto, the meta/ dir is oe-core/meta, pulled in via combo-layer Oct 28 14:30:43 (clearly I've spent too much time dealing with this stuff recently) Oct 28 14:30:53 :) Oct 28 14:31:16 hi ka6sox Oct 28 14:31:21 woglinde: hey Oct 28 14:31:24 morning ka6sox Oct 28 14:36:07 ao2: which individual tool you prefer really depends on your needs/requirements. something that primarily consumes the content, doing builds for their device but not changing the metadata much might prefer something entirely different than someone actively hacking on oe-core, for example :) Oct 28 14:36:20 erm, s/something/someone/ Oct 28 14:57:50 Hmm, is there a problem w/ git atm? Oct 28 15:04:32 hi pb Oct 28 15:04:54 hi woglinde Oct 28 17:45:32 Crofton|work: https://blueprints.launchpad.net/linaro-toolchain-misc/+spec/linaro-toolchain-and-yocto Oct 28 18:07:08 ka6sox: ping Oct 28 18:55:15 Tartarus, pong Oct 28 18:55:29 ka6sox: I'm having trouble pushing to the 2011.03-maintenance branch Oct 28 18:55:31 it just hangs Oct 28 18:55:34 it==git push Oct 28 18:55:42 re Oct 28 18:56:21 Tartarus, okay, let me look and if I can't fix it I'll ask cbrake. Oct 28 18:56:29 thanks Oct 28 18:56:46 hi tartarus Oct 28 18:56:50 hey woglinde Oct 28 18:57:06 hm lets see how long my accu will last Oct 28 19:00:11 Tartarus: what does ssh git@git.openembedded.org give you? Oct 28 19:00:53 lets see Oct 28 19:02:02 cbrake: hang, privmsg a pastebin Oct 28 19:08:22 hm ga over? Oct 28 19:16:55 not saturday? Oct 28 19:17:01 * ka6sox confused Oct 28 19:18:29 no today Oct 28 19:18:41 I think Oct 28 19:18:43 hm Oct 28 19:19:11 args Oct 28 19:19:24 no news on wiki site about praguae Oct 28 20:05:45 where to find g_ether.ko Oct 28 20:09:47 any functional sources for an hx4700 around ? Oct 28 20:10:02 *kernel-sources Oct 28 20:25:10 woglinde: GA ended about an hour ago Oct 28 20:28:19 JaMaOffELCE: dbus problems are cause by wrong permissions of the dbus-helper Oct 28 20:28:24 +d Oct 28 20:28:46 permissions or owner? Oct 28 20:28:48 it is root:root instead of root:messagebus Oct 28 20:28:52 ah Oct 28 20:29:05 yeah... wrong ownership... not permissions Oct 28 20:29:41 can you report that on oe-core ML or should I? Oct 28 20:29:56 yup, can do Oct 28 20:30:39 there is thread for that already Oct 28 20:30:53 Trouble by last dbus patch (46e6c3fa8034b12d178d605f3f5d7efe69671a13)? Oct 28 20:31:18 yeah, read it Oct 28 20:33:52 done Oct 28 20:34:34 thanks Oct 28 20:49:01 JaMaOff: gah... my mail got rejected ;) Oct 28 23:45:29 Greeting, Question if I may. If there a way to exclude a recipie in an XXX-image.bb. Say I want to IMAGE_INSTALL angstrom-gpe-task-base, but, I want to remove 1 recipie? How would I do that (cp angstrom-gpe-task-base.bb and make my own? or is there a better way?) Oct 29 01:18:25 can i use scratchbox with an auto-generated image/sdk from narcissus Oct 29 01:18:27 ? **** ENDING LOGGING AT Sat Oct 29 02:59:56 2011