**** BEGIN LOGGING AT Sat Sep 21 03:00:00 2013 Sep 21 10:45:50 I have the recipe: meta-oe/recipes-support/opencv/opencv*.bb which says: PACKAGES += "${PN}-apps python-opencv" Sep 21 10:46:08 now when I type 'bitbake python-opencv' I'm given back 'nothing provides python-opencv' Sep 21 10:46:11 how do I build it? Sep 21 10:53:33 itbake opencv Sep 21 10:57:23 that's what I did Sep 21 10:57:36 and then opkg list on running image gives only 'opencv' Sep 21 10:57:41 python-opencv is not installed Sep 21 10:58:15 my image does 'IMAGE_INSTALL += "opencv"' Sep 21 11:15:14 add python-opencv to IMAGE_INSTALL Sep 21 11:15:16 recipe says as well: INSANE_SKIP_python-opencv = "True" Sep 21 11:15:21 maybe that's the case? Sep 21 11:15:30 no Sep 21 11:15:36 oh, just spotted your advice, will try Sep 21 11:23:46 ok, that installs properly python-opencv inside image Sep 21 11:24:27 however python -> import cv returns 'symbol th_comment_query_count: can't resolve symbol in /usr/lib/libtheoraenc.so.1' :| Sep 21 11:24:35 so it's unusable Sep 21 11:27:08 I think I configured it wrong Sep 21 11:37:55 try to install theora as well Sep 21 12:19:11 what happens if I enable x11 in DISTRO_FEATURES for uclibc? I'm wondering since it adds +0.5kb overall size to lzma compressed image Sep 21 12:19:39 *only 0.5kb* Sep 21 12:40:04 Hello Sep 21 12:40:23 Beginner to Yocto Sep 21 12:40:23 And interested in OPW program Sep 21 12:40:36 Can anyone help me out in beginning to contribute Sep 21 12:40:42 to Yocto ? Sep 21 12:40:49 Small tasks? Sep 21 12:40:57 I know C ,C++ and learning java Sep 21 12:41:07 ash_136: what's OPW? Sep 21 12:41:27 Outreach program for women? Sep 21 12:43:04 ash_136: go to yoctoproject.org, download repositories, try to build default image first Sep 21 12:43:44 Krz:I am still a beginner Sep 21 12:43:49 does it involve C ? Sep 21 12:47:48 Krz:What knowledge do you need to have? Sep 21 12:50:28 ash_136: then you can probably find loads of problems on yoctoproject bugzilla Sep 21 12:50:35 ash_136: what do you mean? Sep 21 12:51:30 Krz:I meant with the knowledge of C,C++ can I solve them? or do I need to read up certain stuffs? Sep 21 12:54:12 ash_136: basically Yocto is build system. I takes plenty of packages (C/C++ code with Makefiles) and build them together Sep 21 12:54:36 ash_136: so if you understand Makefiles/autoconf you should have base knowledge for that Sep 21 12:55:08 I dont have Makefiles/autoconf knowledge Sep 21 12:57:32 ash_136: so contribution to Yocto might be diffucult for you Sep 21 12:59:21 Okay can i learn it ? Sep 21 13:23:27 hello? Sep 21 13:28:34 Hi, when building meta-toolchain-qt, how do I add other libraries like for instance opencv? Sep 21 13:28:58 I don't think you really link the recently builded image with the meta-toolchain-qt thing so :/ Sep 21 13:33:44 ash_136: of course you can Sep 21 14:03:22 what is task-native-sdk? Sep 21 14:11:01 So uhm how do I add opencv to meta-toolchain-qt Sep 21 14:21:31 there isn't a lot of information about it Sep 21 14:21:31 :/ Sep 21 15:49:37 I would like to create Yocto recipe taking one file and just pasting it into tmp/deploy/images Sep 21 15:49:45 any ideas how to do that? Sep 21 17:16:38 Krz: inherit deploy will take care of the sstate pieces you need Sep 21 17:17:54 Krz: and example is recipes-bsp/x-load/x-load.inc Sep 21 17:17:54 so inherit deploy + do_deploy does the job? Sep 21 17:18:37 Krz: yes, something like that xload recipe but put the files you need in SRC_URI and install from ${WORKDIR} to ${DEPLOYDIR} Sep 21 17:18:49 ok, perfect, thanks Sep 21 17:19:50 do I need to 'addtask deploy' ? Sep 21 17:19:59 Krz: yes Sep 21 17:28:50 RP: works nice, I just did in do_deploy: install ${S}/../myfile ${DEPLOYDIR}/myfile Sep 21 17:29:07 RP: I presume that's not desired usage of ${S} variable Sep 21 17:50:38 Krz: that is fine Sep 21 17:50:38 Krz: well, you can do that, or ${WORKDIR}/myfile Sep 21 17:51:11 RP: great, thanks **** ENDING LOGGING AT Sun Sep 22 03:00:00 2013