**** BEGIN LOGGING AT Wed Apr 26 09:59:56 2006 Apr 26 18:21:44 hi, has it already been reported that ixp400-eth-1.5-r11 (on the head) does not build? Apr 26 18:22:25 eFfeM, what sort of error? Apr 26 18:22:29 make builds about missing .h files like IxQMgr.h Apr 26 18:22:55 weird- i just built head an hour ago and it was fine- Apr 26 18:23:00 in total 10 .h files are missing (or there is an error in -I) Apr 26 18:23:27 kitno455: same version and release? Apr 26 18:23:37 hold Apr 26 18:23:38 i'll clean it Apr 26 18:24:36 yes Apr 26 18:24:59 it is same V and PR, and it works for me Apr 26 18:25:27 hm, I did a bb -cclean ipx400-eth followed by a make openslug-image and it fails Apr 26 18:26:43 hmm- i dont see IxQMgr.h anywhere Apr 26 18:27:15 oh- its in ixp4xx-csr-2.1-r9 Apr 26 18:27:22 and in ixp-osal-2.1-r5 Apr 26 18:27:39 try rebuilding those? Apr 26 18:27:46 yup just found that out Apr 26 18:28:53 I would expect this not to make a diff Apr 26 18:30:19 kitno455: cleaning those two and rebuilding worked Apr 26 18:30:21 thanks Apr 26 18:30:50 I find it odd that thre are two copies of this file Apr 26 18:31:28 also in ixp400-eth_1.5.bb there is an rdepends on csr, but not on osal Apr 26 18:31:41 will dig into this later, gone for now Apr 26 18:31:43 tnx again Apr 26 18:38:01 nick eFfeM Apr 26 18:38:47 couldn't resist, the ixp400-eth bb file has a line: OSAL_DIR = "${STAGING_KERNEL_DIR}/ixp_osal" Apr 26 18:38:59 but if osal is not build before this is probably not proper Apr 26 18:39:27 there is Apr 26 18:39:28 DEPENDS = "ixp4xx-csr" Apr 26 18:39:28 RDEPENDS = "ixp4xx-csr" Apr 26 18:39:52 in the .bb file, will add siimilar lines for ixp-osal Apr 26 18:40:10 koen, do we need both the DEPENDS and RDEPENDS line ? Apr 26 18:40:29 what is ixp4xx-csr? Apr 26 18:40:59 something from intel for the ethernet driver Apr 26 18:41:06 a kernel module? Apr 26 18:41:40 Intel ixp4xx access library software Apr 26 18:41:56 if it doesn't link against it, it needs to be in rdepends Apr 26 18:42:18 usually OE picks up needed stuff automagically, but not always Apr 26 18:43:21 it is not a kernel module Apr 26 18:43:59 oops Apr 26 18:44:16 it is the ixp4xx-csr creates ipx400.ko Apr 26 18:44:29 * eFfeM looked for a module with csr in the name Apr 26 18:45:32 koen ixp-osal must be linked against, that is DEPENDS, right? Apr 26 18:45:52 yes Apr 26 18:46:08 DEPENDS=buildtime RDEPENDS=runtime? Apr 26 18:46:16 yes Apr 26 18:46:31 things in DEPENDS are built first? Apr 26 18:46:36 depends=bitbake rdepends=package manager Apr 26 18:46:54 cool Apr 26 18:47:24 how can we get a bb to rebuild its DEPENDS? Apr 26 18:47:39 rdepends is also if it is no module but in the kernel, right? Apr 26 18:47:40 atm you can't Apr 26 18:47:41 we have an issue with the ixp modules when you change kernel Apr 26 18:48:26 for kernel modules we'd like to use RRECOMMENDS since they can't be builtin Apr 26 18:48:30 can a bb specify that certain versions of DEPENDS should be used Apr 26 18:48:43 ah, ok Apr 26 18:50:58 added the DEPENDS, pushed the change, enjoy :-) Apr 26 18:51:23 back later Apr 26 19:38:23 finally found time to upgrade again, noticed that the usb hub drivers are back in the kernel; wasn't it possible after all to get these as modules or is this still work in progress? Apr 26 21:12:28 eFfeM-log: the build with modular usb couldn't mount a disk without the user having to insmod lots of modules. So until that change is dont properly, I put the modules back in the kernel. **** ENDING LOGGING AT Thu Apr 27 10:00:00 2006