**** BEGIN LOGGING AT Fri May 29 02:59:57 2009 May 29 03:12:11 I cannot bitbake flac on my gumstix environment. Comments? May 29 03:16:20 ppafin: yes, be more specific... May 29 03:19:06 hold on.. grabbing some info for you May 29 03:19:37 ppafin: why for me? I will only help you to think :) May 29 03:19:44 yeah, ok.. ;) May 29 03:20:33 Just did -c clean and now building.. May 29 03:20:50 ppafin: when I say be more specific. Your description so far includes the event that your local nuclear power plant has had an overvoltage, reached your local power distributor, reached your computer, which made some bits flip in memory May 29 03:21:17 ppafin: which is close to cosmic energy, maybe it is something else, but I can't be sure May 29 03:21:37 here it goes http://pastebin.com/m7950302b May 29 03:22:32 ppafin: what do you think? May 29 03:23:10 nothing much, I've been hitting wall since I got this environment up and running ;) May 29 03:23:15 ppafin: cd /home/tekniikka/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/flac-1.2.1-r0/flac-1.2.1; May 29 03:23:19 ppafin: quilt init May 29 03:23:32 ppafin: quilt new make-foo-compile.patch May 29 03:23:39 ppafin: man memcmp May 29 03:23:50 ppafin: it tells you to include string.h May 29 03:24:13 ppafin: quilt edit examples/cpp/encode/file/main.cpp May 29 03:24:19 ppafin: add the #include May 29 03:24:24 ppafin: leave the editor May 29 03:24:27 ppafin: quilt refresh May 29 03:24:31 send your patch somewhere? May 29 03:24:49 hmm.. let me check.. May 29 03:26:15 Ok, did that - now testing to build May 29 03:27:05 after you verified it compiles, update the bb file and send the patch to the list... May 29 03:27:41 You're amazing man. It did indeed compiled. May 29 03:27:58 How do I update .bb file (do what to it)? May 29 03:28:20 ppafin: quilt refresh will put a patch in patches/ May 29 03:28:38 quilt ? May 29 03:28:57 ppafin: well, I gave you a list of commands... quilt init was the first one May 29 03:29:21 quilt was something my environment could not regonize..? May 29 03:29:31 lol May 29 03:29:34 *sigh* May 29 03:30:31 yeah, that's life... May 29 03:31:01 install quilt, prepare a patch May 29 03:31:35 getting used to this, newer done this before May 29 03:31:40 in correct way.. May 29 03:32:40 ppafin: in a perfect world. You would create a patch for OE so others don't suffer the problem you just suffered, and you would send it to upstream flac so that new versions don't need this patch May 29 03:32:49 in general this is how progress is achieved May 29 03:33:34 ppafin: quilt is a nice tool that allows you to manage a patch series, specially with quilt edit you don't have the issue that you "forget" things May 29 03:33:57 great, now in quilt but quilt init does nothing, just gives usage May 29 03:34:32 ppafin: okay, then skip that :) May 29 03:34:37 (old command) May 29 03:35:03 ppafin: the thing is, you have updated your main.cpp already, you will need to -cclean it first May 29 03:35:27 quilt edit examples/cpp/encode/file/main.cpp says 'no patch in series' => Ok, will clean first. May 29 03:35:56 shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory May 29 03:36:07 after quilt edit .. May 29 03:36:24 ah, editor is not set? May 29 03:37:20 ppafin: you forgot quilt new? May 29 03:38:38 http://pastebin.com/d748b2c May 29 03:39:27 ppafin: hehe, you have done a clean inbetween? May 29 03:39:33 ppafin: e.g. do a cd $PWD? May 29 03:40:09 cd: /home/tekniikka/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/flac-1.2.1-r0/flac-1.2.1: No such file or directory May 29 03:40:58 I lost whole flac directory? May 29 03:42:06 clean got rid of whole thing.. ? May 29 03:42:38 ok, now I bitbake again -> we'll see.. May 29 03:43:07 ppafin: yes, clean will remove the entrie flac-1.2.1-r0 directory May 29 03:43:22 found nice blog posting, regarding quilt usage. Man, you opened new door for me ;) May 29 03:43:38 hehe May 29 03:43:55 http://hwoarang.silverarrow.org/?p=178 May 29 03:43:56 nowadays I just use git for these kind of purposes, but it is really hard to start with :) May 29 03:44:07 I've noticed. May 29 03:44:38 Still, I got interesting problems with gumstix. Any experience of gumstix? May 29 03:45:00 nope May 29 03:45:23 too bad.. writing micro sd, freezes whole system. May 29 03:45:51 does it matter, where I issue quilt commands ? Now I am in tekniikka@gumstix:~/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/flac-1.2.1-r0/flac-1.2.1 May 29 03:47:33 ppafin: yes, it does matter May 29 03:47:58 ppafin: or better, it does matter for the first command, as this will be the "base" directory for patches May 29 03:49:42 ok, now I have patch.. May 29 03:50:22 ls May 29 03:51:20 next step will be copying it to openembedded/recipes/flac/files; then use git add recipes/flac/files/what-everr-you-called-your-patch.patch May 29 03:52:54 could directory be org.opembedded.dev ? May 29 03:53:28 ppafin: yes, could be org.openembedded.dev :) May 29 03:53:52 peterz: in recipes/flac/flac.inc you want to "ask" for your patch to be applied May 29 03:54:05 ppafin: ^^^ sorry, tab completion May 29 03:54:15 ;) hold on.. I copy.. May 29 03:55:12 ok, now I have patch in pwd May 29 03:55:28 I mean: May 29 03:55:31 /home/tekniikka/overo-oe/org.openembedded.dev/recipes/flac/files May 29 03:55:52 and git next May 29 03:55:53 ? May 29 03:56:19 What that git add thing does? May 29 03:56:20 ppafin: git add your-patch.patch May 29 03:56:30 ppafin: it is adding the file to the manifest :) May 29 03:56:42 and manifest is? May 29 03:57:05 ok, run it. No fancy output.. May 29 03:58:17 ppafin: manifest is a "hash/dictionary" going from string to the sha1 of the blob... so in less fancy words it is the directory structure :) May 29 03:58:34 ppafin: okay, now you want bitbake to apply the patch for you, go one directory up, open flac.inc May 29 03:58:47 ok, what now after I added it? => Is it going to be fixed in coming cycles? May 29 03:59:03 ppafin: you have a line like " file://disable-xmms-plugin.patch;patch=1 \ May 29 03:59:27 add your patch to it, file://your-patch.patch;patch=1 \ May 29 03:59:41 then try to rebuild with your patch on... May 29 04:00:05 once this works: git commit recipes/flac; enter a commit message in the editor... and then do git format-patch org.openembedded.dev May 29 04:00:21 and finally you have something 0001*.patch to send to the devel list for review :) May 29 04:01:09 hold on.. flac.inc does not contain that disable-xmms patch entry ? May 29 04:03:05 so, what is syntax of that file:// entry and where do I put it? May 29 04:03:06 ppafin: okay, but you have a SRC_URI = ... May 29 04:03:12 yeah May 29 04:03:46 ppafin: is it single or multiline? if it is multiline just add your "file://your-patc.patch;patch=1 \" before the last line May 29 04:04:19 SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \ file://add-string.h.patch \ file://xmms.m4" May 29 04:04:36 yeah May 29 04:04:53 SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \ file://add-string.h.patch \ file://xmms.m4" May 29 04:05:01 sorry.. ;) May 29 04:05:30 ok, now it's there. Should I clean and build or what? May 29 04:06:04 yes, see if it is working May 29 04:06:31 ok.. I'll try. This is fun. May 29 04:09:19 No, it did not work.. May 29 04:09:23 hm.. May 29 04:09:51 I know the reason. May 29 04:10:15 I renamed patch file to more sensible way and that git thing was run in with old name May 29 04:13:33 No, it was not that. It was renamed before git add May 29 04:18:47 Strange, I cannot see my patch did a thing - since I still cannot bitbake. How do I make sure that patch is applied? May 29 04:19:06 bitbaking produces same error. May 29 04:29:58 ppafin: it will tell you when your patch gets applied May 29 04:30:10 ppafin: "Unpacking".. then lists the patches it applies May 29 04:33:11 I cannot see my patch is applied at all? May 29 04:35:57 ppafin: so, maybe flac.inc was not the right place? try the flac_YOUR_VERSION.bb :) May 29 04:40:07 flac_1.2.1.bb is containing just require flac.inc and PR="r0" May 29 04:41:04 okay, so it is the right file :} May 29 04:41:27 yes, but somehow it's ignoring my things.. May 29 04:41:35 ppafin: hmm... do you have more then one OE tree around? May 29 04:42:04 ppafin: you can use bitbake -e -b org.openembedded.dev/recipes/flac/flac_1.2.1.bb and look how bitbake sees that... May 29 04:44:01 hold on.. May 29 04:44:06 huge output. May 29 04:45:06 want it all? May 29 04:47:18 http://pastebin.com/m37b804ae May 29 04:49:13 ppafin: search for SRC_URI in it May 29 04:52:21 SRC_URI="http://downloads.sourceforge.net/flac/flac-1.2.1.tar.gz file://add-string.h.patch file://xmms.m4" May 29 04:52:28 So it's there May 29 04:54:28 oh, you forgot the ;patch=1 at the end :) May 29 04:54:39 ;patch=1 asks bitbake/oe to treat it as a patch May 29 04:55:36 ok! let's test May 29 05:00:04 Ok, now it worked!! May 29 05:00:28 what were the steps from now, to make this available ? May 29 05:02:31 git commit recipes/flac; first like in the commit message is a summary, and then some in depth information May 29 05:03:14 and when this succeeded do a git format-patch origin/org.openembedded.dev May 29 05:05:15 What should I put in commit message, sample anywhere? May 29 05:11:24 ppafin: yeah, check the OE wiki May 29 05:12:10 will do! Thanks for this, I think I return to this later, after studying a bit. You've been very helpful, I might become contributor ;) May 29 06:35:17 good morning May 29 07:38:50 hi .. i am rebuilding for i686-generic and i stopp at util-linux-ng at do_configure where it says , "gcc cannot create executables" ? May 29 07:41:20 morning all May 29 07:46:09 anybody a clue about util-linux-ng ,, May 29 07:47:39 hi gremlin[it] May 29 08:02:32 hi mckoan ! May 29 08:12:03 morning May 29 08:12:14 morning recalcati_oe May 29 08:12:58 I've again, with stable/2009 2.6.29 in beagleboard, the usb problem http://widget.mibbit.com/pb/BP8AZV . MLO and u-boot are now updated . May 29 08:19:21 where can i get stable/2009 ? May 29 08:20:02 never mind May 29 08:20:15 openembedded.org May 29 08:20:18 using git May 29 08:20:52 http://wiki.openembedded.net/index.php/Getting_started#Obtaining_OpenEmbedded_using_GIT May 29 08:21:23 http://wiki.openembedded.net/index.php/Stable May 29 08:22:01 rob_w: http://wiki.openembedded.net/index.php/Stable May 29 08:22:28 yeah found it on my own already .. so thanks May 29 08:23:57 mckoan: hi May 29 08:33:27 hi recalcati_oe May 29 08:57:35 florian: good morning May 29 09:00:17 good morning May 29 09:10:14 hi. how to start with a specific task and execute all the following taks too. for example start with comile and after that, install, package... May 29 09:11:27 mgwpub: bitbake -c command -f package && bitbake package? :) May 29 09:12:00 the only minus of such approach is double parsing of recipes May 29 09:16:06 hi mickeyl May 29 09:16:13 hey florian May 29 09:16:31 mgwpub: IMHO, only faking the stamps in the tmp/stamps appropriately should work May 29 09:16:35 booxter: ok, i see. after -c the stamps are changed and executing bitbake package starts after that command :) May 29 09:17:53 mgwpub: yes. As rkirti said, you can touch stamp file after which all the commands will be reexecuted May 29 09:18:36 would be nice to have some --startwith... to use bitbake --startwith package after some devshell work May 29 09:18:53 but that's not so general (because you should guess what command was done *before* the needed one) May 29 09:19:43 mgwpub: bitbake code is open ;) May 29 09:19:57 yes, i know ;) May 29 09:29:36 booxter: ...and to avoid parsing the bb files -b works fine. thanks for your hint. May 29 09:31:39 mickeyl: good morning May 29 09:31:47 good morning p May 29 09:31:49 b_ May 29 09:31:50 oops May 29 09:31:52 bogus \r\n May 29 09:32:14 03Koen Kooi  07org.openembedded.dev * r17677085de 10openembedded.git/ (conf/checksums.ini recipes/usbutils/usbutils_0.82.bb): usbutils: update to 0.82 May 29 09:32:20 heh May 29 09:43:16 can one help me with the general way to get stable/2009 branch .. May 29 09:44:43 rob_w: just set git the needed branch. exept that, all works the same as for org.openembedded.dev one May 29 09:45:01 did that .. May 29 09:45:35 but i expected the meta`s to change but nothing to obvious happened beside switching the branch May 29 09:46:32 rob_w: if you already built OE with .dev branch then it can just use prebuilt ipks May 29 09:47:04 from .dev branch (which of course have higher version numbers) May 29 09:47:33 hmm i did the following things: git clone, and then i did git checkout origin/stable/2009 -b stable/2009 May 29 09:47:38 rob_w: just set new metadata directory or use two different build environments to work with two branches May 29 09:48:12 rob_w: your tmp/ directory is populated with data from .dev branch May 29 09:48:20 unless you replace/remove it May 29 09:48:31 man i need to learn this git May 29 09:48:43 rob_w: that's not about git May 29 09:48:49 that's about oe May 29 09:49:00 hmm May 29 09:49:11 rob_w: your *oe* tmp/ directory is populated with data from .dev branch May 29 09:49:24 tmp/work, tmp/deploy etc. May 29 09:49:28 ok May 29 09:49:49 well i can start over if you say .. i can dump tmp/ May 29 09:50:11 i would like to get on a stable meta data .. May 29 09:51:16 rob_w: yes. if you don't need .dev branch builds in the future May 29 09:51:49 rob_w: if you need them then you are better to split your build system into two dirs - one for stable, another one for .dev May 29 09:52:05 yeah sounds good ,,, that would be nice May 29 09:52:24 that's how I work with these branches May 29 09:52:41 so i do a git clone and move the resulting dir like mv openembedded openembedded.dev May 29 09:52:50 then i want the stable thing May 29 09:55:37 I have ~/projects/oe and ~/projects/oe.dev where separate configuration files, overlays and even bitbake are held. Then I just open two terminals (in my screen) and set different environments for them (with specific scripts). So I have a terminal for stable and a terminal for .dev. They are completely independent, and I don't need to move any stuff May 29 09:57:02 yeah May 29 09:57:12 did you see my priv msg ? May 29 09:57:53 rob_w: yeap, but the channel is the right place to discuss your problems May 29 09:58:00 ok May 29 09:58:35 well then tell it to me like a child again , i am aware of the 2 environments and how to handle those but i am just unsure how to get the 2 meta data sets May 29 09:59:11 so i start with git clone git://git.openembedded.org/openembedded , right `? May 29 10:00:16 mkdir ~/projects/oe.stable, create the needed config files, git clone/branch the needed branch, create setup.sh script to run when you want to work with this build environment May 29 10:00:21 same for oe.dev May 29 10:02:39 hmm May 29 10:03:11 how is is possible that those 2 sets reside in one directory ? that is black magic to me .. May 29 10:03:29 so when i switch the branch , should the meta data change some how ? May 29 10:07:10 rob_w: they are not in the same directory May 29 10:07:36 two git copies, two metadata directories, two configs etc etc etc. May 29 10:07:53 ok May 29 10:08:35 ok let me start over ... May 29 10:09:21 k i delete my meta data and make a fresh git clone git://git.openembedded.org/openembedded May 29 10:09:52 when that finishes .. what did i recieve .. ? the latest meta data , right ? May 29 10:11:00 rob_w: you need to read a git 101 I think May 29 10:11:04 maybe I just not that good with that 'metadata' terms... May 29 10:11:21 rob_w: it looks like you just dont get the concept of source control May 29 10:11:29 XorA, yeah i know i know .. May 29 10:11:38 just think about two separate directories with 100% separate files. May 29 10:11:51 rob_w: git hides a copy of all branches in a directory .git inside the directory you cloned May 29 10:12:01 XorA, ahhh May 29 10:12:11 rob_w: when you checkout a branch it uses the info in .git to construct the stuff you do see May 29 10:13:05 so to get stable you basically git-clone ..... ; git-checkout org.openembedded.stable May 29 10:14:21 ah now it makes sense May 29 10:14:48 and it gives the fact that a git clone takes such a long time a clear reason for me now .. May 29 10:14:54 phuew ,, finally May 29 10:18:02 so when i only git clone i recieved the whole git repo and .dev is on the surface May 29 10:18:46 when i then git checkout origin/stable/2009 -b stable/2009 i switch the branch to the stable and my meta data is the one of the stable branch May 29 10:19:25 rob_w: yes May 29 10:19:48 rob_w: I thought you have a problem on another knowledge level :D May 29 10:20:26 so i could do this: git clone, copy the whole dir into a new named openembedded.stable, cd into it and git checkout the stable , in the end i resulted in 2 meta sets which i could use May 29 10:21:10 booxter, yeah my git level is maybe still below 0 ( if possible ) May 29 10:22:11 and i am ashamed , nobody told me git and i was always to shamed to ask. reading git manpages gave me headaches May 29 10:22:17 rob_w: then git tutorial is your friend May 29 10:22:44 rob_w: http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html May 29 10:22:47 yeah ,, i really need that but thanks booxter and XorA , it is really good to get to friendly and helpfull gurus May 29 10:22:57 morning May 29 10:23:07 no gurus, we are not Hindi (are we?) May 29 10:23:15 hi hre May 29 10:23:17 hehe May 29 10:23:28 hre: nickname typo May 29 10:23:47 gracias booxter May 29 10:48:31 morning all May 29 10:49:40 hey RP May 29 10:55:35 03Florian Boor  07org.openembedded.dev * rfc6e562fcc 10openembedded.git/recipes/xorg-xserver/ (3 files in 2 dirs): xserver-kdrive: patch for supporting 800x480 video modes. May 29 10:55:35 03Florian Boor  07org.openembedded.dev * rdda5c9e5e3 10openembedded.git/recipes/tasks/task-sdk-extra.bb: task-sdk-extra: pull in missing libxi May 29 10:55:36 03Florian Boor  07org.openembedded.dev * r1a6cc61132 10openembedded.git/recipes/tasks/task-sdk-extra.bb: task-sdk-extra: Replace some oldstyle X bits with new components. This helps to keep toolchain and filesystem in sync and avoids messing up staging. May 29 11:16:24 03Angus Ainslie  07shr/import * r451a420712 10openembedded.git/conf/checksums.ini: checksums.ini : add ode 0.11.1 May 29 11:16:25 03Angus Ainslie  07shr/import * r6b170ec6a3 10openembedded.git/recipes/ode/ode_0.11.1.bb: ode : add version 0.11.1 May 29 12:41:19 jo May 29 12:50:00 03Jeremy Lainé  07org.openembedded.dev * r0965caed84 10openembedded.git/recipes/xorg-lib/libx11_1.2.bb: libx11: fix libtool invocation on x86/ppc May 29 13:07:22 03Koen Kooi  07org.openembedded.dev * r6d67f59836 10openembedded.git/recipes/usb-gadget-mode/ (3 files in 3 dirs): usb-gadget-mode: add support for all linux gadgets and make g_cdc the default for beagleboard May 29 13:07:23 03Koen Kooi  07org.openembedded.dev * r6d524f9bee 10openembedded.git/ (2 files in 2 dirs): May 29 13:07:23 linux-omap 2.6.29: update defconfig May 29 13:07:25 * more filesystems May 29 13:07:27 * more ethernet adapters builtin May 29 13:07:29 * usb gadgets are modules now May 29 13:07:31 03Koen Kooi  07org.openembedded.dev * r78497e8028 10openembedded.git/recipes/xorg-lib/libx11-native_1.1.5.bb: libx11-native: add 1.1.5 May 29 13:07:34 03Koen Kooi  07org.openembedded.dev * r28c604bcbb 10openembedded.git/: Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev May 29 13:07:37 03Koen Kooi  07org.openembedded.dev * r85ec35caba 10openembedded.git/recipes/ffmpeg/omapfbplay_git.bb: omapfbplay: bump SRCREV May 29 13:10:10 I see that my qt4-tools-sdk package searches for dbus-sdk includes in tmp/staging/x86_64-linux-sdk/usr/local/angstrom/arm/include/dbus-1.0 though they are in tmp/staging/x86_64-linux-sdk/usr/include/dbus-1.0. Of course I inherited sdk in my package so I think that's the reason of the problem. How can I add new includedirs (or better change them) in my package? May 29 13:45:35 03Julien 'Ainulindale' Cassignol  07shr/import * rd6803e742a 10openembedded.git/conf/distro/include/angstrom-2007-for-openmoko.inc: May 29 13:45:35 angstrom-2007-for-openmoko.inc: Fixed IMAGE_LINGUAS = to ?=. May 29 13:45:35 Signed-off-by: Julien 'Ainulindale' Cassignol May 29 14:47:07 * * OE Bug 5135 has been created by michael.lippautz(AT)gmail.com May 29 14:47:09 * * defconfig missing for gumstix kernel 2.6.21 for machine gumstix-custom-verdex May 29 14:47:11 * * http://bugs.openembedded.net/show_bug.cgi?id=5135 May 29 14:48:08 morning May 29 14:48:27 hi kergoth May 29 14:48:41 * kergoth yawns May 29 14:50:24 g'day kergoth May 29 14:50:31 hey pb_ May 29 14:52:24 so, hm... I just noticed the dev branch don't have its own bitbake... May 29 14:52:39 bitbake is maintained in a separate repository May 29 14:52:39 any advice on the apropriate version of bitbake to use with .dev? May 29 14:52:44 ahh May 29 14:53:13 yes, I'm coming from stable/2009, that branch has its own bitbake May 29 14:54:09 hi kergoth May 29 14:54:16 latest release of the 1.8 bitbake branch is probably your best bet May 29 14:54:21 or the head of the 1.8 branch in svn May 29 14:54:26 hey woglinde May 29 14:54:27 kergoth: thanks May 29 14:54:48 * kergoth grumbles, gets to spend today reinstalling Linux on his workstation instead of accomplishing real work May 29 14:55:07 kergoth hm any effort to convert into git May 29 14:55:09 http://developer.berlios.de/docman/display_doc.php?docid=1812&group_id=2 May 29 14:55:25 honestly i keep forgetting about it, too much else on my plate May 29 14:55:41 *g* May 29 14:55:55 maybee I should ask zecke May 29 14:56:02 he should have enough time May 29 14:56:26 hi kergoth, woglinde May 29 14:56:31 might as well move it to git.openembedded.org, I'd think. they're technically separate, but OpenEmbedded is still the best, if not only, example of its use, so itd be appropriate May 29 14:56:32 yo rp May 29 14:56:34 hey RP May 29 14:56:39 woglinde: Its just a question of getting it right... May 29 14:56:48 kergoth hm right May 29 14:56:58 svn to git conversions always need a little hand tweaking, especially if you want the tags and branches right May 29 14:57:07 its not terribly difficult, just someone needs to take the time May 29 14:57:11 rp I think zecke has enough expierince with it May 29 14:57:46 woglinde: probably :) May 29 14:58:18 * RP has the scripts from clutter-project.org svn->git which were rather creative (and not written by me) May 29 14:58:58 Lots of strange tree rearranges and splitting one bit svn into many smaller git repos May 29 14:59:04 s/bit/big/ May 29 14:59:56 doubt we need anything terribly complex for bitbake, just run git-svn and then look over the results, create git tags for the heads of the svn tag branches May 29 15:00:40 kergoth: agreed, unless we rearraged the tree structure at any point May 29 15:00:59 in which case git svn runs before and after usually work May 29 15:01:04 * kergoth nods May 29 15:01:13 can always graft the two bits together if need be May 29 15:01:41 kergoth: You don't even need the graft if you abuse git-svn right :) May 29 15:02:00 ah, true, you can specify the revisions to work against right May 29 15:02:27 kergoth: I think handediting its status files was needed but yet May 29 15:02:34 yes May 29 15:03:19 * XorA sees the grafting hole open again and runs away May 29 15:03:55 yeah, the bitbake tree is so small that it doesn't seem like it can be very difficult. May 29 15:04:28 iirc, it's never been rearranged in svn; it might have been rejiggled a bit at the point where it was moved from oe into its own svn tree, but not since then that I can think of. May 29 15:04:58 I guess that was probably the point where it got renamed from oemake to bitbake, so there must have been some renaming then. May 29 15:05:11 good point May 29 15:05:18 we should give some thought to bitbake's branches and versioning policy at some point May 29 15:05:45 I must admit I'm not completely clear on what the advantage would be of switching to git for bitbake, it doesn't really seem to require industrial strength scm for such a small project. May 29 15:06:12 pb_: The only benefit for me would be being able to cherrypick patches between 1.8 and trunk easier May 29 15:06:30 Large chunks of the two are the same code with obvious differences May 29 15:06:39 * kergoth is using git for it anyway, via git-svn May 29 15:06:52 pb_: enterprise SCM would be a better term, as git still has many "interesting" features :-D May 29 15:07:13 rebase -i, add -i/-p, filter-branch, .. mm May 29 15:07:15 :) May 29 15:07:19 right, fair enough. I certainly don't have a problem with switching it to git, though personally I wouldn't derive enough benefit from the change to feel it was worth doing the work :-} May 29 15:08:31 pb_: That sums up most of our feelings I guess ;-) May 29 15:08:58 apparently, since we never seem to get around to doing it :) May 29 15:10:04 heh May 29 15:10:59 03Koen Kooi  07org.openembedded.dev * rcb00e67e59 10openembedded.git/recipes/gphoto2/ptp-gadget_git.bb: ptp-gadget: add ptp gadgetfs driver May 29 15:11:03 03Koen Kooi  07org.openembedded.dev * r644465cefa 10openembedded.git/recipes/gphoto2/ (2 files in 2 dirs): ptp-gadget: fix breakages when used with musb_hdrc controllers May 29 15:11:17 03Julien 'Ainulindale' Cassignol  07shr/import * rce57587c47 10openembedded.git/conf/distro/shr.conf: May 29 15:11:17 shr.conf: Added PREFERRED_PROVIDER for shr-splash-theme. May 29 15:11:17 Signed-off-by: Julien 'Ainulindale' Cassignol May 29 15:14:06 03Koen Kooi  07org.openembedded.dev * r6c483c934e 10openembedded.git/recipes/imagemagick/imagemagick_6.4.4-1.bb: imagemagick: fix program-prefix to not include target-prefix May 29 15:25:00 03Klaus Kurzmann  07shr/import * red0049d525 10openembedded.git/recipes/efl1/ewl_svn.bb: May 29 15:25:00 efl1/ewl_svn.bb: set EXTRA_AUTORECONF to "" May 29 15:25:00 This is needed, because ewl won't configure without calling May 29 15:25:00 autopoint (which by default is disabled in autotools.bbclass) May 29 15:25:01 Signed-off-by: Klaus Kurzmann May 29 15:33:58 hi laibsch May 29 15:34:07 Howdy May 29 15:34:17 How are things going, woglinde? May 29 15:41:48 yo Laibsch May 29 15:44:54 Patio? May 29 15:44:57 That sounds nice May 29 15:45:05 Good weather in FRA? May 29 16:31:22 hi everybody May 29 16:31:37 i'm again having a problem building an avr32 image May 29 16:31:51 everything works fine until it reaches xproto recipe May 29 16:32:43 http://pastebin.com/d658edf45 May 29 16:32:53 it sais that xorg-macros are missing May 29 16:33:26 i'm on ubuntu, in some forums i found that i should install xutils-dev, which i did, without any success May 29 16:33:54 then i downloaded the source of those xorg-macros package and did configure / make install, which again did fix the problem May 29 16:33:55 any ideas? May 29 16:37:08 ~blame me May 29 16:37:09 * ibot blames hrw (and Canada) for all the evil in the world May 29 16:39:37 hrw: oh dear what happened? May 29 16:39:56 Goddchen's problem May 29 16:41:28 have a nice weekend May 29 16:42:02 ?? May 29 16:54:09 Goddchen: I did x11 updates recently May 29 16:54:26 Goddchen: git pull and use angstrom May 29 16:54:27 bye May 29 16:57:26 i'm using angstrom, i use the config mentioned on avr32linux.org May 29 16:57:48 TARGET_OS = "linux-uclibc" MACHINE = "atngw100" DISTRO = "angstrom-2008.1" ANGSTROMLIBC = "uclibc" May 29 16:57:55 but i'll try a git pull May 29 16:59:14 damn, can't connect right now, vpn to university seems to be broken, i'll try it as soon as vpn works again... May 29 17:15:01 03Florian Boor  07org.openembedded.dev * r4e9b399fb2 10openembedded.git/recipes/linux/ (3 files in 2 dirs): linux: Initial support for the Ka-Ro TX27 (rev. 4) May 29 17:15:03 03Florian Boor  07org.openembedded.dev * r411e9f8873 10openembedded.git/conf/machine/tx27.conf: tx27.conf: Initial machine description for Ka-Ro TX27 board May 29 17:19:15 Any interest in machine files for the GP2X Wiz that run OE off the SD card? Trying to see if there is any interest and if there is I will try and clean them up and put up patches. May 29 17:22:51 I don't know what that is, but if it's a commerically available board that's not in OE already, yeah, submit 'em May 29 17:26:43 Tartarus: cool, I figured it would never hurt, need to sort somewhere to host the kernel etc. but that should be OK. May 29 18:23:01 DJWillis: we have plenty of space on oe.org if you need a git repo May 29 18:36:51 re May 29 19:14:25 can I use pkg-config (pkgconfig-sdk?) for determining cflags needed for sdk packages? any examples? May 29 19:14:51 What do you want to do, exactly? May 29 19:15:02 pkgconfig-cross-sdk will build a pkg-config that will work in your SDK export May 29 19:15:09 So long as you understand and use the right env vars May 29 19:16:40 If you want to build foo-cross-sdk that needs bar-cross-sdk's includes/libs, you have foo-cross-sdk depend on bar-native and if you need bar in your sdk, you make bar-cross-sdk too May 29 19:16:50 It's not ideal, but AFAICT thats how you have to do it, today May 29 19:23:03 Tartarus: but I need include paths specified in pkg-config module to build my qt4-tools-sdk package successfully (it depends on dbus thing that puts its includes into /usr/include/dbus-1.0 and /usr/lib/dbus-1.0/include (sic!) May 29 19:23:34 So like I said, then May 29 19:23:58 qt4-tools-sdk will need to depend on dbus-native, and if the SDK export needs dbus stuff too, you need to also write dbus-cross-sdk May 29 19:23:59 manually specifying -I${STAGING_DIR_NATIVE}/usr/include/dbus-1.0 -I... etc works but seems to be not very good May 29 19:24:32 Are you inheriting pkgconfig? May 29 19:24:46 no May 29 19:24:50 should I? May 29 19:24:52 Yes May 29 19:24:57 if you want to use pkgconfig :) May 29 19:25:54 hm, ok. I'll try. Then how should I specify these cflags? EXTRA_OE_CONF += "`pkg-config --cflags dbus-1` or what? May 29 19:26:28 Hard to say with QT May 29 19:26:32 but it should Just Work :) May 29 19:34:01 You don't need to inherit pkgconfig if you just want to use pkgconfig. It's only useful if your package provides .pc files of its own, which I guess qt4-tools doesn't (although qt4 itself probably does). May 29 19:39:03 mmm....is it possible to bump openssh and remove this patch: file://sftp-server-nolibcrypto.patch because it doesn't apply? May 29 19:40:18 by the way I've an issue with mips+uclibc: | "Your binutils don't support --hash-style option, while you want to use it" is it because mips doesn't have gnu-hash? May 29 19:40:59 I vaguely remember something about that in the mailing list but it was a lot of time ago...with mips+gnu-hash May 29 19:47:43 hrw|gone: i did git pull and then i first built utils-macros before xproto, that worked fine, thank you :) May 29 19:48:41 mmm it was that... May 29 19:48:52 is mips used in oe? May 29 19:49:56 03Klaus Kurzmann  07shr/import * r50a7bb61c3 10openembedded.git/conf/distro/shr.conf: May 29 19:49:56 distro/shr.conf: remove openmoko from the list of overrides May 29 19:49:56 Signed-off-by: Klaus Kurzmann May 29 19:54:12 pb__: ok, EXTRA_OECONF += "`${STAGING_BINDIR_NATIVE}/pkg-config dbus-1 --cflags`" ? May 29 19:54:56 it returns May 29 19:55:32 it returns "-I/home/booxter/projects/oe.devel//tmp/staging/x86_64-linux-sdk/home/booxter/projects/oe.devel//tmp/staging/x86_64-linux/usr/include/dbus-1.0 -I/home/booxter/projects/oe.devel//tmp/staging/x86_64-linux-sdk/home/booxter/projects/oe.devel//tmp/staging/x86_64-linux/usr/lib/dbus-1.0/include" though should be "-I/home/booxter/projects/oe.devel//tmp/staging/x86_64-linux/usr/include/dbus-1.0 -I/home/booxter/projects/oe.devel//tmp/staging/x86_64-linux/usr/l May 29 19:55:55 Gnutoo, db1200 should still be working, so yes May 29 19:55:58 if I run that pkg-config from terminal then it returns the right string May 29 19:56:29 (I mean, tmp/staging/x86_64-linux/usr/bin/pkg-config May 29 19:56:42 Gnutoo, the gnu hash + mips QA warning should not be mentioned on mips platforms anymore, I thought... May 29 19:56:47 maybe the problem is with inherit sdk?.. May 29 19:57:09 what's the right string? May 29 19:58:02 er May 29 19:58:03 hm May 29 19:58:11 Tartarus: with no double "/home/booxter/" stuff :) May 29 19:58:11 pc file not right? May 29 19:58:32 Tartarus: if I run it from terminal then all is good May 29 19:58:49 check the env stuff then May 29 19:59:37 hm? May 29 19:59:49 .pc file seems to be good for me... May 29 20:01:23 yes May 29 20:01:25 look at run.do_... May 29 20:01:30 and the PKG.* env stuff May 29 20:02:07 i have a general question on oe, when i launch something like "bitbake consol-image", where is the point where i can configure my kernel? for example i need mmc card support built-in May 29 20:02:41 Tartarus: I don't get where should I look something for May 29 20:05:13 Goddchen1: there are defconfigs for every machine in recipes/linux/linux*//defconfig May 29 20:06:07 Tartarus, it's not a warning May 29 20:06:35 ok so i'm supposed to somehow edit that defconfig? May 29 20:06:46 Gnutoo, right May 29 20:06:52 http://www.pastebin.ca/1440049 May 29 20:06:55 Gnutoo, it shouldn't show up on MIPS May 29 20:07:24 Gnutoo, yeah, fixup the logic :) May 29 20:07:30 No one has done a mips uclibc build I bet May 29 20:07:33 just *glibc May 29 20:07:46 mips+gnuhash is invalid May 29 20:08:03 Goddchen1: replace it with you config file May 29 20:08:13 Goddchen1: and rebuild the kernel May 29 20:09:22 ok May 29 20:09:33 yes I know it's invalid now... May 29 20:10:10 I'll look how glibc handles it and I'll put it to uclibc then to review May 29 20:10:21 ok i will try that, currently i'm trying to build anything that works... ;) May 29 20:11:07 what distro, Gnutoo ? May 29 20:11:46 I think the right answer is that the logic in conf/distro/include/*.inc needs to get into {eglibc,glibc,uclibc}.inc May 29 20:11:47 wrt54oe May 29 20:11:56 yeah, bingo May 29 20:12:04 right now it's in angstrom-*libc.inc and sane-toolchain-*libc.inc May 29 20:12:15 ok May 29 20:12:17 thanks May 29 20:24:16 cbrake: ping? May 29 20:24:54 jimsheldon: hello Jim May 29 20:26:15 ~pastebni May 29 20:26:19 ~pastebin May 29 20:26:20 [~pastebin] A "pastebin" is a web-based service where you can paste anything over 3 lines without flooding the channel. Here are links to a few : http://www.pastebin.com , http://pastebin.ca , http://channels.debian.net/paste , http://paste.lisp.org , http://www.rafb.net/paste May 29 20:26:24 cbrake: hello Cliff, what is your availability like these days? May 29 20:26:31 rafb.net is gone :( May 29 20:26:54 * kergoth likes pastey.net and gist May 29 20:29:33 jimsheldon: keeping fairly busy, but depending what you need and when, we might be able to schedule something in. May 29 20:29:59 cbrake: ok great, I will send an email off to you in a few minutes May 29 20:30:03 jimsheldon: feel free to call -- I'll be here till 6PM tonight, and in most of next week May 29 20:30:42 cbrake: ok maybe we can chat once you read the message if you think it would be worthwhile May 29 20:31:15 jimsheldon: ok, sounds good. Have a good weekend May 29 20:31:29 cbrake: thanks, you too May 29 20:50:15 can anyone point me to a recipe that creates a binary image comprised of several blobs... wondering how it should be done May 29 20:52:55 cbrake: email sent to info bec-systems May 29 20:55:46 mmm: uclibc-0.9.30.1/uClibc.distro:LDSO_GNU_HASH_SUPPORT=y May 29 20:55:53 that activate gnu hash May 29 20:57:28 and : ${@["","s,.*LDSO_GNU_HASH_SUPPORT.*,# LDSO_GNU_HASH_SUPPORT is not set,;"][bb.data.getVar("TARGET_ARCH", d, 1) == "avr32"]} \ May 29 20:57:59 in configmangle May 29 20:58:28 because including the sane-toolchain-*libc.inc didn't change anything May 29 20:59:21 ok May 29 20:59:25 so 2 fixes :) May 29 20:59:44 need to update uclibc's magic there to match the toolchain ones May 29 20:59:45 ah ok May 29 21:00:01 ok thanks May 29 21:00:07 and then move the --link stuff into *libc.inc and out of the distro-specific ones May 29 21:00:30 ok May 29 21:00:39 thanks a lot May 29 21:18:40 cbrake: get a chance to read that message? no rush, I'll just be out Monday and Tuesday and if you had an answer now I can stick around May 29 21:32:25 Hullo. I seem to have lost the flashing instructions for the spitz, I thought they were on the oe wiki May 29 21:39:00 anyone remember which keys to hold down? C & D? May 29 21:40:31 I have RDEPENDS_${PN} += "qt4-embedded qt4-embedded-dev qt4-embedded-mkspecs" in my task-qte-toolchain-target.bb All is good, meta-toolchain-qte is built successfully, but it doesn't contain qt4-embedded-mkspecs package contents. why? May 29 21:55:37 hum seems I can't flash just the kernel May 29 22:02:20 any suggestions for my RDEPENDS problem? :( May 29 22:03:43 quiet tonight May 29 22:06:41 eekee: possibly Friday is a day of relaxation for some devs ;) May 29 22:07:32 ah :) May 29 22:50:39 * eekee is raaaaather glad the spitz is nigh-unbrickable May 29 22:51:47 eekee: yeah, it's a good design May 29 22:52:15 yeah May 29 23:30:24 03Rolf Leggewie  07org.openembedded.dev * r9ab5e00254 10openembedded.git/recipes/bluez/ (6 files): bluez: 3.36 does not need the hciattach-ti-bts.patch. Fixes do_patch. May 29 23:54:39 anybody tested Stevens,Rudoff and Fenner's book UNIX network programming book's source files on oe? May 30 01:54:06 03Rolf Leggewie  07org.openembedded.dev * rec392ff732 10openembedded.git/docs/usermanual/usermanual.xml: docs: add copyright notice for 2009 May 30 01:54:17 03Rolf Leggewie  07org.openembedded.dev * r3e4d207d8f 10openembedded.git/docs/usermanual/chapters/getting_oe.xml: docs: fix URL for bitbake manual. (Closes: #5122) May 30 01:57:06 * * OE Bug 5122 has been RESOLVED (FIXED) by May 30 01:57:08 * * Incorrect hyperlink in OE docs May 30 01:57:10 * * http://bugs.openembedded.net/show_bug.cgi?id=5122 May 30 02:16:21 03Rolf Leggewie  07org.openembedded.dev * r618bf2cd02 10openembedded.git/MAINTAINERS: May 30 02:16:21 MAINTAINERS: re-sort alphabetically and add a note about this to the bottom, too May 30 02:16:21 * most people recently apparently did not read line 5ff **** ENDING LOGGING AT Sat May 30 02:59:57 2009