**** BEGIN LOGGING AT Mon Oct 20 02:59:59 2014 Oct 20 07:32:14 good morning Oct 20 08:47:25 Hello, while building yocto, I am getting eror : "No rule to make target `/lib/firmware/radeon/SUMO_uvd.bin', needed by `firmware/radeon/SUMO_uvd.bin.gen.o'" Oct 20 10:03:34 hello everyone. Oct 20 10:03:50 i have a question regarding smart package manager Oct 20 10:04:37 can i use it to install some rpms in do_install() or do i have to go for ROOTFS_POSTPROCESS_COMMAND? Oct 20 10:09:27 if you recommend the latter, can i use ${S} in ROOTFS_POSTPROCESS_COMMAND? Oct 20 10:09:34 hope anybody can help me Oct 20 10:20:10 timohl: do you want the variable that points to the rootfs? if so it's ${IMAGE_ROOTFS} Oct 20 10:22:02 oh, I missed you first part. Oct 20 10:23:14 timohl: is it RPM's not built with yocto? Oct 20 10:30:41 yes those are prebuilt rpms Oct 20 10:33:38 actually i am trying to install mellanox infiniband drivers which come with a script to create a yum repo Oct 20 10:34:14 I would probably build new rpms in yocto by manually getting the content of the rpms using something like "rpm2cpio foo.rpm | cpio -indv" in a recipe Oct 20 10:37:47 ok, i will try this. thank you Oct 20 10:42:23 I have another question regarding the gcc runtime package. I added tools-sdk to image-features to get gcc amongst others, but the package gcc-runtime seems to get not deployed on my image. Oct 20 10:43:06 i tried to append gcc-runtime to IMAGE_INSTALL but "ERROR: gcc-runtime not found in the base feeds (crystalforest_server corei7-64-intel-common corei7-64 core2-64 x86_64 noarch any all)" is thrown Oct 20 10:43:44 EXTRA_IMAGE_FEATURES = "debug-tweaks dev-pkgs tools-sdk ssh-server-openssh package-management" Oct 20 10:43:46 IMAGE_INSTALL_append = " git gcc-runtime " Oct 20 10:44:47 those are my lines in conf/local.conf Oct 20 10:45:16 any idea what's my mistake? Oct 20 13:27:51 I'm currently a bit confused about the content of recipes-multimedia/gstreamer in the meta-intel layer. There is a gstreamer-vaapi-0.10_0.5.8.bb and a gstreamer-vaapi_0.4.3.bb Is this intended? As both seem to create a gstreamer-vaapi package for gstreamer-0.10. Shouldn't it be gstreamer-vaapi-0.10_0.4.3.bb? Oct 20 13:33:21 volker_123456: 1 is for gst 0.10, the other one for 1.0 Oct 20 13:35:16 interesting, does that mean, gst-va-intel is only available for gstreamer 1.0 ? As gst-va-intel-vaapi depends on gstreamer-vaapi (so gst 1.0, right?) Oct 20 13:38:06 ndec: At the end I'm interested in having a hw acclerated h264 encoder available in my image for a bay trail atom. So I'm wondering which package I have to include for that. Oct 20 13:45:33 volker_123456: well, i am not very familiar with h264 encoder on intel... but in master branch there seems to be gstreamer-vaapi-0.10 and gstreamer-vaapi-1.0 .bb files Oct 20 13:46:45 nec: ok, that would be definetly more clear than a gstreamer-vaapi_0.4.3.bb, would be interesting if those two are equal or if the gstreamer-vaapi-1.0.bb file is something completly different Oct 20 13:46:54 I'm currently on daisy not master Oct 20 14:18:14 My build creates the image but ends with the message "Summary: There were 3 ERROR messages shown, returning a non-zero exit code." Oct 20 14:18:33 How to find what the errors are Oct 20 14:27:30 Hi Oct 20 14:28:06 I have a custom image and ther eis a recipe which probably is required by another one, which I would like to remove from the image Oct 20 14:28:33 I tried something like IMAGE_INSTALL_remove = "my_recipe" Oct 20 14:28:41 but it is still compiled Oct 20 14:37:27 ok, found PACKAGE_EXCLUDE Oct 20 15:30:12 Is someone using SDK with cmake? Oct 20 15:42:05 moin Oct 20 15:55:00 otavio: actually I use the native one in /usr/bin/cmake because the SDK doesn't generate it Oct 20 15:58:09 mckoan: hum Oct 20 15:58:34 I succeed in adding the nativesdk-cmake in the toolchain but it seems broken for me Oct 20 15:59:26 hmm, I need to Oct 20 15:59:30 what seems broken? Oct 20 16:15:03 Is there a way to call shell functions defined in a bbclass file to populate variables in that same file? Oct 20 16:15:32 ie: I have a `foo_triple () { echo foo }` and a `FOO=$(foo_triple)` in the same bbclass Oct 20 16:15:51 Right now bitbake complains about foo_triple being undefined Oct 20 16:16:26 that's supposed to work. if it doesn't, it's a bug Oct 20 16:16:45 oh, no, i see Oct 20 16:16:54 bitbake variables are expanded in bitbake itself, not the shell Oct 20 16:17:24 so no, you can't do that. if you want to call shell functions from a variable definition, then the variable definition has to be a *shell* variable (defined inside a shell function), not a bitbake variable Oct 20 16:17:36 you can, however, use inline python to accomplish teh same thing Oct 20 16:19:11 mario-goulart: please point RP to the parsing error backtrace; he might be able to find out the culprit and we could fix both the bitbake error and the customers metadata. Oct 20 16:19:28 Crofton|work: it seems it does not generate the needed toolchain information Oct 20 16:19:42 Crofton|work: so it fails badly to find out the right paths for sysroot Oct 20 16:20:16 we use it with an toolchain file we store in gnuradio etc Oct 20 16:21:02 https://github.com/gnuradio/gnuradio/blob/master/cmake/Toolchains/oe-sdk_cross.cmake Oct 20 16:22:13 hmm, I think it needs some stuff adding :) Oct 20 16:22:16 Crofton|work: yes but this shouldn't be required Oct 20 16:22:26 Crofton|work: it should work out of box Oct 20 16:23:15 that would be nice, I'm just showing what we have don ein the past Oct 20 16:23:33 we are starting to add cmake to sdk's to contrll the cmake version Oct 20 16:23:47 but still show the toolchain in build instructions Oct 20 16:24:46 Crofton|work: what seems to be missing is something like http://git.openembedded.org/openembedded-core/tree/meta/classes/cmake.bbclass#n29 Oct 20 16:25:05 Crofton|work: I need to find out if it looks for it in a specific directory Oct 20 16:25:17 Crofton|work: if it does, I can fix it easily Oct 20 16:25:37 this would be very helpful Oct 20 16:26:54 Ahhh Oct 20 16:27:02 RP: http://paste.debian.net/127754/ If I run bitbake for the first time, I get that error. On a second run, it is successful. If I touch my recipe (no real content change -- just using the touch command line tool) and run bitbake again, I get the error. If I run bitbake again after that, it runs successfully. And so on. Oct 20 16:27:03 I came up with something which ought to work Oct 20 16:27:05 let me try Oct 20 16:32:35 mario-goulart: that is rather odd. Its from the codeparser.py code Oct 20 16:32:54 mario-goulart: if you move the codeparser cache out the way does this still happen? Oct 20 16:34:28 RP: where does it get stored? tmp/cache/.../bb_cache.datxxx? Oct 20 16:36:31 mario-goulart: cache/bb_codeparser.dat Oct 20 16:41:18 RP: Maybe db/bb_codeparser.dat ? Oct 20 16:45:34 mario-goulart: if that is where it is in your local config, yes Oct 20 16:46:12 Ah, ok. I'm making some tests with that one. Oct 20 16:50:45 RP: looks like removing db/bb_codeparser.dat has done the trick. Oct 20 16:52:24 kergoth: so I need to write a `python foo_triple` and then use ${@foo_triple(...)}? Or something? Oct 20 17:02:28 mario-goulart: so somehow that file is getting corrupted I guess :/ Oct 20 19:29:05 Hi, I'm using the -cross bbclass to build a compiler, and it tries to run itself after installation, at which point it fails to find libraries it installed. Is this expected? Oct 20 19:30:34 My guess is that I'm using --libdir=${libdir} when I should be using something ele Oct 20 19:30:37 else* Oct 20 19:31:04 Or perhaps I need to set rpath? Oct 20 20:04:09 Crofton|work: I got it working Oct 20 20:04:20 awesome Oct 20 20:04:56 Crofton|work: I am building it and will test the generated SDK. But I tried it on the pre-installed one and it worked just fine. Oct 20 20:05:17 Crofton|work: I will shortly show you the patches so you provide early feedback. Does it work? Oct 20 20:05:33 ok Oct 20 20:05:47 I'll run a build and see how it works with the stuff I use Oct 20 21:56:21 There appears to be a bug in the openssl.pc, libs are in ${prefix}/lib, but openssl.pc thinks they're in ${prefix}/usr/lib :( Oct 20 22:27:13 is lscpu command available in yocto? Oct 21 02:02:03 Crofton|work: RP: JaMa: SDK patches in oe-core and meta-oe ml. Those fixes the SDK issues I had. **** ENDING LOGGING AT Tue Oct 21 02:59:59 2014