**** BEGIN LOGGING AT Fri Dec 07 02:59:59 2012 Dec 07 10:19:23 bluelightning: hello Dec 07 10:24:45 mumbling abot the strange git issue, I see that the recipes have indeed different SRC_URI Dec 07 10:25:16 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git Dec 07 10:25:32 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;.. Dec 07 10:26:59 the 3.4 recipe is like that since first commit Dec 07 10:27:45 probably it was the first time I've pulled an update for linux-yocto_3.4 w/out rebuilding from scratch Dec 07 10:39:02 bluelightning: he he Dec 07 10:39:09 http://cgit.openembedded.org/bitbake/commit/?id=bbf1f6fe594c721a296ca09ee7c583d4a205c591 Dec 07 10:39:57 git -1.7.3.4 on my Gentoo Dec 07 10:42:59 but thatcommit went in ages ago... Dec 07 10:43:04 (hi) Dec 07 10:43:58 sounds too similar to be casual Dec 07 10:49:21 the question is why is it .git for the 3.4 recipe? Dec 07 10:50:25 yes, fair question ;) Dec 07 10:52:23 the bug talks about issues on cloning but after cleanall it re-downloaded and fetched correctly Dec 07 10:53:35 so I'd say I had what appears a 'missing merge' Dec 07 10:57:26 any ideas how that could happen? Dec 07 10:58:34 well, something similar happens with kexecboot.git if you don't bump PR and the latest commit has a git hash wich looks lower than th eformer value Dec 07 10:58:53 looking again http://paste.debian.net/214810/ Dec 07 10:59:29 linux-yocto/3.4.20+git4+6737e890fff2a423fbb022ab1f7f82ef187fd8b1_2+b13bef6377719a488293af196236cc290566fad3-r4.3 Dec 07 11:00:05 how is incremented the " +gitX+" Dec 07 11:00:07 ? Dec 07 11:01:01 that's handled by the persistdb - if the hash is different from the last one then the number is incremented Dec 07 11:01:26 although the PR server is going to be handling that very soon Dec 07 11:04:23 yes, neverthless here should be straightforward Dec 07 11:04:30 -LINUX_VERSION ?= "3.4.18" Dec 07 11:04:30 +LINUX_VERSION ?= "3.4.20" Dec 07 11:04:35 PR = "${INC_PR}.3" Dec 07 11:04:35 PV = "${LINUX_VERSION}+git${SRCPV}" Dec 07 11:10:42 bluelightning: I was about asking you why the dir in /downloads is called /git2 Dec 07 11:10:51 then I found http://cgit.openembedded.org/bitbake/commit/?id=1a0cdc65812f1f12bf4bbea6540a3aaf0f81b4f7 Dec 07 11:11:12 to keep it separate when fetch2 was introduced Dec 07 11:11:53 ok, I have only that one (and a single /svn with opkg fwiw, this is another theme) Dec 07 14:42:53 ant_work: ping Dec 07 14:46:27 you are right, looks like I am doing something wrong while passing the --command-line options. I will try out next week and let you know if I have any questions Dec 07 14:47:11 hi there Dec 07 14:48:32 we hope to release a new version with bugfixes and improvements, tomorrow starting around 18-20 UTC we'll be merging patches Dec 07 14:49:01 try to be online if you have any suggestion Dec 07 14:52:00 ant_work: sure Dec 07 14:53:02 I have V2P-CA15_A7 Cortex A15 target and will test kexecboot next week Dec 07 14:53:44 have you tested kexec on it? Dec 07 14:55:38 normal kexec I mean, eglibc or uclibc. We use kexec-klibc here but I'd prefer not to add another variable Dec 07 14:56:58 yep, but as I e-mail I got stuck at "Uncompressing Linux..." Dec 07 14:57:25 probably I need to pass as command line mmc_args=setenv bootargs "console=tty0 console=ttyAMA0,38400n8 root=/dev/mmcblk0p2 rootwait ro mmci.fmax=6000000"; console=ttyAMA0,38400n8 Dec 07 14:57:52 Tequila: pls send us pending patches, we'll try to merge all the forks in github/kexecboot Dec 07 14:58:30 nareshbhat: this seems uboot stuff Dec 07 14:59:59 yep, I mean I can snip some of the arguments from the above one Dec 07 15:00:39 afais you just need in boot.cfg APPEND=console=tty0 console=ttyAMA0,38400n8 mmci.fmax=6000000 Dec 07 15:00:56 the rest is passed by kexecboot itself Dec 07 15:01:13 well, not ro Dec 07 15:01:24 are you sure you need ro? Dec 07 15:01:44 no I will change it to rw Dec 07 15:02:02 you may add debug as well Dec 07 15:03:03 I will go through http://kexecboot.org/documentation and make the changes Dec 07 15:04:48 right Dec 07 15:04:50 One thing I still did't understand how different is kexecboot from kexec ? Dec 07 15:05:05 ant_work, I don't have any more patch than the one proposed a year ago... I didn't have time to take care more Dec 07 15:05:07 it's a wrapper around kexec Dec 07 15:05:17 ok, thanks Dec 07 15:05:28 is there any link I can read/go through ? Dec 07 15:05:51 well, the docs and the code :) Dec 07 15:07:26 basically kexecboot adds automatically some options like root= rootfs= rootwait Dec 07 15:07:44 permitting you to select th eboot device from a menu Dec 07 15:08:38 Ah like GRUB menu options ? Dec 07 15:08:53 yes, see screenshots Dec 07 15:10:06 ype, that's cool I got it Dec 07 15:10:11 from userspace you can do the same using kexec but the real use is as a bootloader Dec 07 15:10:26 thus we embed kexec + kexecboot in the initramfs Dec 07 15:10:53 (there is any shell, just kexec as init) Dec 07 15:11:08 err (there is any shell, just kexecboot as init) Dec 07 15:11:52 that's great I understand :) Dec 07 15:12:50 for some older devices was a necessity, it seems it can be useful with brand new devices Dec 07 15:18:34 Thanks for the information. I am leaving for the day..Have a nice day/night. Dec 07 17:05:24 Jay7: are you around? Dec 07 17:34:40 bbl Dec 07 18:54:40 evening Dec 07 22:10:17 Jay7: still there Dec 07 22:14:09 here but afk Dec 07 22:15:58 np, ping if you're around Dec 07 22:55:58 ant_home: ping Dec 07 22:56:13 hi Dec 07 22:57:36 about the hardcoded '0', there are 2 Dec 07 22:58:18 at boot you are on ubi device 0, normally on first volume (0) Dec 07 22:58:33 on Zaurus we have Dec 07 22:59:03 not so much space to create volumes :/ Dec 07 22:59:12 many volumes.. Dec 07 23:00:16 I tested doing a single volume per device Dec 07 23:00:33 I think we may start with hardcoded 0 Dec 07 23:01:08 in theory we should scan all volumes and find the bootable one... Dec 07 23:01:43 in practice it's always the first (everyone uses same ubinize scrpts) Dec 07 23:04:58 well.. time to sleep Dec 07 23:06:01 cu **** ENDING LOGGING AT Sat Dec 08 02:59:59 2012