**** BEGIN LOGGING AT Sat Aug 17 02:59:58 2013 Aug 17 04:00:35 which link is the bleeding-edge of documentation? Aug 17 04:01:15 In Progess? Aug 17 04:16:54 hmm, not exactly finding what i'm looking for Aug 17 04:18:49 using the bitbake -c populate_sdk method, is there a way to stop a nonexistent package from being in the package list? Aug 17 18:50:18 hello. i try make simple qt opengl application. and have next situation: error while loading shared libraries: libQtOpenGLE.so.4: cannot open shared object file: No such file or directory; this library provide by libqtopengl4-4.8.5-r0.imx6qsabresd.rpm. but when i add in local.conf : IMAGE_INSTALL_append=" libqtopengle4 " i got ERROR: Nothing RPROVIDES 'libqtopengle4' . and when i try find it in hob - i cannt it too Aug 17 19:09:04 you can adjust the PROVIDES if needed, but i can't tell you where to find it Aug 17 19:09:17 is there a qt layer in your config? Aug 17 19:11:26 maybe it needs to be qt5 instead? Aug 17 19:11:32 * nerdboy is not a qt guy Aug 17 19:27:08 question not about qt, i see "libqtopengl4-4.8.5-r0.imx6qsabresd.rpm" in tmp/work/imx6qsabresd-poky-linux-gnueabi/qt4-x11-free/4.8.5-r0/deploy-rpms/imx6qsabresd what sould i do to "install" it in image? Aug 17 20:16:43 bluelightning: about? Aug 17 20:16:58 lpapp: kind of Aug 17 21:55:58 Hello. Is there a way to add password for a Git repository path in SRC_URI, in a recipe? Aug 17 22:02:17 wouldn't recommend that. better bet would be to use a .netrc for an http/https/ftp uri or an ssh agent for ssh uris Aug 17 22:03:57 that said, bitbake *should* be able to pass along a uri containing a password to the underlying fetch utility Aug 17 22:04:07 but including a password in a url is iirc deprecated by the uri standard Aug 17 22:04:24 ok - .netrc? Aug 17 22:05:13 ok, found the man page - thanks a lot! :) Aug 17 22:05:26 np Aug 17 22:05:38 thats what i use for clones of our private repositories at my work Aug 17 22:05:41 works nicely Aug 17 22:05:53 yea, alright.. just a .netrc in ~ ? Aug 17 22:05:57 yep Aug 17 22:06:06 great.. sounds easy. Aug 17 22:06:23 you shoudl be able to verify it works via curl or wget, iirc they both support .netrc also Aug 17 22:06:31 that way you can make sure its correct before diving into a bitbake build Aug 17 22:08:37 yes, alright. I didn't knew that.. great help :) Aug 17 22:09:56 huh, apparently netrc was originally used for the unix 'ftp' program Aug 17 22:10:12 aside: remember to chmod 0600 the file particularly if it's a multi-user system Aug 17 22:10:55 Yes, will do.. I guess that it is not possible to store it encrypted.. Aug 17 22:11:56 the man page says that ftp will abort if the .netrc is readable by anyone besides the user Aug 17 22:12:14 so that's greta. Aug 17 22:12:16 great. Aug 17 22:12:22 http://stackoverflow.com/questions/5343068/is-there-a-way-to-skip-password-typing-when-using-https-github/5343146#5343146 has other options Aug 17 22:12:29 git credential helpers add more flexibility Aug 17 22:12:32 e.g. osx keychain Aug 17 22:12:50 http://stackoverflow.com/questions/6031214/git-how-to-use-netrc-file-on-windows-to-save-user-and-password discusses a helper that lets you gpg encrypt the netrc Aug 17 22:13:49 I think that .netrc is fine, we are working on each our computer, which is encrypted and so on.. that should be secure enough. Aug 17 22:14:30 * kergoth nods Aug 17 22:14:36 its quick and easy Aug 17 22:14:39 exactly Aug 17 22:14:50 but still interesting with the git credential helpers. Aug 17 22:47:58 Hi! Using a CMAKE based recipde, when i specify a DEPENDS = "xyz" in a .bb file, do I need to take care of the library paths anyhow? Aug 17 22:49:35 I try to build an application which has a DEPENDS = "opencv", but keep geeting linker errors Aug 18 00:16:27 damn, guess he's not here... Aug 18 00:16:57 was going to say cmake builds could easily be underlinked if building shared libs Aug 18 00:17:25 infamous even... Aug 18 00:19:29 dcmtk is already heavily patched by the major distros and i *still* had to add more linker patches to get ti to build link properly in oe-classic Aug 18 00:19:44 ie, so other builds could succeed... Aug 18 00:20:26 * nerdboy thinks cmake is more painful than autotools if both are currently maintained Aug 18 00:30:01 *hacking cmake **** ENDING LOGGING AT Sun Aug 18 02:59:58 2013