**** BEGIN LOGGING AT Mon Mar 23 02:59:59 2015 Mar 23 03:53:58 how do I fully rebuild the kernel and modules? bitbake -c clean virtual/kernel didn't seem to cause a rebuild on the next bake Mar 23 03:54:32 redengin: by modules you mean modules that are part of the kernel correct? Mar 23 03:55:01 yes Mar 23 03:55:28 redenging: try using the actual kernel that is provides virtual/kernel, e.g. bitbake -c clean linux-yocto Mar 23 03:56:19 looks like cleansstate does the trick Mar 23 11:12:02 khem: is it possible to get meta-intel added to yocto patchworks? Mar 23 11:23:42 RP: I sent a follow-up patch to fix the firmware path in case someone overrides rootlibdir Mar 23 11:25:10 Net147: ok, thanks Mar 23 13:50:08 Hello everyone. I've got a quick question: How can I override a variable that is set in another recipe? I tried OVERRIDE, but it didn't work the way I wanted it to (it didn't work at all for me) and the documentation is pretty unclear to me. I'd really appreciate some help here, thanks :) Mar 23 13:50:55 one recipe cannot touch the metadata of another, period Mar 23 13:51:16 from the config metadata you can use an override to set a var in a recipe, but not from another recip Mar 23 13:51:28 e.g. FOO_pn-somerecipe = "bar" Mar 23 14:02:23 It's okay for me if this has to happen in the .conf file. Thanks, I'm going to try it out. Mar 23 14:29:16 Hi, I'm unable to find how to set up the format of SRC_URI to fetch a bzr repo from launchpad Mar 23 14:29:36 does anyone have some example? Mar 23 14:39:39 What is bzr? Mar 23 14:39:52 bazaar Mar 23 14:43:26 Haha, okay, never heard of it. I only knew git, svn and hg. I'm sorry then pespin, I can't help you out here. Mar 23 15:28:37 Hi! Has anyone made complete yocto builds with Coverity static analysis wrapper? Mar 23 15:33:26 What is the best practice to always fetch and update a WIP git repository at each build? Also, if my recipe points at a ref (develop), do I add SRCREV to PV or not? Mar 23 15:36:59 zwerch: use SRCREV = "${AUTOREV}" Mar 23 15:40:35 re Coverity, I'm building with cov-build wrapper but it seems deeper into a build the cov-emit and other things from Coverity are no longer called.. Mar 23 16:30:06 ..... https://www.betabrand.com/poo-emoji-button-up-short-sleeve-shirt.html Mar 23 16:30:24 OT, but had to share the wtf Mar 23 16:33:11 Is prefixing oe_runconf with variables sufficient for setting up a configure environment? Mar 23 16:33:32 I thought so, but when the configure runs it seems to think none of the variables are set. Mar 23 16:42:20 joeythesaint: meta-selinux question. can I interpret http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/commit/?id=c7fc09794c20db9e3b32d326abb627985d2b5b65 to mean that disabling the dev-cache is the best way to ensure correct operation in enforcing mode? Mar 23 16:45:59 and ^ fray I guess (judging from MAINTAINERS) Mar 23 16:56:45 Ah. I had to use CACHED_CONFIGUREVARS. Answered my own question. Mar 23 17:01:12 <_4urele_> hi Mar 23 17:01:50 <_4urele_> is it possible to build packages without installing them? (in order to have them available in package feed) Mar 23 17:30:41 after I "bitbake core-image-minimal", I extract the modules....tgz on my sdcard, but the modules.dep is not in that .tgz, so on my device the modules are not loaded Mar 23 17:30:46 my question is: where is the modules.dep, Mar 23 17:30:49 thank you ;) Mar 23 17:48:30 bitbake recipename Mar 23 17:48:33 ta da Mar 23 17:48:37 now you have a recipename package Mar 23 17:48:48 if you don't want an image, don't ask bitbake to build an image.. Mar 23 17:57:44 kergoth, I want an image, but I'm wonder why the modules.dep file is not in the modules..tgz Mar 23 17:58:29 but maybe this image doesn't depend on update-modules Mar 23 18:59:51 hello, i got error (http://paste.ubuntu.com/10663063/) when using a external toolchain in 1.5 and calling populate_sdk. Is this a known error on dora? I tried with PREFERRED_PROVIDER_eglibc = "external-tegra-toolchain" but that did not solve the issue. Mar 23 19:44:26 ericbutters: as it says, most likely your external toolchain recipe is missing some binary package that populate_sdk wants Mar 23 19:57:59 ericbutters: also, fyi, the default meta-toolchain and populate_sdk will build a new cross toolchain to distribute with the sdk, so if you're assuming the host installing hte sdk already has your external toolchain there as well, it's a little redundant. Mar 23 19:58:06 ah, logged off Mar 23 19:58:12 was going to link https://github.com/MentorEmbedded/meta-mentor/blob/master/meta-mel/conf/include/drop-toolchain-from-sdk.inc Mar 23 20:22:59 I want to use blkid program but it doesn't ship to my image the bin file... only the libblkid.. even after installing util-linux.. Mar 23 20:23:16 does anyone know how to get this to work ? Mar 24 02:00:43 build kvm-image-minimal with meta-virtualization got error Mar 24 02:00:52 Exception: NameError: global name 'incompatible_license_contains' is not defined Mar 24 02:01:10 ERROR: Failed to parse recipe: /poky/oe-core/meta/recipes-support/libproxy/libproxy_0.4.11.bb Mar 24 02:01:53 what or where it need to be defined? **** ENDING LOGGING AT Tue Mar 24 02:59:58 2015