**** BEGIN LOGGING AT Wed Aug 31 02:59:57 2011 Aug 31 03:24:49 anyone around? Aug 31 07:30:08 hi Aug 31 07:30:16 quick question Aug 31 07:31:00 how can i tell what defconfig i should edit to bitbake it? Aug 31 07:33:01 i'm using a beagleboard, and i think it was setup-scripts/sources/openembedded/recipes/linux/linux-omap-psp-2.6.32/beagleboard Aug 31 07:33:15 but now i've got a xm, so i'm not sure how to setup up stuff Aug 31 11:54:28 PaulePanter: trying to create a proper patch here, looking at http://openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded. how do you normally add a description/body to a patch? using --compose didn't quite do it for me. Aug 31 12:08:57 tasslehoff: `git commit --amend` Aug 31 12:09:16 tasslehoff: … to edit your last commit. Aug 31 12:10:19 tasslehoff: First line is the summary and then follows an empty line and then the commit message body. Aug 31 12:12:31 RP_: did you have time to look at the multi-repo issue in bitbake? Aug 31 12:15:58 PaulePanter: yeah, but I meant the verbose information about what happens in my case. that doesn't belong in a changelog? Aug 31 12:34:40 tasslehoff: There exist different opinions on that one. My opinion is that it belongs into the commit message so looking at this change after some time and not remembering about it, you can easily understand it. Aug 31 12:35:15 tasslehoff: And thinking about it the new policy actually demands this. Aug 31 13:05:17 otavio: original thread: http://comments.gmane.org/gmane.comp.handhelds.openembedded/46210 Aug 31 13:05:34 FYI Aug 31 17:09:40 hi Aug 31 17:10:41 is there any free alternatives to CodeSourcery Clibc freestanding library ? Aug 31 17:12:34 meegooo: newlib? Aug 31 17:12:41 yes Aug 31 17:13:23 Oh, is that non-free? Aug 31 17:14:00 CodeSourcery implementation for embedded device, yes Aug 31 17:15:19 The version on sourceware.org reports that it's free. Aug 31 18:41:50 03Richard Purdie  07master * r30eaef7f50 10bitbake.git/lib/bb/parse/parse_py/BBHandler.py: (log message trimmed) Aug 31 18:41:50 bitbake: Correctly handle multiline comments including whitespace Aug 31 18:41:50 If metadata contains: Aug 31 18:41:50 """ Aug 31 18:41:50 FOO = "bar" Aug 31 18:41:51 """ Aug 31 18:41:51 The variable FOO should get set to "bar" but doesn't due to the empty lines Aug 31 18:42:00 03Richard Purdie  07master * r8540c09d4e 10bitbake.git/lib/bb/fetch2/git.py: (log message trimmed) Aug 31 18:42:01 bitbake/fetch2/git: Ensure .gitconfig file is ignored Aug 31 18:42:01 If a user has a ~/.gitconfig file, git fetch --all will reference it. To avoid Aug 31 18:42:01 this we should run git fetch with an explicit url telling it to fetch all Aug 31 18:42:01 references (which includes tags). Aug 31 18:42:01 I'm assured this means git won't reference the file, see the discussion on the Aug 31 18:42:02 git mailing list (subject Overriding ~/.gitconfig using GIT_CONFIG). Aug 31 19:34:34 hi all Aug 31 19:39:40 If anybody is interested, I've reimplemented icecc support for oe-core. You can find respective bbclass and a recipe at https://github.com/lumag/meta-lumag/ Aug 31 19:40:22 lumag: very interesting, I always meant to try out the old icecc support Aug 31 19:40:28 I'm guessing yours is more functional :) Aug 31 19:41:20 bluelightning, It was working in org.oe.dev (had some small problems, but worked). But with oe-core changes it was broken :( Aug 31 19:41:51 Compiling qt4 w/o icecc takes too long for me. Aug 31 19:48:44 yes, qt4 does take a while Aug 31 19:50:13 bluelightning, I also do builds for a plenty of boxes usually, so it really takes a time. Aug 31 20:05:46 hi Aug 31 20:10:13 I'm having problems amending uclibc recipe. I've included INHERIT += "amend" to my distro config and created amend.inc for the uclibc-git recipe, that's supposed to set new SRCREV. bitbake -e uclibc shows the amended SRCREV, however do_fetch task still uses the old one. Also SRCPV uses the old SRCREV value too. Aug 31 20:10:48 have i missed anything? could anybody give me some pointers? Aug 31 20:12:25 btw, I can successfully change SRC_URI in my amend.inc file, but changing SRCREV doesn't work for me. I'm using the latest oe git Aug 31 20:57:49 hey quick question, i am using the angstrom-2010 distro and I would like to override wget from version 1.11.4 to 1.12. In my local.conf I set the PREFERRED_VERSION_wget = 1.12, but bitbake appears to be using the angstrom-2010 version instead. I was wondering what is the proper way to override this one PREFERRED_VERSION. The neanderthal way would be for me to remove (or comment) out the preferred version in the angstrom-distro-2010-preferred-versions, but I wou Aug 31 20:59:59 maybe layer priority is having some effect here? Aug 31 21:00:32 i am sorry but I am unfamiliar with the term 'layer priority' Aug 31 21:04:49 hi, what can be wrong when library from host system is using, instead of proper cross-compiled library? Aug 31 21:05:51 Rich[1]: the somewhat sneaky underhanded way is to do PREFERRED_VERSION_pn-wget = "1.12" Aug 31 21:05:59 (note the pn-) Aug 31 21:06:15 however there might be a good reason for that version to be pinned Aug 31 21:06:24 sneaky is better than hitting it with a rock, like I was going to do :) Aug 31 21:07:02 ok, maybe I will do some digging. I just happened to be using 1.12 on other systems and I love consistency... Aug 31 21:24:34 is there a good resource for DISTRO_FEATURES and MACHINE_FEATURES? I'd like to know what they all are. I might be getting them confused with gentoo's USE flags Aug 31 22:01:23 no master list of distro features? is it in the source of task-base or some such thing? Aug 31 22:13:36 vaxon: Please send a message to the list with more information what meta data you are using and so on. Aug 31 23:06:35 PaulePanter: thanks! I've e-mailed to the list: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-September/034746.html Aug 31 23:08:48 I've reproduced the issue using micro-uclibc distro. Just added INHERIT+="amend" to my local.conf and created amend.inc in the recipes/uclibc/uclibc-git/ directory having just SRCREV = "..." **** ENDING LOGGING AT Thu Sep 01 02:59:57 2011