**** BEGIN LOGGING AT Fri Oct 25 02:59:58 2013 Oct 25 06:43:52 hi all i have used a sample qt application,i tried to compile by using poky toolchain i just passed the env and got the error http://pastebin.com/6AFXtQhb can you help me what is that issues Oct 25 08:11:14 I'm currently try to compile the meta-ti package ti-dsplink_1.65.00.03bb under dylan. It currently fails when doing the do_rootfs step. There seems to be an automatically added dependency on kernel-module-dsplinkk which does not exist. There is a ti-dsplink-module package but no kernel-module-dsplink. I tried to find out where this dependcy comes from and it seems like the kernel-module-split.bbclass introduced it by the following Oct 25 08:11:14 code: Oct 25 08:11:17 if modules: Oct 25 08:11:17 metapkg = d.getVar('KERNEL_MODULES_META_PACKAGE', True) Oct 25 08:11:19 d.appendVar('RDEPENDS_' + metapkg, ' '+' '.join(modules)) Oct 25 08:11:57 what's the intention of this code? And how do I have to modify the dsplink recipe to get it integrated into my image? Oct 25 08:29:21 how to pass STAGING_DIR_HOST information to Cmake? Oct 25 09:40:08 seems like a RPROVIDES_${PN} += "kernel-module-dsplinkk" within the ti-dsplink.inc solves the problem, I only wonder why this problem only happens with the dsplink module and not with the other ti-modules, which seem to have no kernel-module- prefix too Oct 25 13:41:45 this sstate debug looks wrong: DEBUG: For url file://Ubuntu-12.10/59/sstate-dbus-native-x86_64-linux-1.6.10-r6.0-x86_64-3-592bbfe779d0d6d72ce868daf32d52f0_populate-lic.tgz returning file:///media/sdc1/fb/sstate/sstate-dbus-native-x86_64-linux-1.6.10-r6.0-x86_64-3-592bbfe779d0d6d72ce868daf32d52f0_populate-lic.tgz Oct 25 13:42:09 it is stripping "Ubuntu-12.10/59/" from the path and therefore doesn't find it Oct 25 13:51:54 Zagor: that indicates your SSTATE_MIRRORS is such that it removes that portion of the path Oct 25 13:52:05 ah, logged off, heh Oct 25 17:31:01 hi, is there any reason why IMAGE_FSTYPES does not mention the supported fs types by Yocto? https://www.yoctoproject.org/docs/1.0/poky-ref-manual/poky-ref-manual.html Oct 25 17:37:25 even here, it is unclear to me: https://www.yoctoproject.org/docs/1.6/poky-ref-manual/poky-ref-manual.html#var-IMAGE_FSTYPES Oct 25 17:38:04 what exactly does it mean subset? I think it would be better to enumerate the supported (or unsupported from image types) Oct 25 17:41:46 https://bugzilla.yoctoproject.org/show_bug.cgi?id=5386 Oct 25 17:41:47 Bug 5386: normal, Undecided, ---, scott.m.rifenbark, NEW , Supported IMAGE_FSTYPES are not precisely documented Oct 25 18:16:48 * kergoth notices bb.fetch2's git repos are structured like mirror repos, but they don't set the git config option to indicate this Oct 25 21:46:19 Hi all! Oct 25 21:49:07 I'm trying yocto 1.5 (dora) and I would like to use a custom kernel based on a kernel 2.6.30 but I'm experiencing some trouble building the modules that are outside the kernel tree Oct 25 21:50:10 I got messages like: Oct 25 21:51:25 echo " ERROR: Kernel configuration is invalid."; echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \ echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ Oct 25 21:51:36 and I cannot fix it! Oct 25 21:51:47 could you please help? **** ENDING LOGGING AT Sat Oct 26 02:59:59 2013