**** BEGIN LOGGING AT Mon Feb 15 02:59:59 2016 Feb 15 08:25:39 good morning Feb 15 10:54:00 Hi. I'm using this --> ln -s ${libdir}/libmosquitto.so.1 ${D}${libdir}/libmosquitto.so to create a symlink in my do_install() Feb 15 10:54:32 This is a broken symlink during build but a correct one in the target Feb 15 10:54:56 I also need a proper symlink during build while linking Feb 15 10:56:45 hello! I changed a patch in some layer, but bitbake is still applying the old version. I tried -c clean and rebuild, still nada, it's driving me crazy :D I even renamed the patch, and bitbake still applies the old one! I see in log.do_patch that the correct one is selected though. Feb 15 10:56:58 rtr_: do ln -s libmosquitto.so.1 ${D}${libdir}/libmosquitto.so instead. symlinks work relative to the directory they're in. Feb 15 10:58:12 can't remember what yocto provides for library versioning- and ldconfig-wise. maybe there's a better way... Feb 15 11:00:16 @Ulfalizer You mean cd into ${D}${libdir} and do that? Feb 15 11:00:56 rtr_: that won't be needed. think of ln -s as simply putting the text "" into . Feb 15 11:01:05 later on when it's interpreted, it will be interpreted relative to 's directory Feb 15 11:01:26 bbl lunch Feb 15 11:20:58 <_gpg_> hello everybody Feb 15 11:21:36 <_gpg_> In the past i used to use local.conf and bblayer.conf from build/conf to tune my setup (adding layers and packages) Feb 15 11:21:59 <_gpg_> i'd like now to work in a proper manner, for this reason i've created my own layer using yocto-layer create tool Feb 15 11:22:46 <_gpg_> it creates me a layer.conf file btw, how can i (from my layer) add layers and packages from within my layer , Feb 15 11:23:09 _gpg_: you will still need to add your own layer to bblayer.conf for bitbake to know about it Feb 15 11:23:37 <_gpg_> CTtpollard: indeed i've added my layer to bblayer.conf Feb 15 11:24:31 <_gpg_> CTtpollard: the thing is that i dont want to modify the global conf/local.conf to add packages, is it possible to do it somewehre from my nex created layer ? (e.g from my own layer's local.conf ?) Feb 15 11:25:59 <_gpg_> CTtpollard: e.g IMAGE_INSTALL_append = Feb 15 11:27:08 _gpg_: your layer could have a bbappend to the image recipe you're building, in which you add extra changes like appending packages Feb 15 11:31:06 <_gpg_> CTtpollard: i may be stupid, in my new created layer i've created a recipe with an image.bb pointing to require recipes-core/images/core-image-minimal.bb since i need this image with extra packages and features (e.g wayland instead of X11) Feb 15 11:31:46 _gpg_: that's ok Feb 15 11:32:00 in your image.bb then, you can define more packages to add Feb 15 11:32:30 <_gpg_> CTtpollard: thanks Feb 15 11:35:35 <_gpg_> CTtpollard: it's not trivial what flags can be put in which files, e.g can i add DISTRO_FEATURES_append VIRTUAL-RUNTIME_init_manager to my foo-image.bb ? Feb 15 11:40:27 @Ulfalizer That worked. Thanks Feb 15 11:44:40 np Feb 15 15:31:38 Can someone help with this kernel error just after mounting the rootfs from mmc on i.MX6UL: Unhandled fault: imprecise external abort (0x1c06)? Feb 15 17:02:39 RP: I posted a patch to fix the binutils issues you reported Feb 15 17:05:02 khem: thanks! Feb 15 17:05:11 khem: will try and get that into the next round of testing Feb 15 17:06:17 RP: I saw the RPATH errors on 64bit arches that you reported last time however when I built binutils alone then it did not happen Feb 15 17:06:51 RP: so now I am wondering if its something configure detects in a world build that injects this issue Feb 15 17:10:00 khem: its possible, I didn't dig into it much Feb 15 17:38:32 otavio: what's the status of meta-freescale vs meta-fsl-{arm,ppc}, what's the recommendation on usage, the former or the latter? i see both still get commits, and i know i've asked you about it before, but i'm drawing a blank, sorry Feb 15 18:06:03 kergoth: it depends Feb 15 18:06:20 kergoth: they will be merging soon; for ppc I would suggest using meta-freescale Feb 15 18:06:26 kergoth: for imx, fsl-arm Feb 15 18:06:30 (for now) Feb 15 18:30:15 * nerdboy raises kergoth two blanks and a WTF Feb 15 18:30:56 and a cranky build server... Feb 15 18:32:14 otavio: okay, thanks :) Feb 15 18:33:41 otavio: ballpark estimate on the completion of the merge, before 2.1 releases or before 2.2 releases? Feb 15 18:33:54 (sorry, figuring out what to do for our next release :) Feb 15 18:34:05 nerdboy: heh, problems? Feb 15 18:34:31 no more than usual, except the server part... Feb 15 18:34:52 we did get it from tom Feb 15 18:35:09 * nerdboy ponders the coincidence Feb 15 18:36:19 kergoth: I will try for 2.1 but 2.2 is more certain Feb 15 18:36:35 np, thanks, that helps Feb 15 18:37:02 I should really set up a personal CI build server for my house, so I'm not so reliant on the connection to work Feb 15 18:50:05 then you might need to fix broken stuff :) Feb 15 18:55:21 Crofton|work: good point :) Feb 15 18:55:42 * kergoth remembers back to all the build bugfixing he used to do with his own personal world builds back wehn he was oe maintainer Feb 15 19:25:58 what.. Feb 15 19:26:01 do_patch failed to apply this patch Feb 15 19:26:07 if i cd into the source tree and run quilt pu, it applies fine Feb 15 19:49:10 RP: posted another patch to fix useless-rpath binutils issue on musl as well Feb 15 19:49:30 RP: so with this I guess we should get green builds for poky-tiny on AB Feb 15 19:50:35 meta-freescale or should it now be merged into meta-nxp Feb 15 20:33:54 Hmm, I wonder if a virtual/libc-native would be interesting for alternative TCLIBCs like musl, if you're dealing with an older host.. probably not Feb 15 20:33:57 * kergoth yawns Feb 15 20:34:52 next you'll suggest coreutils-native! Feb 15 20:35:06 personally that's when i draw the line and say "use buildtools" Feb 15 20:36:38 we used to build coreutils-native :) Feb 15 20:36:40 it wasn't pleasant Feb 15 20:47:55 very concerned by https://www.youtube.com/watch?v=fGXpwZPdyRE Feb 15 20:48:17 kergoth: i shudder at the number of races you'll get by installing coreutils-native Feb 15 20:48:49 yeah, it wasn't pleasant. iirc it was something related to the install command Feb 15 21:27:58 ross: that guy sure likes destroying apple products Feb 15 22:00:32 hmm, we'll have to fix the issues at http://clang.debian.net/status.php?version=3.6.0&key=VARIABLE_LENGTH_ARRAY for meta-clang eventually, i expect Feb 16 00:27:08 can yocto's build host be an mips system? Feb 16 01:48:12 mjkr: in theory yes, I don't think anyone's tried that before though **** ENDING LOGGING AT Tue Feb 16 02:59:59 2016