**** BEGIN LOGGING AT Wed Oct 22 03:00:01 2014 Oct 22 07:06:32 good morning yoctoianers Oct 22 07:56:45 _ccube: does it boot? Oct 22 07:56:52 good morning Oct 22 08:35:03 mckoan, I dont have the board yet, so dont know. I just need to know what I can expect. Oct 22 08:35:24 I assume, that it behaves similar than a10s becuase hw is kinda the same Oct 22 08:35:59 but just wondering, because I have to estimate the workload to prepare the custom firmware for the new biard Oct 22 08:36:01 board Oct 22 09:33:18 I do have a Makefile.am which does a include_HEADERS = someheader.h, my problem is that make install doesn't install this file into sysroot, but tries to install it to host /usr/include/. What am i doing wrong? Oct 22 09:42:10 oh i found the configure --prefix is wrong... Oct 22 11:06:47 later.. Oct 22 11:11:52 hi all Oct 22 11:12:03 anybody else getting some strange issues with systemd from dizzy? Oct 22 11:12:09 version 216 that is Oct 22 11:12:20 Failed at step CHDIR spawning /usr/bin/dbus-daemon: No such file or directory Oct 22 12:28:31 anobody? Oct 22 12:34:00 so nobody using dizzy I assume Oct 22 12:35:58 i dont, sry Oct 22 12:36:27 thanks for answring though :) Oct 22 12:40:11 IMAGE_BOOT_FILES = "boot.bin u-boot.img" Oct 22 12:40:25 meta/conf/bitbake.conf assumes that libs always have the name libname.so.*. I do have a package with 15 so libs installed as /usr/lib/name.so. Now these are not getting shipped because of "lib" assumption in base_libdir = "${base_prefix}/${baselib}" baselib=lib" ${base_libdir}/*${SOLIBS}SOLIBS = ".so.* . Any idea how i should cope with that? Eventually i will even change the package, but how could i ship such aux files? Oct 22 12:42:09 Is anyone here, who has been also at the yocto devday in Düsseldorf? Oct 22 12:42:26 sort of Oct 22 12:42:34 Do you have a specific question? Oct 22 12:43:33 oh i have many, but still trying to figure it out myself Oct 22 12:46:33 :) Oct 22 12:46:37 we are here to help Oct 22 12:46:47 or at least listen when you need to vent Oct 22 12:48:13 good to know Oct 22 12:50:58 hey Crofton|work , maybe you are suing systmed 216? :) Oct 22 12:51:03 using that is Oct 22 12:51:09 not at the moment Oct 22 12:51:18 you're still on 213? Oct 22 12:52:17 with yocto I mean Oct 22 12:58:30 irontia: to answer your question, you should be able to do FILES_${PN} += "${libdir}/${PN}/*.so" Oct 22 12:59:01 irontia: assuming that *.so matches only real libs and not symlinks to versioned libs Oct 22 12:59:34 what is the best way to disable a bbappend when its related recipe is in a different layer that is not used? Oct 22 13:01:44 frsc: basically the choices are (a) BB_DANGLINGAPPENDS_WARNONLY = "1", (b) set BBMASK to a regex which masks out the offending bbappend file(s), (c) delete the offending bbappend file(s) Oct 22 13:02:24 if you are having to work around this it perhaps suggests that that bbappend shouldn't be there though... Oct 22 13:03:11 bluelightning, all right, thanks! Oct 22 13:09:29 bluelightning: where should i put that line? Not the package recipe? Oct 22 13:49:31 I'm trying to build qtwebengine from meta-qt5. because of my 32bit os i run out of ram during link of the chromium library. Therefore I tried to build as shared library, but then the system complains about missing source-files for all the test directories of chromium,webkit,etc. Oct 22 13:50:30 Does anyone know why the shared build tries to build the test packages? Oct 22 13:50:48 And the static build doesn't? Oct 22 13:53:31 irontia: in conf/local.conf in your build directory Oct 22 13:55:27 anybody playing arond with a dizzy build and qemu? Oct 22 13:55:31 or maybe some real hw? Oct 22 13:58:30 http://events.linuxfoundation.org/events/android-builders-summit Oct 22 13:58:36 excellent product placement Oct 22 13:58:46 also, is that halstead with the yocto shirt? Oct 22 13:58:59 Crofton|work: yes and yes Oct 22 13:59:06 we remarked on this some time ago I think Oct 22 13:59:08 he doesn't look like that any more Oct 22 13:59:18 I missed that :) Oct 22 13:59:24 oh? more or less beard? :) Oct 22 13:59:30 way more beard Oct 22 13:59:34 way more hair Oct 22 14:00:26 so looks more like fray now then? :) Oct 22 14:07:32 well, not really Oct 22 14:07:42 halstead, hair is "larger" Oct 22 14:13:18 \o/ more beard Oct 22 14:13:25 maybe even like spocks beard! Oct 22 14:18:39 * zeddii has conference withdrawal symptoms Oct 22 15:52:31 tomz2, my gut feeling is any large image should trigger the issue Oct 22 15:52:38 regardless of machine Oct 22 15:56:28 Crofton|work, ok, I'll just use something else and see Oct 22 15:57:00 I've mainly got the meta-xilinx machines atm + custom Oct 22 15:57:34 is there an easy way to adjust the size of the partition it creates? Oct 22 16:03:16 Crofton|work, you could use the --size param in the wks file for the partition Oct 22 16:03:23 k Oct 22 16:03:30 I want to see if I can get something to build Oct 22 17:48:44 tomz2, intial results suggest setting size solves issue Oct 22 17:48:50 writing to card now to check Oct 22 18:23:09 Crofton|work, ok, good to know - in any case it should work without that, continuing to look Oct 22 19:09:58 tomz2, right Oct 22 19:38:53 also looks like it ignores the --label for ext4 Oct 22 21:36:04 If I have a packages that requires build dir = source dir, is there an accepted way to avoid having a dirty source dir in future builds? Oct 22 21:36:16 (ie: if I change the .bb file and rebuild) Oct 22 22:12:02 How do I add things to meta-toolchain, specifically can I add the native protoc protobuf compiler to the toolchain? Oct 22 22:30:14 Or can I add native protoc to the populate_sdk for my image? **** ENDING LOGGING AT Thu Oct 23 03:00:00 2014