**** BEGIN LOGGING AT Wed Mar 25 02:59:57 2009 Mar 25 03:18:41 The dependency is there, it's an ipkg/opkg limitation Mar 25 03:19:29 What happens is that the startup script for nfsd is automagically started, but opkg/ipkg cannot do anything to ensure that portmapper has started first. Mar 25 03:19:53 So I would have to write that logic into the startup or postinstall script, and I just have better things to do! ;-) Mar 25 04:17:59 03mwester * r1088 10kernel/trunk/patches/2.6.29/ (KERNEL defconfig ixp4xx-net-reset-phy.patch series): Mar 25 04:17:59 2.6.29 patches: update to rc8, update defconfig with some new items, add Mar 25 04:17:59 a patch to fix kexec booting of the new kernel for the NSLU2. Mar 25 12:24:40 mwester: ah ok. as long as it gets installed. I can fudge up the runtime stuff. thank. Mar 25 12:28:02 before starting my fresh build (toolchain built this time!) I removed and got a fresh master Makefile from http://wwww.nslu2-linux.org/Makefile. But not It says it doesn't have a target for slugosbe-image... Is this the right Makefile? Mar 25 12:31:04 nevermind. I fixed it. Mar 25 12:31:46 Mental Note: Don't work on programming stuff before coffee is full digested! :) Mar 25 13:28:41 mwester: I've confirmed that the default build doesn't set USB_VIDEO_CLASS to be built as a module in .config. I'll do it manually but I'd appreciate it if you could add this to your TODO for the future. (seeing as most cameras are UVC compliant today) Mar 25 15:02:03 mwester: tested working. please add CONFIG_USB_VIDEO_CLASS=m to openembedded/recipes/linux/linux-ixp4xx/nslu2/defconfig-2.6.27.8. Mar 25 15:21:57 03mwester 07slugos-5.3-beta * r492 10slugos/openembedded/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.27.8: SlugOS5.3-beta: defconfig - add USB_VIDEO_CLASS module to feeds Mar 25 15:26:03 Thanks Mar 25 17:00:19 Wow! :) Hello. Noob q. I want submit package to optware. I already made and test software and have ipk. How to auth on https://svn.nslu2-linux.org/svnroot/optware/trunk? Mar 25 17:05:40 bye bye Mar 25 17:13:52 SOb[r] could use some patience Mar 25 17:16:57 Well, he waited a whole 5 minutes... Mar 25 17:17:11 * mwester forgot the "rolling-eyes" smiley Mar 25 17:19:57 hehehe Mar 25 17:20:33 It's probably in the wiki anyways.. Mar 25 17:23:03 yeah, in case he'll read IRC log somewhere, the process is documented at http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware Mar 25 17:23:51 package addition or adoption are really welcome Mar 25 18:16:02 darn thing. I need some extra libs/includes (glib-2.0 and gpsd) in my meta-toolchain so after building the libs, I tried cleaning and rebuilding meta-toolchain-slug and it fails with the _md5 error again. It seems it only builds on a fresh tmp. Mar 25 18:16:48 ANybody using this toolchain to build stuff? How do I get the necessary includes/libs to my host cleanly. Mar 25 18:37:20 03bzhou * r9797 10optware/trunk/ (4 files in 3 dirs): cs05q1armel: added configuration file for cs05q1 toolchain Mar 25 19:16:44 hi all :) Mar 25 20:41:21 03bzhou * r9798 10optware/trunk/make/cherokee.mk: cherokee: 0.99.5 -> 0.99.6 Mar 25 20:54:11 03bzhou * r9799 10optware/trunk/make/coreutils.mk: coreutils: 6.12 -> 7.1 Mar 25 21:37:21 03bzhou * r9800 10optware/trunk/make/slimrat.mk: slimrat: 0.9.2 -> 0.9.4 Mar 25 21:50:31 who would be the best person to talk about the meta-toolchain stuff? Mar 25 22:02:08 There is no best person. Just me. Mar 25 22:02:34 Aside from me using it to build the kernel, there are no users of it; it's not yet been released. Mar 25 22:03:21 As for how to add stuff to it - same way as anything else in OE, one finds the recipe, and adds the -dev packages to pull in the libs and headers to the SDK. Mar 25 22:03:38 If it turns out it works, we may actually release it. :) Mar 25 22:03:57 But it's probably not going to ever replace having a real cross-dev environment like OE. Mar 25 22:11:56 ah ok. I looked at the recipe quickly to see how it knows what to pull in but it was no immediately evident to me (python idiot) :) Mar 25 22:12:47 I'll see if I can have it suck in my extra stuff... Mar 25 22:12:58 IIRC, the recipe is the meta-slugos-toolchain or something like that in the meta dir. It pulls in two other parts, which end up pulling the actual lists from somethings in the tasks dir. Mar 25 22:13:38 yep. the only sad part is that it forces me to delete my tmp folder everytime. (the _md5 missing importerror) Mar 25 22:20:55 VoodooZ_: this may or may not be related, http://trac.macports.org/ticket/11931 Mar 25 22:21:33 Thanks. I'll have a look. Mar 25 22:22:13 in OE native build and staging, _md5.so might be in a separate bb ? Mar 25 22:22:28 or separate package Mar 25 22:23:56 not sure. It works fine on a fresh tmp but barfs if I do bb -c clean meta-toolchain-slugos and try to rebuild. Unless that's invalid? Mar 25 22:24:40 It seems OE uses python 2.6 too as I did google for that error and most of the hits were about 2.5 Mar 25 22:25:55 Then again, I'm unfortunately not a python programmer Mar 25 22:25:56 Just bump the PR on the affected recipe (use a decimal number to avoid collisions with upgrades to the package feeds, i.e. PR = "r2" becomes PR = "r2.01" or so). Then bitbake . Does that fail as well? Mar 25 22:26:11 I'll try Mar 25 22:28:49 nope. ERROR: function do_populate_sdk failed Mar 25 22:29:30 same thing. ImportError: No module named _md5 Mar 25 22:30:38 although I didn't do a manual "clean" on it. Mar 25 22:50:34 I see that the environment-setup script that came with the toolchain setups two shell aliases: opkg and opkg-target. Mar 25 22:51:01 I wonder if that's for adding more packages to the toolchain. Mar 25 23:17:23 oh well. I guess I'll do it the old fashioned way instead... Mar 25 23:51:11 VoodooZ_: I've never tried. I know that's working for the openmoko toolchain/SDK, and I copied those recipes for the SlugOS toolchain -- so they might actually work. Mar 25 23:51:52 * mwester only intended the toolchain for kernel builds to begin with; the SDK part of it would be an unexpected benefit if it actually works. Mar 25 23:58:31 np. I'm simply hardcoding the include and lib paths in my Makefile for now. ugly but faster. Mar 26 02:56:32 03bzhou * r9801 10optware/trunk/make/ (atftp.mk cacao.mk socat.mk): atftp, cacao, socat: fix for cs05q1 **** ENDING LOGGING AT Thu Mar 26 02:59:57 2009