**** BEGIN LOGGING AT Mon Dec 11 03:00:02 2017 Dec 11 08:06:18 maybe with something like require ${PN}_{MACHINE}.inc, not sure Dec 11 08:56:25 Hey, I've put up a wiki page for FOSDEM: https://www.openembedded.org/wiki/FOSDEM_2018. Please add yourself to this if you can help out with the OE stand or if you're attending and just want to say hello! Dec 11 08:59:53 bluelightning: did you come to a conclusion on that patch? Dec 11 09:00:31 RP: I didn't look into it any more closely - we should just merge it I think Dec 11 09:02:36 bluelightning: ok, I'm just hoping to run a few builds today... Dec 11 09:05:24 New news from stackoverflow: C++ Run a command detached from its parent so the parent can die w/o killing its child || Yocto - Add Files to kernel-sources for every kernel version Dec 11 09:48:36 khem: yes rpi3 graphics with x11 and mesa works Dec 11 10:33:09 nayfe: does imx-gst1.0-plugin compiles for you Dec 11 10:33:33 nayfe: I really feel everything rocko I touch is broken right now :-( Dec 11 10:34:14 sagner: it does not fetch Dec 11 10:34:40 nayfe: yeah that is what I get too.. SRCREV seems to be missing. Dec 11 10:35:13 nayfe: when I set a valid SRCREV compile fails though... Dec 11 10:35:43 that error on gstreamer1.0-plugins-imx is really strange Dec 11 10:36:15 it should not compile anything in /usr/lib64 imo Dec 11 10:37:50 sagner: i'm checking https://github.com/Freescale/gstreamer-imx/compare/4c73ba67174921164a0631f78910f0788544cb49...master for diffs between 0.12.3 and 0.13.0 nothing obvious Dec 11 10:39:46 hello Dec 11 10:40:18 is there a way to tell ALL binaries in a yocto project to compile using a predefined set of flags? Dec 11 10:40:32 sagner: in /../gstreamer1.0-plugins-imx/0.13.0-r0 when i do find . -name 'libgstimxcommon.so.0.13.0' i don't have it in any lib64 folder, do you ? Dec 11 10:40:58 cornel: like a machine tune or such? Dec 11 10:56:31 LetoThe2nd, Dec 11 10:56:49 like in: Position Independent Executable Dec 11 10:58:00 cornel: be inspired: https://github.com/openembedded/openembedded-core/blob/master/meta/conf/distro/include/security_flags.inc Dec 11 10:59:34 LetoThe2nd, thank you, Sir! But, will all the binaries use this? Dec 11 11:00:42 hi , is there a way to add some conditonal judge for require/include ? thanks Dec 11 11:01:22 cornel: unless some badly behavin recipe manually overrides it. and there is code that cannot be compiled with fPIE. Dec 11 11:01:43 LetoThe2nd, ok, thank you very much Dec 11 11:01:50 by use distro_features , to choose whether require/include an inc file ? Dec 11 11:05:32 rburton: can you please try to rephrase? Dec 11 11:05:37 rheagar: ^^^^ Dec 11 11:13:38 LetoThe2nd: there is an data.inc used to create a data partiton image, I put require data.inc in a common bbfile, for some platform, i want to include it , while not for others. Is there a way to handle this ? Dec 11 11:16:04 mabye you could use packageconfigs in that common bbfile, and select them through machine and/or distro, but your description is a bit vague to me. Dec 11 11:35:53 New news from stackoverflow: Error: Nothing provides u-boot, Either UBOOT_MACHINE or UBOOT_CONFIG must be set Apalis imx6? Dec 11 11:38:52 nayfe: currently I reverted gstreamer1.0-plugins-imx to 0.12.2 Dec 11 11:41:54 nayfe: yes, for me libgstimxcommon.so.0.13.0 is in lib64 Dec 11 11:42:48 nayfe: I did not build a aarch64 machine with that build directory... and file ...libgstimxcommon.so.0.13.0 says its a 32-bit ARM EABI5 binary, so no idea why it got deployed into a lib64 folder Dec 11 11:52:34 rburton: there is one change pending, the mesa upgrade Dec 11 11:53:02 sagner: the lib dir is stange. Is it using any distro? Dec 11 11:56:27 otavio: yeah Ã…ngstrom... Dec 11 11:57:38 otavio: waf seems to use the wrong lib dir... Dec 11 12:02:12 nayfe: waf got updated from 1.7.11 to 1.9.3, I guess that could be related. Still interesting that it works for some Dec 11 12:09:23 hi, what is the status of multiple kernel support in poky master? can multiple kernels for a single machine be built and used nicely with also external modules? Dec 11 12:12:42 sagner: are you mixing branches? Dec 11 12:32:49 otavio: not really, all rocko or rocko-next Dec 11 12:55:27 sagner: do you have gstreamer installed on host ? Dec 11 12:59:10 nayfe: yes Dec 11 12:59:53 nayfe, otavio: Just could reporduce it using fslc-framebuffer distro and pure freescale community bsp, imx6qdlsabresd machine Dec 11 13:00:47 nayfe: I think it has to do with the waf update... waf --help says: Dec 11 13:00:48 sagner: waf looks good candidate, what is your host distro ? Dec 11 13:00:49 nayfe: --libdir=LIBDIR object code libraries [EXEC_PREFIX/lib64] Dec 11 13:00:58 nayfe: so it seems to default to lib64... Dec 11 13:01:15 sagner: likely you need to pass: --libdir=${libdir} Dec 11 13:01:24 sagner: make sure it is using the waf class Dec 11 13:01:42 nayfe: Fedora 26 Dec 11 13:01:51 sagner: you have waf on your host ? Dec 11 13:02:28 otavio: the gstreamer1.0-plugins-imx recipe is inheriting waf... Dec 11 13:02:45 nayfe: no, don't think so (at least just executing waf says command not found. Dec 11 13:04:40 otavio: according to temp/run.do_configure we do set --prefix=/usr... maybe we should also add --libdir=... Dec 11 13:07:20 sagner: i dont have "object code libraries" stuff in my waf --help Dec 11 13:07:44 nayfe: bitbake gstreamer1.0-plugins-imx -c devshell, then ./waf --hel Dec 11 13:08:39 --libdir=LIBDIR object code libraries [EXEC_PREFIX/lib] Dec 11 13:09:22 nayfe: interesting... I guess that is some runtime detection which ends up to provide different results Dec 11 13:09:28 nayfe: what distro are you using? Dec 11 13:09:44 what package is this? Dec 11 13:09:45 mint 18 Dec 11 13:09:55 rburton: gstreamer1.0-plugins-imx Dec 11 13:10:12 rburton: it uses waf class Dec 11 13:10:13 remember some maintainers "are clever" and see the host is 64-bit fedora so set libdir Dec 11 13:10:45 rburton: yeah that sounds like such a case Dec 11 13:11:49 passing --libdir is the right fix, but for that recipe you need --plugin-install-path Dec 11 13:11:54 https://github.com/Freescale/gstreamer-imx/blob/master/wscript#L55 Dec 11 13:15:25 rburton: you mean we should explicitly set --plugin-install-path? Default seems reasonable there... Dec 11 13:16:01 rburton: add --libdir to waf.bbclass Dec 11 13:32:32 rburton: FWIW, it works with setting only --libdir. gstreamer plugins seem to end up in the right location with that (/usr/lib/gstreamer-1.0) Dec 11 13:38:05 otavio rburton sagner: Thanks Stefan, do you submit patch? Dec 11 13:39:26 Guys, I'm building safplus and at "configure" stage I get error "checking for glib-2.0 2.2.0... .../SAFplus/configure: line 7505: pkg-config: command not found". But doing "configure" from devshell is ok. Why? Dec 11 13:40:23 kosta: do your recipe inherit pkg-config ? Dec 11 13:40:30 nayfe: will do Dec 11 13:40:50 nayfe: No. Only autotools. Dec 11 13:41:17 kosta: try to add it :) Dec 11 13:41:38 nayfe: Tried: ERROR: ParseError at /home/mrv/My/MRV/yocto_all/rocko_all/poky/meta-openclovis/recipes-extended/safplus/safplus_6.1.bb:20: Could not inherit file classes/pkg-config.bbclass Dec 11 13:42:14 nayfe: Worked now! Dec 11 13:42:37 nayfe: I missplelled. The right way is "inherit pkgconfig" (without dash). Dec 11 13:42:43 nayfe: Thanks man!! Dec 11 13:43:02 kosta: np :) Dec 11 13:43:39 the inherit is just a glorified way of doing depends = pkgconfig-native Dec 11 13:43:46 which is why it couldn't find pkgconfig :) Dec 11 13:44:14 rbuton: Thanks. Yeah... Dec 11 13:44:40 rburton: can you explain why you think we need --plugin-install-path stuff in gstreamer recipe ? Dec 11 13:44:55 you don't if the defaut works after --libdir is passed Dec 11 13:45:29 rburton: ok ty Dec 11 14:36:31 New news from stackoverflow: Bitbake AttributeError: 'module' object has no attribute 'getVar'? Dec 11 15:07:19 moto-timo: around? Dec 11 15:44:25 Maybe somebody would know........ Dec 11 15:44:30 :) Dec 11 15:45:03 Is there a way to have base-files_%.bbappend to be executed only for COMPATIBLE_MACHINE_foo = "foo" ? Dec 11 15:46:12 lukma: not really at this point in time Dec 11 15:46:53 lukma: include somefilename-${MACHINE}.inc ? Dec 11 15:47:49 RP: How this include somefilename-${MACHINE}.inc works? Dec 11 15:48:15 do you mean by putting all the "Machine specific stuff" to thins *.inc file Dec 11 15:48:36 and the it would be resolved for the specific machine? Dec 11 15:49:11 RP: In my case I do have base-files_ (which are rather large recipe) Dec 11 15:49:27 I would like to add/modify fstab on one machine Dec 11 15:50:07 do_install_append_foo () { Dec 11 15:50:07 install -m 0644 ${WORKDIR}/fstab_foo ${D}${sysconfdir}/fstab Dec 11 15:50:07 } Dec 11 15:50:09 lukma: I think that might allow you to include that file only for the matching machine. But I've not tried it and it may not work Dec 11 15:50:39 : maybe try to just create some temp vars and use override ? Dec 11 15:50:55 The problem is that the base-files_%.bbappend is always appended no matter if I do use compatible machine or not Dec 11 15:51:40 And when from machine specific package I try to call install -m 0644 ${WORKDIR}/fstab_foo ${D}${sysconfdir}/fstab, OE compains that I try to provide fstab from two sources (which is true) Dec 11 15:53:02 I could hack it a bit and remove the original fstab -> but this poses dependency on which recipe (base_file or my_adjust_pkg) is executed first Dec 11 15:55:03 lukma: what you should do is put the file in /files//fstab so it is only resolved for the correct machine Dec 11 15:58:25 nayfe: But for the other machine I do want to use default fstab Dec 11 15:59:58 lukma: when using FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" it choose file in multiple folders, so it will resolve fstab in default folder Dec 11 16:00:05 or FILESEXTRAPATHS_prepend := "${THISDIR}/files:" Dec 11 16:00:49 So the ${THISDIR}/${PN}: must be different in appended file than in the base one? Dec 11 16:01:45 in your base-files_%.bbappend, you should already have set FILESEXTRAPATHS_prepend right ? Dec 11 16:01:53 yes Dec 11 16:02:13 it is set to FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}: Dec 11 16:02:30 and then I do have SRC_URI += "file://fstab_foo" Dec 11 16:03:06 you should keep "fstab" file name Dec 11 16:03:22 and just let path override choose the right file for you Dec 11 16:03:40 nayfe: ...... I will check it Dec 11 16:04:10 and one more problem SRC_URI_foo += "file..." only gives me file on the overall SRC_URI .... Dec 11 16:04:11 so if you put some files in meta-foo//base-files//fstab it will choose it, then it will choose poky/....../fstab if none is found Dec 11 16:05:22 with that solution, you just need to put FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" in base-file_%.bbappend, as fstab is already set in SRC_URI and FILES_${PN} Dec 11 16:09:10 nayfe: Is the part searched by default? Dec 11 16:09:26 yes Dec 11 16:09:36 does it has higher precedence ? Dec 11 16:10:17 yes Dec 11 16:11:11 nayfe: Indeed, the /fstab was choosen Dec 11 16:11:40 is it written somewhere ? or it is a rule that if present stuff is took from subdir? Dec 11 16:12:48 http://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#best-practices-to-follow-when-creating-layers Dec 11 16:14:08 nayfe: thanks, this simplifies things a lot Dec 11 16:14:27 yocto rocks :p Dec 11 16:16:47 a lot of things are in manual, but it's big ;) Dec 11 16:17:10 -a Dec 11 16:17:21 nayfe: Yocto/OE is very powerful, if you know how to use it Dec 11 16:17:53 nayfe: And I do wonder, how it will behave when one would need to fix some thing in e.g. 6 years time Dec 11 16:18:28 would I need a VM with nowaday distro or I could run OE/Yocto on a "then" contemporary machine Dec 11 16:21:03 in 6 years we will have a yocto chip in our brain :) Dec 11 16:24:16 My understanding of RDEPENDS is that it's purely a "packages" thing; and my understanding of the nativesdk feature is that it's purely a "sysroot" thing, i.e. the SDK is generated from the sysroot without using the packages; however the file-rdeps check uses RDEPENDS even for nativesdk packages, why is that? Dec 11 16:44:53 Is there a way to tell bitbake not to include in the kernel in the RootFS? Dec 11 16:45:36 By default it seems to include the Image in `/boot` which is an extra ~13M uncompressed Dec 11 16:46:08 Right now I'm manually unzipping the rootfs, removing the kernel, and rezipping it Dec 11 16:52:25 Hey all, have an issue I don't understand. Trying to change a kernel module to built-in. When I run 'bitbake -c menuconfig linux-fslc-imx', the module is shown as built-in. However, when I change to linux-fslc-imx's working directory and 'make menuconfig', it's shows it's a module. Dec 11 17:01:51 majuk: when doing bitbake -c menuconfig linux-fslc-imx it loads defconfig from path, and when you do make menuconfig it probably loads default defconfig Dec 11 17:09:30 good question :p Dec 11 17:13:42 ythl: one way is to remove /boot with ROOTFS_POSTPROCESS_COMMAND Dec 11 17:33:33 I there a way to easily specify a local directory as source for a recipe? i.e. skip all remote fetching and checkout and just build the source that I I want to test? Dec 11 17:33:35 nayfe: I've been using Docker for builds, so it is easy to replicate the setup in future if need Dec 11 17:33:59 majuk: which module? Dec 11 17:34:12 BubuIIC: for local development? use externalsrc. if its just a simple bit of source, you can drop it alongsie the recipe. Dec 11 17:34:27 otavio: I got it worked out, thanks. Getting USB Gadget support Dec 11 17:34:36 majuk: ok Dec 11 17:35:21 rburton: externalsrc looks like what I've been looking for, thx Dec 11 17:36:26 BubuIIC: I usually prefer using a toolchain Dec 11 17:36:38 BubuIIC: but it is personal preference Dec 11 17:37:44 otavio: ah, right I guess that would be an option as well Dec 11 17:39:15 otavio: nice, i'll need to test Docker one day ... Dec 11 17:45:06 Hello there. Does anyone know how to increase the u-boot "press any key to enter setup" delay? Dec 11 17:45:23 It seems to be stuck on 0 seconds which gives me no time to do anything Dec 11 17:45:48 I can see the poky recipe for uboot-config but nothing in there regarding the time delay Dec 11 17:46:08 oni: you need to check for CONFIG_BOOTDELAY Dec 11 17:46:28 Yeah, that isn't set anywhere Dec 11 17:46:52 oni: you can add CONFIG_BOOTDELAY=5 if you want 5sec delay Dec 11 17:47:01 ah yes, but where does one add that? Dec 11 17:47:26 poky/meta/classes/uboot-config.bbclass maybe? Dec 11 17:47:46 Im working with the imx28evk so its all in the meta-freescale layer I suspect Dec 11 17:48:01 oni: you need to customize your u-boot defconfig Dec 11 17:48:18 defconfig implies a make menuconfig? Dec 11 17:50:13 imx28evk-fslc-linux-gnueabi/u-boot-fslc/v2016.11+gitAUTOINC+c44711d91e-r0/git/configs Dec 11 17:50:26 Looks likek there are a few defconfigs in there. Dec 11 17:51:47 thanks. I'll give that a try. Presumably bitbake is smart enough to rebuild u-boot and repackage if I change things? Dec 11 17:53:24 oni: in ./meta-freescale/conf/machine/imx28evk.conf you have UBOOT_CONFIG variable Dec 11 17:53:37 oni: it points to u-boot defconfig Dec 11 17:53:52 Yeah, I saw that. I wasn't sure what it did Dec 11 17:54:22 oni: so, you probably need to copy that file and make your own machine configuration Dec 11 17:54:40 and provide your defconfig for it Dec 11 17:54:57 hmmmm, I think I see what you mean Dec 11 17:55:05 I've altered the existing one Dec 11 17:55:36 maybe you can just make a patch for the defconfig and put it in SRC_URI Dec 11 17:55:57 SRC_URI? Yes, I heard that mentioned. Ideally that will be the thing Dec 11 17:56:09 If I can see a change I've made reflected that will be a great start Dec 11 17:56:53 Damn! That didn't work Dec 11 17:57:07 Its as if the changes I make just dont make it onto the board Dec 11 17:57:26 uboot appears to be rebuilt as does the image Dec 11 17:57:51 you can create a u-boot-fslc_%.bbappend file in a custom layer and create a patch for correct defconfig file, can be mx28evk_config, mx28evk_nand_config or mx28evk_auart_console_config Dec 11 18:00:05 thats a neat idea. I've no idea how best to go about that. Im just bewildered as to why a change to a defconfig makes absolutely no effect Dec 11 18:01:44 Im trying to get that 'helloworld' of embedded working. If I can see a change I know where I'm at Dec 11 18:04:04 to make a patch, you can use quilt tool, go in mx28evk-fslc-linux-gnueabi/u-boot-fslc/v2016.11+gitAUTOINC+c44711d91e-r0/git then quilt new 0001-add-bootdelay.patch quilt add configs/mx28evk* modify defconfig files, quilt refresh copy patch/0001-add-bootdelay.patch into meta-foo/recipes-bsp/u-boot-fslc/files/ then create a u-boot-fslc_%.bbappend with FILESEXTRAPATHS_prepend := "${THISDIR}/files:" and SRC_URI += Dec 11 18:04:05 "file://0001-add-..." Dec 11 18:06:32 wowzers! thanks Dec 11 18:07:39 oni: it's a bit dense Dec 11 18:08:14 Whne you say modify the defconfig files, what do you mean? Dec 11 18:08:34 do you mean modify the patch file? Dec 11 18:10:08 rburton: pong Dec 11 18:10:12 Ah, alter the config files themselves. Gotcha Dec 11 18:16:52 nayfe so I think I follow you. Cheers! I shall try a new rebuild Dec 11 18:19:38 moto-timo: not 100% sure about the manifest changes yet, can the pypi stuff be applied without the manifest changes? Dec 11 18:20:27 rburton: I would have to go back to my old branch and make it work on top of existing master Dec 11 18:20:45 rburton: which I can do if the json manifest is going to wait awhile Dec 11 18:24:21 rburton: by old branch I mean oe-core-contrib/ttorling/pypi Dec 11 18:24:39 if that rebases easily then that would be awesome :) Dec 11 18:24:55 rburton: sure thing Dec 11 18:38:57 Damn! Still no change Dec 11 18:39:30 its still 0 seconds. I must admit, this is really infuritating! This yocto stuff - it's very hard to make a simple change :( Dec 11 18:44:47 patch file looks good, u-boot-fslc appears to be rebuilt Dec 11 18:49:20 I get an sdcard image which I manage to copy to the sdcard. The board appears to boot from it but what I'm seeing gives me pause for thought Dec 11 18:49:23 U-Boot 2015.10-00407-g83bf005-dirty (Oct 26 2016 - 09:39:34 +0100) Dec 11 18:50:13 I get the impression this is not the correct u-boot Dec 11 19:04:31 rburton: I will also add my change to add newlines to the existing manifest generator so it won't barf on git send-mail after this round Dec 11 19:16:45 oni: back Dec 11 19:17:14 oni: well, it seems your board does not boot from sdcard Dec 11 19:18:33 oni: you can do something if you have fw_setenv tool Dec 11 19:19:15 oni: fw_setenv bootdelay=5 or fw_setenv bootdelay 5 (i don't remember correct syntax everytime) Dec 11 19:21:32 oni: maybe you have u-boot in special partition mmcblk0boot0 or in another memory type, dont know mv28evk board Dec 11 19:28:06 The worst thing about this is that the supplier of the board is not very forthcoming at all Dec 11 19:28:16 its based on the imx28evk. Dec 11 19:28:50 I know it loads some things from the sdcard thats for sure. Dec 11 19:30:00 Annoyingly, this is the least of my problems. The kernel itself doesnt load at all. It halts at "Starting kernel ..." or at least that is what appears to happen Dec 11 19:30:36 I thought if I could start with the bootloader that would be best Dec 11 19:32:49 oni: on a lot of imx boards, there are dip switch to change how board boots Dec 11 19:33:57 Good tip. I cant see any dips but there are plenty of headers Dec 11 19:35:30 This would tally with other things I've seen, e.g uEnv.txt not working Dec 11 19:36:18 tbh, I wouldnt mind but I can't appear to load the mainline fslc kernel. all this messing with the bootloader is to try and get more messages out of the kernel Dec 11 19:37:25 https://www.nxp.com/docs/en/user-guide/IMX28EVKHUG.pdf Dec 11 19:37:38 page 10 Dec 11 19:39:14 Ah yes. this board is much worse :p Dec 11 19:41:36 oni: maybe you can try to use mfgtool/imx_loader to load u-boot Dec 11 19:41:44 http://www.noritake-itron.com/NewWeb/TFT/Overview/Overview.asp Dec 11 19:42:22 I'm not familiar with mfgtool/imx_loader - thanks. I'll have a look Dec 11 19:49:05 oni: thing is, if you have a custom board, you should ask vendor for support, as you will probably need to customize ddr timings, device tree etc ... Dec 11 19:49:19 absolutely, and they've been awful Dec 11 19:49:39 debating that a different supplier might be needed Dec 11 20:05:41 nayfe apparently there is a jumper Dec 11 20:06:05 according to the PDF Dec 11 20:06:07 10, J11, J12, J14 Dec 11 20:06:07 Boot Mode Dec 11 20:06:08 Internal boot selection, do not change Dec 11 20:11:39 I suspect that means I'm locked out of the bootloader. These jumpers are hidden behind another board Dec 11 20:13:20 nayfe thanks a lot for your help. I may have to admit defeat Dec 11 20:15:12 oni: np and sorry for your defeat, but without complete documentation and sometimes its not enough, it can be impossible :) Dec 11 20:15:33 Yeah :( Dec 11 20:15:50 Is there no other way to get information out of the kernel or to find out why it halts? Dec 11 20:16:17 The instructions given rely on the dizzy branch of yocto. This is quite old sadly Dec 11 20:16:55 Although I've managed to adapt this older version to work - getting the screen to fire up remains a problem Dec 11 20:17:47 My thinking was to try the latest software instead, but sadly, it appears to just hang with the serial console not doing very much Dec 11 20:19:57 oni: if you don't have access to u-boot due to bootdelay and you can't load another u-boot by other way, then it will be hard to know what's wrong Dec 11 20:20:23 This is my suspicion yes Dec 11 20:40:27 nooo rsync Dec 11 20:40:32 don't give generic error messages Dec 11 20:40:34 bad rsync Dec 11 20:40:46 (not really yocto-related, i just felt like sharing) Dec 11 21:38:35 Anyone else getting an error from https://www.yoctoproject.org/ ? Dec 11 21:39:14 Same Dec 11 21:40:27 worksforme Dec 11 21:44:52 its back now :) Dec 11 21:49:48 armpit: are the pyro-next patches ready to merge? Dec 11 21:51:22 RP, yes Dec 11 21:51:31 stable/pyro-next Dec 11 21:52:19 I would have sent a pull request bug I needed to double check the binutils changes to make sure Rocky was not affected Dec 11 21:56:53 armpit: that was mainly what I was wondering :/ Dec 11 21:57:57 RP. all good. I put version info in the commit message Rocko is @ 2.29 and all the fixes for for <= 2.28 Dec 11 21:58:37 * armpit can't believe i had my head screwed on correct for that one ; ) Dec 11 22:00:16 armpit: :D Dec 11 22:00:37 armpit: cool, thanks. I'll merge those and then we can perhaps get the pyro and morty point releases done :) Dec 11 22:01:06 that would be nice... been a long road Dec 11 22:03:00 armpit: it has indeed... Dec 12 00:01:19 note to self: when firing builds to run overnight, actually press the Run button **** ENDING LOGGING AT Tue Dec 12 03:00:01 2017