achiang | ah... | 00:06 |
---|---|---|
achiang | looks like debugfs isn't enabled in my Kconfig, which ureadahead needs | 00:06 |
=== asac_ is now known as asac | ||
=== lilstevie|ZNC is now known as lilstevie | ||
hrw | morning | 06:25 |
topfs2 | does anyone know a good sample application for GLES, i.e. an application that is supposed to run well on ubuntu already and is in repositories? | 07:08 |
ogra | lool, u-boot 2010.12-1ubuntu1 uploaded | 10:37 |
hrw | ogra: how goes flash-kernel/efikamx merge? | 10:45 |
lool | ogra: cool | 10:54 |
ogra | hrw, in the works | 11:08 |
ogra | getting images has higher prio atm | 11:08 |
hrw | ok | 11:09 |
ogra | asac, mind to approve u-boot-tools in the u-boot MIR ? a u-boot with the split has been uploaded and built (waiting in binary new now) | 11:35 |
asac | ogra: i am late and out for 2h now (errands for travel etc.) | 11:37 |
asac | i will look after if you remind me again ;) | 11:37 |
ogra | asac, ok, i commented on the bug too | 11:39 |
ogra | i'll take care for binary NEWing it meanwhile | 11:39 |
apw | ogra, did the kernle make last nights image ok? | 11:48 |
ogra | apw, we cant build images atm due to uboot-mkimage breakage | 11:49 |
ogra | so i dont know if it would have made it | 11:49 |
ogra | i will take care of that on monday once we have sorted the image issues | 11:50 |
apw | ogra, i note d-i failed to build for armel, i assume it related | 11:50 |
ogra | apw, looks like it didnt fail but is dep-wait | 11:51 |
apw | ogra, yeah sorry, in dep-wait | 11:51 |
ogra | due to u-boot ;) | 11:51 |
ogra | Reading state information... | 11:51 |
ogra | E: Package 'u-boot' has no installation candidate | 11:51 |
ogra | apt-get failed. | 11:51 |
ogra | Package installation failed | 11:51 |
ogra | from the log | 11:51 |
ogra | hmm, crap we will have top revert all the dependency changes that u-boot introduced | 11:52 |
ogra | (since the package is actually called u-boot-tools) | 11:52 |
rsalveti | but I believe there's also a dummy uboot-mkimage package | 11:55 |
rsalveti | didn't check if the dependencies are correct yet | 11:55 |
ogra | rsalveti, doesnt help | 11:55 |
ogra | neither is in main yet | 11:55 |
ogra | first i need to get it de-NEWed | 11:56 |
ogra | then to main | 11:56 |
rsalveti | yeah | 11:56 |
ogra | but i dont think hdstrand is up yet | 11:56 |
ogra | he is archive admin of the day | 11:56 |
ogra | *jdstrand | 11:57 |
lool | ogra: Yes, the rdeps and rbdeps need to be transitioned | 11:59 |
lool | I had sent patches to do this, but they need to be updated for u-boot -> u-boot-tools | 12:00 |
ogra | lool, well, if u-boot stays out of main and the transitional package gets in that should suffice for a quick fix | 12:00 |
ogra | unless you dropped uboot-mkimage from all deps (which i dont belive) | 12:01 |
ogra | hmm, you dropped it from d-i, i see | 12:01 |
rsalveti | jasper should be fine | 12:02 |
rsalveti | u-boot | uboot-mkimage | 12:02 |
ogra | yes | 12:02 |
ogra | but d-i wont be | 12:03 |
* ogra branches d-i | 12:03 | |
lool | No it's not fine | 12:03 |
lool | I mean, not from sbuild's perspective for sure | 12:04 |
lool | So basically, it should be u-boot-tools | uboot-mkimage | 12:04 |
ogra | it will k | 12:10 |
ogra | it will be possible to build images | 12:12 |
ogra | which is our main concern atm | 12:12 |
ogra | jasper changes completely next week anyway | 12:14 |
lool | ogra: you want ot update flash-kernel as well | 12:16 |
ogra | ah, thanks | 12:16 |
ogra | well, it only suggests uboot-mkimage | 12:17 |
lool | ogra: No, flash-kernel-installer apt-installs u-boot and then falls back to uboot-mkimage | 12:25 |
ogra | oh, ok | 12:25 |
ogra | thanks | 12:26 |
ogra | lool, hmm, did you forget to commit the flash-kernel-installer change ? | 12:36 |
ogra | install_mkimage() { | 12:36 |
ogra | if ! apt-install uboot-mkimage; then | 12:36 |
ogra | error "apt-install uboot-mkimage failed" | 12:36 |
ogra | fi | 12:36 |
ogra | } | 12:36 |
ogra | thats all i can find in the source | 12:36 |
ogra | and grep returns no code for u-boot | 12:37 |
lool | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607614 | 12:39 |
ubot2 | Debian bug 607614 in flash-kernel "uboot-mkimage -> u-boot" [Minor,Open] | 12:39 |
lool | I thought I had uploaded that to Ubuntu as well | 12:39 |
lool | ogra: Actually, I failed to finish the implementation in Ubuntu | 12:40 |
lool | I did create a install_mkimage() function, but didn't update it for uboot-mkimage -> u-boot | 12:40 |
ogra | well, so we are fine for the moment | 12:41 |
ogra | :) | 12:41 |
ogra | if its in debian i will pull it in with the merge | 12:41 |
lool | you're merging flash-kernel? | 12:41 |
ogra | i have that pending since before vacation | 12:41 |
ogra | planned to do that on monday | 12:41 |
ogra | (actually i planned to do it this week, but now u-boot got in my way and images are more important) | 12:42 |
ogra | i have a half merged branch ready, just needs some touching up | 12:42 |
ogra | lool, why do you ask ? | 12:43 |
=== gnomelogger is now known as markeylogger | ||
=== markeylogger is now known as apachelogger | ||
lool | ogra: Just out of curiosity | 13:36 |
rsalveti | ogra: u-boot should be fine now | 13:37 |
rsalveti | hopefully we'll be able to generate images over the weekend | 13:37 |
ogra | rsalveti, yep, all sorted | 13:47 |
=== 84XABITRA is now known as ian_brasil | ||
=== prpplague^2 is now known as prpplague | ||
=== robclark_ is now known as robclark | ||
jhobbs | for vexpress, has the http://www.linux-arm.org/git?p=u-boot-armdev.git;a=summary tree been superseded by the linaro u-boot git tree? | 18:04 |
mattwaddel | jhobbs: for vexpress, the linaro u-boot tree is the same as the main stream u-boot. I believe that is just a forward port of the code in www.linux-arm.org | 18:08 |
GrueMaster | ogra: were you going to manually push an image build prior to the sprint? | 19:00 |
=== scottb is now known as sbambrough | ||
ogra | GrueMaster, tomights omap4 should build, i didnt bother a manual build yet | 19:00 |
GrueMaster | ok, thought I'd check. | 19:01 |
topfs2 | do people use maverick or natty for omap4? | 19:01 |
topfs2 | I am currently running maverick but I've heard whispers that natty should have much intereting stuff, but sgx and such needs to work for my project :) | 19:02 |
ogra | we dont have sgx packages for natty yet | 19:03 |
ogra | so stick with maverick | 19:03 |
ogra | GrueMaster, if it fails i'll trigger a build on sunday, i'll arrive tomorrow evening already so i have the whole sunday | 19:03 |
topfs2 | ogra: ok, thanks :) | 19:03 |
ndec | ogra: if I am correct, you should be able to grab the graphics packages from tiomap-dev/omap-trunk PPA. they should work with natty kernel... | 19:11 |
ndec | not 100% sure, though ;-) | 19:12 |
ogra | ndec, thats publically accessible ? | 19:12 |
ndec | ogra: sure | 19:12 |
ogra | topfs2, ^^^ | 19:12 |
ndec | ogra: http://groups.google.com/group/pandaboard/browse_thread/thread/291bf9cbd8c36d15 | 19:13 |
topfs2 | cool | 19:16 |
topfs2 | might try that out then | 19:16 |
Zotan | Has anyone used the instructions at http://42.pl/u/2u8U to rebuild the stock ubuntu maverick kernel? I can build the linux-linaro kernel but am struggling to rebuild the stock ubuntu one | 21:28 |
=== robclark_ is now known as robclark | ||
=== gcl_ is now known as gcl |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!