**** BEGIN LOGGING AT Tue Jan 15 02:59:58 2013 Jan 15 05:29:03 khem: yes, PW seems correct again, thanks! Jan 15 06:08:20 morning Jan 15 08:20:21 good morning Jan 15 08:35:02 morning all Jan 15 08:48:07 hrw: is there a bitbake target to update Packages.gz in deploy/ipkgs ? Jan 15 08:48:44 suihkulokki: bitbake package-index or any image Jan 15 08:49:48 hrw: thanks Jan 15 09:59:07 does anyone know what happened to check Jan 15 10:00:08 I'm moving from oe classic to core and just having some issues Jan 15 10:06:47 i can see it in denzil-next but does not build, well its a start at least Jan 15 12:11:12 does someone has recipe for libunwind? Jan 15 12:17:14 found in oe classic Jan 15 12:21:11 hi, all! I have an error while trying to bitbake the image: http://pastebin.com/xRxXhzKu Can you help with that? How can I fix it? Jan 15 14:11:58 is there any chance anyone could try building "check" just to see if it's not just me? Jan 15 14:12:10 only if you have the time, thanks Jan 15 14:55:56 got it. Jan 15 14:58:07 now to work out where to send my patch Jan 15 15:18:20 reisei: what version of Python are you using? Jan 15 15:19:33 did I miss something with inittab in oe-core (compared to oe-classic)? I'm unable to boot: "Warning: unable to open an initial console." Jan 15 15:20:31 that warning likely has more to do with console= on your kernel commandline than the inittab. inittab spawns gettys, but doesn't set up the main console directly Jan 15 15:21:40 kernel commandline looks good: console=ttyS0,115200 root=/dev/nfs Jan 15 15:22:03 kergoth: if I use an ols oe-core generated fs it works Jan 15 15:22:08 s(ols/old Jan 15 15:22:18 so much has changed that comparison is largely meaningless Jan 15 15:22:32 '-( Jan 15 15:22:33 unless you plan on comparing the rootfs file by file, that doesn't tell us much of anything Jan 15 15:23:47 kergoth: AFAYN is core-image-minimal working? Jan 15 15:24:02 mckoan: add devtmpfs.mount=1 to kernel cmdline? Jan 15 15:24:24 i've booted it on a wide variety of devices, but not recently Jan 15 15:24:32 mckoan: looks like you boot image with static /dev/ directory which lacks ttyS0 Jan 15 15:25:31 hrw: thx. nope I have /dev and I have ttyS0 :-( Jan 15 15:26:21 mckoan: and your rootfs has /dev/ttyS0 entry in inittab? Jan 15 15:26:26 /dev/ttyS0 crw-r----- but I tried also crw-rw-rw- Jan 15 15:26:38 is something more subtle in the fs Jan 15 15:27:36 s/subtle/sneaky Jan 15 15:28:31 crw-rw---- 1 root dialout 4, 64 gru 15 22:32 /dev/ttyS0 Jan 15 15:33:28 hrw: all devices in /dev have MAJOR,MINOR = 0,0 !!! Jan 15 15:33:37 is it a oe-core bug? Jan 15 15:34:36 just a hint: what is the recipe responsible to create /dev? Jan 15 15:34:56 mckoan: it is normal Jan 15 15:35:20 mckoan: use devtmpfs from kernel to have proper /dev/ without useless playing with static /dev Jan 15 17:24:30 kergoth: should there be a BitBake-1.17.0 git branch? I see a 1.17.0 tag, but no Branch specifically. Jan 15 17:26:46 wmat: ask richard, he's the current maintainer and person that does the releases Jan 15 17:27:00 thx Jan 15 17:27:33 RP_: should there be a BitBake-1.17.0 git branch? Jan 15 17:28:45 hey. is there any way to specify in SRC_URI for a file for do_unpack() to just copy it instead of untarring it? Jan 15 17:28:59 like SRC_URI="some.tar.bz2;do_not_untar" Jan 15 17:29:29 out of curiosity, why woudl you want to do that? Jan 15 17:30:12 but regardless, you can just set teh unpack parameter Jan 15 17:30:20 ;unpack=false or ;unpack=0 or whatever Jan 15 17:30:26 boolean parameter Jan 15 17:30:45 kergoth, thanks! Jan 15 17:30:53 line 921 of bitbake/lib/bb/fetch2/__init__.py, for reference Jan 15 17:30:54 unpack=0 please :) Jan 15 17:31:17 I use it in some rogue recipes Jan 15 17:31:49 i guess that's the proper name for it: rogue recipe Jan 15 17:47:24 kergoth, i use the recipe to pack an ipk that installs the unpacked contents on the target device Jan 15 17:48:15 so i want the tar.bz2 to be part of the ipk Jan 15 17:49:38 * kergoth nods Jan 15 18:14:52 what the hell. bitbake just told me this task failed, yet it's showing that task in the waiting for tasks to finish display Jan 15 18:16:12 kergoth, it speaks with forked tongue Jan 15 23:02:21 meh Jan 15 23:56:11 hey I'm working on a recipe that builds a qt project and the qmake variable "QT_MAJOR_VERSION" doesn't seem to be recognized, would anyone here know why? I've been pouring through qmake_core.bbclass but nothing is sticking out **** ENDING LOGGING AT Wed Jan 16 02:59:59 2013