**** BEGIN LOGGING AT Fri Jan 16 02:59:57 2009 Jan 16 03:02:23 hmm not on another machine Jan 16 03:23:38 builds ok here Jan 16 03:38:01 It seems I only see the problem on one machine Jan 16 03:38:04 really annoying Jan 16 05:03:55 Crofton: what os is host machine runiing Jan 16 08:18:55 03Koen Kooi  07org.openembedded.dev * r308f2850bf 10openembedded.git/packages/vlc/vlc.inc: vlc.inc: reinstate run-as-root Jan 16 08:20:07 morning * Jan 16 08:46:43 hello all Jan 16 08:47:03 please how can y fetch trini/canadian-sdk repository using git http ? Jan 16 08:48:10 is it true that with canadian-sdk can I build arm-gcc toolchain for win32 on linux ? Jan 16 09:10:35 03Koen Kooi  07org.openembedded.dev * r087a05b8f9 10openembedded.git/ (conf/checksums.ini packages/gnome/libsoup-2.4_2.4.1.bb): libsoup-2.4: update to 2.24.3 Jan 16 09:39:35 morning all ! Jan 16 09:43:39 gremlin[it]: hello can you read this text ? Jan 16 09:50:10 03Koen Kooi  07org.openembedded.dev * r941f44dbc6 10openembedded.git/packages/gtk-webcore/ (midori.inc midori_0.1.2.bb): midori: update to 0.1.2, adjust to waf buildsystem, fix 'missing icon' problem Jan 16 09:52:56 morning Jan 16 10:15:58 Hi. I looks like the current dev branch does not build, I trieg the angstrom and minimal configs. Jan 16 10:16:02 Is this expected? Jan 16 10:25:07 hrw: morning Jan 16 11:21:44 03Koen Kooi  07org.openembedded.dev * r53826dccec 10openembedded.git/ (5 files in 3 dirs): Jan 16 11:21:44 webkit-gtk: bump SRCREV Jan 16 11:21:44 * runtime tested with midori and epiphany Jan 16 11:21:56 03Koen Kooi  07org.openembedded.dev * r7b84d457f3 10openembedded.git/ (conf/checksums.ini packages/gnome/epiphany_2.24.2.bb): Jan 16 11:21:56 epiphany: update to 2.24.2 Jan 16 11:21:56 * NOTE: stay way from 2.24.3, it contains a rogue commit: http://svn.gnome.org/viewvc/epiphany?view=revision&revision=8679 Jan 16 12:30:38 Hm, I've made a package, libphidget, and it compiles with "bitbake libphidget". Now I've created an image (which usually also compiles) and added "libphidget" to its list of packages in IMAGE_INSTALL. And now the image fails to build, saying it can't find package "libphidget". How can that be? Jan 16 12:48:50 Zta: thats because you should install utils which use that library instead of library alone Jan 16 12:51:16 ..or because I didn't specify any PACKAGES in my libphidget.bb? Jan 16 12:51:44 that var has default value Jan 16 12:51:57 hrw, besides.. it's just an ordinary package, isn't it? So it should just install it's files as any other package? Jan 16 12:52:15 I've made a my-setup package which seem to install fine. Jan 16 12:52:52 check how package got named too Jan 16 12:53:13 most OE distros use debian naming which means that libraries packages are renamed Jan 16 12:53:44 Oh. So it's the renamed package I should specify in my image's IMAGE_INSTALL? Jan 16 12:53:49 This is my package bb: http://codepad.org/1pMBUFsD Jan 16 12:54:43 I have up on the horrible downloade step and placed the downloaded file within the package dir =) Jan 16 12:55:56 drop PR Jan 16 12:56:21 hrw: hi Jan 16 12:56:53 hi andrea Jan 16 12:57:03 done Jan 16 12:57:09 hrw: does changing a kernel-defconfig need PR bump ? Jan 16 12:57:37 let say 'added features' like boot from CF Jan 16 12:57:48 ant_work: yes Jan 16 12:58:04 ant_work: each change which results in build effect require PR bump Jan 16 12:58:24 subtle question: id default_preference was -1 and now is 1? Jan 16 12:58:24 so added modules, removed modules, added/removed config options... Jan 16 12:58:31 if Jan 16 12:58:39 no, then not Jan 16 12:58:57 because new build will grab it and I assume that its version is higher Jan 16 12:59:34 ok, so we keep the old working release Jan 16 12:59:39 03Michael 'Mickey' Lauer  07org.openembedded.dev * r0e0afdb42a 10openembedded.git/packages/starling/starling_svn.bb: starling: svn -> 0.9 release Jan 16 12:59:46 in case the new is broken ;-) Jan 16 12:59:49 hrw, Do I really have to make another pacakge that depends on libphidget, in order for the lib to install? What makes this packages so special? The prefixed "lib" ? Jan 16 12:59:50 03Michael 'Mickey' Lauer  07org.openembedded.dev * r4ab2749494 10openembedded.git/packages/python/python-etk_svn.bb: python-etk: add missing dependencies. patch courtesy Stian Skjelstad. closes OE #4992 Jan 16 13:00:10 you do not have to - just check how package got named etc Jan 16 13:00:22 ok Jan 16 13:00:30 besides... why you want to add library to rootfs if nothing use it... Jan 16 13:00:48 libphidget-dev_2.1.5-r0_i486.ipk and libphidget-dbg_2.1.5-r0_i486.ipk Jan 16 13:01:00 to test if I got it built right Jan 16 13:01:05 no others? Jan 16 13:01:08 and installed right Jan 16 13:01:11 this is static lib? Jan 16 13:01:27 Should be shared. Jan 16 13:01:53 I did a find /opt/oe/stable-build/angstrom/deploy/glibc/ipk/ -name *libphidget* Jan 16 13:02:06 it generates only libphidget.so but not .so.NUMBERS? Jan 16 13:03:46 Hm, only libphidget21.so Jan 16 13:03:58 And then I install it with: oe_libinstall -so libphidget21 ${STAGING_LIBDIR} Jan 16 13:04:31 ok so thats why you get only dev and dbg Jan 16 13:04:51 PN-dev gets lib*.so, and PN gets lib*.so.* Jan 16 13:05:31 Oh. Jan 16 13:06:11 But this is what the libphidget Makefiles builds. I did have a feeling that they weren't quite Linux compliant on everything.. Jan 16 13:06:47 you can add: FILES_${PN} += "${libdir}/libphidget.so" Jan 16 13:08:52 "${libdir}/libphidget21.so", right? Jan 16 13:09:26 yes Jan 16 13:11:18 * hrw -> lunch Jan 16 13:13:32 Enjoy. Jan 16 13:13:39 Strange, still nothing new build. Jan 16 13:17:04 bitbake -c package libphidget -f -D ought to build it, right? Jan 16 13:25:46 Hm, perhaps I'm installing stuff the wrong place? http://codepad.org/cMMUkeQT Jan 16 13:26:06 I would rather do -crebuild Jan 16 13:29:50 is there a way to find which package that adds a certain file to the image? Jan 16 13:30:18 grep name-of-file /usr/lib/opkg/info/*list Jan 16 13:30:25 thats how I check Jan 16 13:30:37 tnx! Jan 16 13:35:43 hm.. Jan 16 13:35:49 still no success Jan 16 13:36:39 Are there any obvious errors in this recipe? http://codepad.org/9C4PtKy7 Jan 16 13:39:05 Only -dev and -dbg packages are built Jan 16 13:39:24 let me build it Jan 16 13:42:29 let me wrap it up Jan 16 13:43:39 http://asklandd.dk/tmp/libphidget.tar.bz2 Jan 16 13:48:51 wierd Jan 16 13:49:00 Zta: not sure, but i had a similar problem, i believe it was solved by installing into ${D}, like so: install git/blacktown/prototype/server/server ${D}/usr/bin Jan 16 13:49:17 i used to install into a non standard dir.. Jan 16 13:49:23 ymmv... Jan 16 13:50:09 right toggles_w Jan 16 13:50:27 Zta: s+${WORKDIR}/install+${D} and it will work fine Jan 16 13:50:46 also, not sure but your FILES_${PN} may be off, i dont think you put files, just paths, like so: FILES_${PN} += "/usr/share" but i'm NO expert... Jan 16 13:58:06 03Michael 'Mickey' Lauer  07org.openembedded.dev * rce2247eee9 10openembedded.git/packages/python/python-imdby_3.9.bb: python-imdbpy: fix typo when renaming Jan 16 14:03:32 hrw, e.g. install -m 0755 -d ${WORKDIR}/install/${D}/usr/lib ? Jan 16 14:05:04 forget ${WORKDIR}/install Jan 16 14:05:07 * * OE Bug 4800 has been RESOLVED (FIXED) by Jan 16 14:05:08 for you it does not exists Jan 16 14:05:09 * * tichy is missing python-pygame dependency Jan 16 14:05:11 * * http://bugs.openembedded.net/show_bug.cgi?id=4800 Jan 16 14:05:34 oh.. I replace that with ${D} Jan 16 14:08:05 damnit I still don't get a normal package out of it Jan 16 14:09:06 * * OE Bug 4351 has been RESOLVED (FIXED) by Jan 16 14:09:09 * * navit cvs migrated to svn; edit navit_cvs.bb Jan 16 14:09:10 * * http://bugs.openembedded.net/show_bug.cgi?id=4351 Jan 16 14:09:25 hrw, does it work for you? Did you build it from my recipe? Jan 16 14:13:05 Ah! Jan 16 14:13:06 * * OE Bug 4514 has been RESOLVED (FIXED) by Jan 16 14:13:08 * * python-sip_4.7.3.bb source download fails, update to 4.7.7 Jan 16 14:13:10 * * http://bugs.openembedded.net/show_bug.cgi?id=4514 Jan 16 14:13:49 Changig to FILES_${PN} += "${libdir}" like toggles_w suggested seemed to do the trick! Jan 16 14:14:56 Zta: http://pastebin.ca/1310062 Jan 16 14:15:07 * * OE Bug 2506 has been RESOLVED (FIXED) by Jan 16 14:15:09 * * dropbear: broken connection termination Jan 16 14:15:11 * * http://bugs.openembedded.net/show_bug.cgi?id=2506 Jan 16 14:16:41 hrw, thanks, that's what I've got now too Jan 16 14:19:30 well, you moved FILES_ lines below inherit Jan 16 14:20:05 is that important? =) Jan 16 14:20:38 pass whole recipe by OE/contrib/oe-stylize.py tool Jan 16 14:21:41 Ah! =) Jan 16 14:25:31 Obviously oe-stylize.py regards tabs as evil. Jan 16 14:34:34 ooOOOoooo! /usr/lib/libphidget21.so installed on target image 8) Jan 16 14:34:39 Time to commit Jan 16 14:39:49 Thanks =) Jan 16 14:40:40 Zta: sweet, now can you please fix mod_php? ;-) Jan 16 14:53:54 03Marcin Juszkiewicz  07org.openembedded.dev * r533f0e2b68 10openembedded.git/packages/images/console-base-image.bb: console-base-image: like console-image but use task-base instead of task-base-extended Jan 16 14:54:01 03Marcin Juszkiewicz  07org.openembedded.dev * r504311c49c 10openembedded.git/packages/busybox/ (busybox_1.11.3.bb files/mdev files/mdev.conf): busybox: install mdev config and initscript Jan 16 14:54:09 03Marcin Juszkiewicz  07org.openembedded.dev * r3ebd0de9a8 10openembedded.git/packages/busybox/ (busybox_1.11.3.bb files/mdev files/mdev.conf): Jan 16 14:54:09 busybox: improved mdev initscript and config Jan 16 14:54:09 - do not mount /sys as it is already mounted Jan 16 14:54:09 - fixed hotplug handler (mdev is in /sbin not /bin) Jan 16 14:54:11 - fixed regexps in mdev.conf Jan 16 14:54:13 - alsa and input devnodes in proper directories Jan 16 14:54:15 03Marcin Juszkiewicz  07org.openembedded.dev * r2dc2f17523 10openembedded.git/packages/busybox/ (9 files in 4 dirs): busybox: added 1.13.2 Jan 16 14:54:20 03Marcin Juszkiewicz  07org.openembedded.dev * r5e4817d253 10openembedded.git/packages/busybox/ (busybox_1.13.2.bb files/find-touchscreen.sh files/mdev.conf): busybox: create /dev/input/touchscreen0 with mdev Jan 16 14:54:24 03Marcin Juszkiewicz  07org.openembedded.dev * r24995e9185 10openembedded.git/packages/busybox/ (3 files in 2 dirs): busybox: replace my mdev fix with upstream solution (svn r24785) Jan 16 14:54:32 03Ulf Samuelsson  07org.openembedded.dev * r48fb51ab6a 10openembedded.git/ (6 files in 3 dirs): (log message trimmed) Jan 16 14:54:32 linux: added 2.6.28 for at91sam9263ek (based on ulf/atmel branch) Jan 16 14:54:34 - recipe cleaned Jan 16 14:54:36 - defconfig changes: Jan 16 14:54:38 - NFS root enabled Jan 16 14:54:40 - preempt, no hz, high res timers, cpu idle enabled Jan 16 14:54:42 - EABI, Thumb support enabled Jan 16 14:54:44 03Marcin Juszkiewicz  07org.openembedded.dev * r56ed3d7fec 10openembedded.git/packages/udev/udev-124/local.rules: udev 124: support devices with ads7846 touchscreen and wrong modalias Jan 16 14:54:49 03Marcin Juszkiewicz  07org.openembedded.dev * r74c7fba31d 10openembedded.git/packages/busybox/ (busybox_1.13.2.bb files/find-touchscreen.sh): busybox/mdev: support devices with ads7846 touchscreen and wrong modalias Jan 16 14:54:53 03Marcin Juszkiewicz  07org.openembedded.dev * r00fa1c64ca 10openembedded.git/packages/ (10 files in 2 dirs): Jan 16 14:54:56 xserver-(kdrive,xorg): versions newer then 1.3.0.0 require HAL also on device Jan 16 14:54:58 Moved hal dependency from angstrom-x11-base-depends into xservers. Jan 16 14:55:00 03Marcin Juszkiewicz  07org.openembedded.dev * r2f4d35476d 10openembedded.git/packages/udev/udev_124.bb: Jan 16 14:55:03 udev: move /sbin/udevadm to udev-utils Jan 16 14:55:05 udevadm is multibinary which provides udevinfo, udevsynthetize. Jan 16 14:55:07 HAL uses udevinfo to gather informations about system devices. Jan 16 14:55:09 On system where mdev (from busybox) is used as hotplug manager HAL was Jan 16 14:55:28 not able to find any device due to lack of udevinfo command. Jan 16 15:06:50 * hrw -> out for 40m Jan 16 15:15:07 * * OE Bug 4993 has been created by jluebbe(AT)openmoko.org Jan 16 15:15:08 * * Packaged staging for native packages creates problems Jan 16 15:15:10 * * http://bugs.openembedded.net/show_bug.cgi?id=4993 Jan 16 15:26:03 I've got a similar directory structure in BUILDDIR/tmp and BUILDDIR/conf/tmp, but my "rootfs" directory is in BUILDDIR/conf/tmp. I did this build about a week ago and I'm just getting around to testing it, and I'm not sure why it's set up this way. Are there supposed to be built things in my conf directory, or did I just accidentally run bitbake from BUILDDIR/conf instead of BUILDDIR? The modified times on the two trees are similar, but th Jan 16 16:14:10 is there anything in OE that interfaces to gpsd as a graphical application? Jan 16 16:21:53 leonardo__: tangogps? Jan 16 16:22:08 phobbes: looks like you run build in two dirs indeed Jan 16 16:22:21 phobbes: remember that you can set TMPDIR in config Jan 16 16:22:49 hrw: i don't know, i know that it built gpsd, and I have that running and it says Starting gpsd: Success, but I don't know what program I can use to actually see the data Jan 16 16:23:24 hrw: I see a xgps in the gpsd package, but it's not built by OE Jan 16 16:34:55 03Michael 'Mickey' Lauer  07org.openembedded.dev * rfff3ff4a44 10openembedded.git/packages/python/python-imdby_3.9.bb: python-imdbpy: fix typo when renaming Jan 16 16:50:34 hrw: thanks. the build that I want is the one that got put in the conf directory, but I don't want it in the conf directory. I copied it into my build dir, and now I'm running a sed script that goes through everything and changes any instance of the old tmpdir path into the correct one. should this work? Is there an easier way? Jan 16 16:53:50 sorry, but no Jan 16 16:55:42 hrw: no that won't work, or no there's no easier way? Jan 16 16:57:24 not work Jan 16 17:01:35 sometimes I hate git Jan 16 17:02:39 lets switch back to monotone ... Jan 16 17:02:43 or cvs Jan 16 17:04:05 * CosmicPenguin avoids all the flying trout Jan 16 17:06:44 03Jeremy Lainé  07org.openembedded.dev * raac0c8b6f8 10openembedded.git/packages/u-boot/ (4 files in 2 dirs): u-boot-1.3.2: update patches for boc01 Jan 16 17:07:07 * * OE Bug 4757 has been RESOLVED (FIXED) by Jan 16 17:07:09 * * tinylogin relocated. Jan 16 17:07:11 * * http://bugs.openembedded.net/show_bug.cgi?id=4757 Jan 16 17:10:51 03Jeremy Lainé  07org.openembedded.dev * r932012553f 10openembedded.git/packages/u-boot/u-boot-1.3.2/boc01/ (8 files): u-boot: prune obsolete patches Jan 16 17:43:09 If a resolution to a bug caused another problem, should I reopen the original bug, or file a new one? Jan 16 17:44:04 JustinLove: you have to use judgement if the fix is wrong, or just exposed bug 2 Jan 16 17:44:19 if just exposed bug 2 then new bug Jan 16 17:45:34 Thanks - it was wrong, barring other factors I don't understand. Jan 16 18:18:39 03Jeremy Lainé  07org.openembedded.dev * r98af7a4161 10openembedded.git/packages/linux/ (13 files in 2 dirs): linux-2.6.27: update patches for boc01 Jan 16 18:56:52 anybody had any issues with e2fsprogs-libs-1.41.2 lately? Jan 16 19:01:22 There have been a number of different issues Jan 16 19:02:06 CosmicPenguin: yeah, I'm seeing a number of them too :) Jan 16 19:02:13 check the mailing list Jan 16 19:02:42 ml thread seems controversial... Jan 16 19:02:53 I guess I have to reply there Jan 16 19:03:01 Is that the problem you are having too? Jan 16 19:03:36 close, but not completely Jan 16 19:29:21 hm.. Jan 16 19:30:07 is zaurus keymap compiled into linux-rp kernels? Jan 16 20:01:41 hehe.. Jan 16 20:02:37 qemu can't survive kexec Jan 16 20:08:29 re Jan 16 20:08:51 Jay7: thats because qemu boots kernel directly not bootloader Jan 16 20:08:58 ah.. Jan 16 20:09:04 really.. Jan 16 20:16:27 hello,I've a package(xboard) that I'd like to commit...but there is nothing in the debug and dev packages...is it ok to commit them as is? Jan 16 20:16:39 (and the recipe has changed since the bugreport) Jan 16 20:24:17 03Denys Dmytriyenko  07org.openembedded.dev * r1556c15f8a 10openembedded.git/packages/e2fsprogs-libs/e2fsprogs-libs_1.41.2.bb: e2fsprogs-libs: do_configure depends on gettext-native (undefined AM_GNU_GETTEXT) Jan 16 20:30:20 gnutoo-laptop: no debug was generated at all? Jan 16 20:30:22 strange Jan 16 20:31:10 hrw, don't know but ~/oetmp/work/armv4t-angstrom-linux-gnueabi/xboard-4.2.7-r0/install/xboard-dev is empty Jan 16 20:31:27 mabe I should check the ipk Jan 16 20:37:20 yes the ipk is empty Jan 16 20:37:32 -dev is normal empty but -dbg too? Jan 16 20:37:41 s/dev/dbg Jan 16 20:38:02 (ar x xboard-dbg_4.2.7-r0_armv4t.ipk) Jan 16 20:38:25 easier way: "dpkg-deb -c" instead of "ar x" Jan 16 21:00:18 have a nice evening Jan 16 21:00:30 ah.. and nice weekend too Jan 16 21:03:04 same to you! Jan 16 21:11:03 otavio: hi Jan 16 21:30:27 * cbrake discovers "meld ." for graphical svn diffs Jan 16 21:34:41 cbrake: yep it also works for git Jan 16 21:35:32 khem: I've used it with git mergetool -- can you run it standalone like with SVN? Jan 16 21:40:14 khem: hi Jan 16 21:47:01 i'll look in the manual if there is something about debuging Jan 16 21:54:03 * denix0 is away: I'm not here Jan 16 22:27:31 I'll look at the bbclasses for the stripping Jan 16 22:30:43 I'm trying to get started with oe and bitbake, and my first .bb file doesn't seem to copy over the files in the SCI_URI to my build directory Jan 16 22:32:20 is there any way to tell why it isn't copying the file to the build dir? Jan 16 22:33:02 the first step is figuring out if it is copying it anywhere else Jan 16 22:33:15 files in SRC_URI go to ${WORKDIR} and not ${S} as a general rule Jan 16 22:33:33 found why in the logs...I bet it doesn't strip anything...i'll verify that Jan 16 22:34:06 but do_compile is executed in ${WORKDIR}? Jan 16 22:34:15 do compile is executed in ${S} Jan 16 22:34:36 actually in my .bb I have S = "${WORKDIR}" anyway Jan 16 22:34:48 well - okay - trying to be technically correct here Jan 16 22:35:14 CosmicPenguin: I appreciate it Jan 16 22:35:18 no they were stripped Jan 16 22:36:42 for a strange reason the .debug is not created but the binaries are stripped... Jan 16 22:37:03 I'll go bye Jan 16 22:37:10 I'll see that tomorrow Jan 16 22:38:20 CosmicPenguin: DOH! SRC_URI not SCI_URI Jan 16 22:38:25 CosmicPenguin: thanks :0 Jan 16 22:38:32 that'll do it.. :) Jan 16 22:39:25 cbrake: you mean launch meld and then surf the git directories in meld itself ? Jan 16 22:40:47 I can't reach bugzilla and ADMIN STATUS is Services Restarted...but i'll go bye Jan 16 22:41:53 OE only seems to package the build after all requested packages has been built. How can I force it to actually package ebuilds that has finished. Im building using -k world and dont want to wait >1000 packages to see any ipk/tar.gz files Jan 16 22:58:49 03Tim 'timtim' Ellis  07org.openembedded.dev * r86bee5a3ea 10openembedded.git/conf/machine/include/orion.inc: orion: Add missing machine include as used by lspro, ts109, ts209 and ts409 machines already in OE Jan 16 23:08:10 03Tim 'timtim' Ellis  07org.openembedded.dev * r30f72fa241 10openembedded.git/conf/machine/ (5 files): foonas: Remove references to foonas-em and foonas-iscsi which do not exist in OE in lsmipsel, storcenter, ts109, ts209 and ts409 Jan 16 23:10:14 * timtimred has angstrom running happily on various NAS now. Jan 16 23:10:40 there is some tidying up to do and adding of missing/old/broken stuff though :) Jan 16 23:10:52 adding/updating/fixing etc Jan 16 23:18:46 03Joshua Lamorie  07org.openembedded.dev * rfb99c1caa6 10openembedded.git/packages/tinylogin/tinylogin_1.4.bb: tinylogin: fix SRC_URI and HOMEPAGE Jan 16 23:25:10 03Tim 'timtim' Ellis  07org.openembedded.dev * r5f5d8b4fcc 10openembedded.git/conf/machine/ (ts209.conf ts109.conf): tsx09: ts109 and ts209 are for our purposes the same device. Move this to one machine config to cover both. Jan 16 23:41:58 03Tim 'timtim' Ellis  07org.openembedded.dev * r0d2e67bc17 10openembedded.git/conf/machine/kuropro.conf: kuropro: Add the Kurobox Pro machine, a Marvell Orion based NAS Jan 16 23:52:01 03Tim 'timtim' Ellis  07org.openembedded.dev * rd3d7df312a 10openembedded.git/packages/linux/ (3 files in 2 dirs): linux-linkstationarm: Remove this as no machine uses it anymore, shortly to be replaced with linux-orion which covers this and various other orion based devices. Jan 16 23:56:54 03Michael 'Mickey' Lauer  07org.openembedded.dev * r9d8f004143 10openembedded.git/packages/plone/plone_3.1.7.bb: plone: fix compiling Jan 16 23:56:55 nice cleanup Jan 16 23:56:55 03Michael 'Mickey' Lauer  07org.openembedded.dev * r5a0fecab4a 10openembedded.git/ (5 files in 2 dirs): Jan 16 23:56:55 distutils.bbclass: bandaid against wrong datadir installation Jan 16 23:56:55 bump affected python recipes Jan 16 23:58:17 thanks :) heh, i seem to be doing more deleting than adding atm. Jan 16 23:58:43 fortunately lots more stuff will work soon heh. but damn, its sleepy time. Jan 16 23:58:47 hehe Jan 17 00:00:30 yeah... Jan 17 00:01:01 * Jay7 is releasing kexecboot-0.4 Jan 17 00:01:25 nighty! Jan 17 00:04:18 03Michael 'Mickey' Lauer  07org.openembedded.dev * r4e3bfb1faf 10openembedded.git/classes/distutils.bbclass: distutils.bbclass: only remove if existing Jan 17 00:41:34 03Michael 'Mickey' Lauer  07org.openembedded.dev * r3532e24edd 10openembedded.git/conf/checksums.ini: checksums: add new python stuff Jan 17 00:45:06 * Jay7 -> sleep Jan 17 02:53:31 03Richard Purdie  07org.openembedded.dev * r4dccbaaec3 10openembedded.git/ (4 files in 2 dirs): bitbake.conf: Add EXEEXT variables for BUILD/HOST/TARGET so we can start to handle other architectures Jan 17 02:53:33 03Richard Purdie  07org.openembedded.dev * r5ebb709879 10openembedded.git/classes/insane.bbclass: insane.bbclass: Add handling for canadian classes Jan 17 02:53:33 03Richard Purdie  07org.openembedded.dev * r8fd453d026 10openembedded.git/conf/bitbake.conf: Add a shortcut for the EXEEXT we'll use in packaging Jan 17 02:53:33 03Tom Rini  07org.openembedded.dev * r00f5fabc4b 10openembedded.git/classes/insane.bbclass: insane.bbclass: Fix thinko in package_qa_check_staged logic for iscrossnative Jan 17 02:53:35 03Richard Purdie  07org.openembedded.dev * r0b6e634b8c 10openembedded.git/classes/siteinfo.bbclass: siteinfo.bbclass: Add cygwin and mingw entries Jan 17 02:53:38 03Tom Rini  07org.openembedded.dev * rb987a6e62b 10openembedded.git/: Merge branch 'rpurdie/canadian-sofar' into org.openembedded.dev **** ENDING LOGGING AT Sat Jan 17 02:59:56 2009