**** BEGIN LOGGING AT Tue Jun 23 02:59:58 2015 Jun 23 07:37:59 good morning Jun 23 07:38:28 Is there some possibility to specify the order of packages being installed during do_rootfs? Because somehow NetworkManager can't communicate with ModemManager via dbus if it is installed before ModemManager. Jun 23 07:39:05 sounds like a missing dependency, then. Jun 23 07:41:39 LetoThe2nd: I tried adding ModemManager to DEPENDS and RDEPENDS of NetworkManager, but still NM is installed before MM, when I look into do_rootfs logfile. Jun 23 07:43:11 hm... Jun 23 07:54:08 Do dependencies even affect the installation order in do_rootfs? If so, something is wrong in my setup... Jun 23 08:54:05 Hi! I would like to build a custom recipes "processor" before "binutils-cross". I tried to add DEPENDS="processor" var on binutils-cross_2.25.bbappend but it fails by "circular dependencies" . I am wrong ? Jun 23 09:01:25 They are some priority about build recipes with bitbake ? Jun 23 09:41:14 <_4urele_> Hello everyone! Jun 23 09:41:31 <_4urele_> mie I would say there are dependencies Jun 23 09:42:31 <_4urele_> mie, you can't build an application for your target if the crosstoolchain is not built ;) so the crosstoolchain will be built first Jun 23 09:47:18 _4urele_: however my custom crosstoolchain need this recipes to be built Jun 23 09:49:14 <_4urele_> mie, did you tried to add a depndency in your custom "crosstoolchain" (DEPENDS = "any_package") Jun 23 09:49:39 I bbappend qtbase from meta-qt5, in it is a SRC_URI where I want to fetch a file from the layer my bbappend is in, but the do_fetch doesn't look in other layers then meta-qt5 so it cannot find the file. What is the problem? Jun 23 09:51:08 _4urele_: yes and it fail by "circular dependencies" Jun 23 09:53:37 <_4urele_> mie, maybe you have a "runtime dependency" and a build "dependency" ? (check RDEPENDS in ref-manual), if it is not the case maybe you will have to split you recipe into two Jun 23 09:55:04 <_4urele_> mie, but obviously you can't have applications wich needs each others at build time, don't you think? Jun 23 10:01:31 Solved it using: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" Jun 23 15:15:45 I have a recipe which uses SRCREV=*${AUTOREV}". When attempting to do an offline build with the source already downloaded; the build fails since bitbake still attempts to check for a later commit Jun 23 15:16:10 Is there a way to fix this behavior without manually setting SRCREV to the latest offline commit availlable? Jun 23 15:35:07 Yocto isn't checkouting the version of the code from the git repo I expect .. Jun 23 15:35:54 Well the entire github repo is available offline Jun 23 15:36:20 well more accurately it ends up on wrong branch for some reason Jun 23 15:36:59 [16:36 ][silv-debian7-yocto-build 160] git > git branch Jun 23 15:37:00 * (no branch) Jun 23 15:37:00 svn/branches/UDK2014.SP1 Jun 23 15:45:16 found the problem - stupid problem Jun 23 16:01:12 Hi all. I'm trying to compile an image with the meta-oe layer and I'm getting this error "Could not inherit file classes/bluetooth.bbclass" Not too sure how to resolve it, anyone can help me out? Jun 23 16:06:27 cference: you're using meta-oe master and a release of oe-core i guess Jun 23 16:06:28 sounds like you're using mismatched branches Jun 23 16:06:33 :) Jun 23 16:07:33 Oh, how can I fix this? I'm guessing I need to checkout a different git branch? Jun 23 16:09:09 yes Jun 23 16:09:29 if you're using oe-core dizzy, checkout meta-oe dizzy Jun 23 16:09:45 hello again, guys :) Jun 23 16:09:54 http://dpaste.com/0TQ5ZBW.txt is it ok? Jun 23 16:10:15 cference: what was your problem? Jun 23 16:10:42 rburton, great, I'll try that out, much appreciated! Jun 23 16:18:07 joshuagl: can you replicate the problem with devshell on your ubuntu vm still? Jun 23 16:41:10 rburton: are you asking me to retry, or whether I have replicated? Jun 23 16:41:23 joshuagl: there was a patch on the list Jun 23 16:41:36 rburton: oh, I haven't retried with master recently Jun 23 16:41:53 rburton: I'm just leaving for the day but can try tomorrow Jun 23 16:41:56 you may have to remind me Jun 23 16:43:23 joshuagl: its in ross/mut Jun 23 16:54:15 Hi everyone. I'm seeing exactly this error: https://lists.yoctoproject.org/pipermail/yocto/2015-February/023730.html Jun 23 16:55:05 when I'm trying to build my toolchain with bitbake meta-ide-support Jun 23 16:55:16 Does anyone have a solution for this? Jun 23 18:42:58 * acidfu brb Jun 23 18:53:12 hello do you guys know if the default build config when you run bitbake core-image is compatible with the galileo? Jun 23 18:53:34 the image that you build with the default settings, is that compatiable with the galileo*** Jun 23 19:25:26 dasabhi: the "default" is a x86 qemu machine, which i doubt it compatible. its best to use the galileo BSP. Jun 23 23:41:34 I just sent an e-mail to the meta-jetson-tk1 people from Github. If you use that layer and cloned from my original repo, keep an eye on your e-mail. There are a few different forks and I'd like to "get the house in order", so to speak. Jun 23 23:41:59 I had no idea it had been forked and no upstream PRs until just a bit ago. :( **** ENDING LOGGING AT Wed Jun 24 02:59:58 2015