**** BEGIN LOGGING AT Mon Apr 01 02:59:57 2019 Apr 01 03:29:20 black_13: the meta-freescale mailing list might be a good place to start: https://lists.yoctoproject.org/listinfo/meta-freescale Apr 01 03:29:34 black_13: what would you like to know about the wandboard? Apr 01 07:29:56 psrcode: looking forward to those patches and seeing the ptest stats improve! :) Apr 01 08:09:27 New news from stackoverflow: How to use a different compiler for single recipe? Apr 01 08:28:59 Hi! Trying to come up with a bitbake recipe for library https://github.com/FreeOpcUa/python-opcua on python3. App works fine on host system, yocto complains »ImportError: No module named 'multiprocessing'«. Any pointers? Apr 01 08:29:49 cleaned up RDEPENDS from recipetool: python-enum34 python-futures python-lxml python-dateutil python-pytz python3-lxml python3-dateutil python3-cryptography python-importlib python-io python-lang python-logging python-netclient python-pickle python-re python-sqlite3 python-threading python-xml Apr 01 08:44:36 Apparently I can just add python3-multiprocessing to that list. Fine, why doesn't it come up on https://layers.openembedded.org/layerindex/branch/morty/recipes/?q=multiprocessing Apr 01 09:49:47 RP: I've been encouraging a colleague to send recipe version updates (despite the freeze), I thought it would be counter-productive to say 'we badly need people to work on updates, but not for the next 4 weeks' :) Apr 01 09:50:09 so these patches should be stashed somewhere I guess, normally Ross would do it Apr 01 09:54:41 jku, hello :) Apr 01 09:55:19 hi kanavin, it's been a while! Apr 01 09:57:39 yeah, just wondering if you're involved with the project again somehow? Apr 01 09:57:49 jku ^^^ Apr 01 10:01:28 kanavin: not yet at least... there's some potential in future but we'll see (just finished previous long project, not sure about future yet) Apr 01 10:02:03 aah, but you're not switching jobs for now, it's the same after-intel one? Apr 01 10:05:35 kanavin: correct Apr 01 10:06:57 jku, I have left intel as well. Moved to Berlin, working here https://mbition.io/en/home/ Apr 01 10:12:10 kanavin: I was thinking about what to do with them... Apr 01 10:12:22 jku: hi! Its beena while! :) Apr 01 10:14:14 RP indeed, good to see you Apr 01 10:43:33 rburton, hello, how do you feel about merging this one? https://lists.yoctoproject.org/pipermail/yocto/2019-March/044608.html Apr 01 10:43:40 I'm not sure I sent to the right list Apr 01 10:44:13 LocutusOfBorg: scott r owns the docs repo Apr 01 10:44:16 that is the right list Apr 01 11:23:06 For the record, this RDEPENDS works for me for opcua (python3): python3-lxml python3-dateutil python3-pytz python3-asyncio python3-cryptography python3-multiprocessing Apr 01 11:40:24 How can I set the LICENSE in a bb file to LGPLv3 if the source package doesn't include the license file? Apr 01 12:01:54 jmiehe: I assume you mean what to put in LIC_FILES_CHKSUM? you can use any source file with license header (with beginline/endline parameters, see dev-manual) Apr 01 12:11:12 jku: thx, that works! Apr 01 13:01:39 Dear All, Apr 01 13:01:39 I do have a question regarding a OE/Yocto setup: Apr 01 13:01:39 I've build several images, (fitImage), initramfs for different MACHINES (cortex-A -> armv7a) Apr 01 13:02:08 Now I'd like to run script working on top of ./deploy/ directory Apr 01 13:02:50 The solution, which I've found is IMAGE_CMD with dd (dd if=${DEPLOY_DIR_IMAGE}, of=file) Apr 01 13:03:02 But I'm wondering if there is nicer way Apr 01 13:03:31 (in the end I could have in my meta-layer a script directory which would have a simple bash script, run after bitbake completes) Apr 01 13:28:10 lukma: what do you want the scrip to do? Apr 01 13:35:59 rburton: To create a FIT image Apr 01 13:36:12 lukma: there's fit image classes already though Apr 01 13:36:29 one large with with data across the deploy/ directory Apr 01 13:36:37 when everything is build Apr 01 13:37:09 (I mean several MACHINE=FOO1 bitbake foo1-image && MACHINE=FOO2 bitbake foo2-image && .... is run) Apr 01 13:38:52 i'd be using multiconfig and then a dedicated recipe to construct the mega image Apr 01 13:48:29 rburton: You mean the BBMULTICONFIG Apr 01 13:48:33 yes Apr 01 13:48:48 https://www.yoctoproject.org/docs/2.4.4/dev-manual/dev-manual.html#platdev-building-targets-with-multiple-configurations Apr 01 13:49:04 rburton: Ok, thanks I will look on that :-) Apr 01 14:01:14 does anyone know why my /etc/X11/xorg.conf, after i carefully set it up, gets overwritten every reboot? Apr 01 14:01:37 because you're booting a live image which isn't persistant? Apr 01 14:03:40 all of /etc is tmpfs? Apr 01 14:05:16 yates: nothing in oe-core will be rewriting xorg.conf for you. without literally no more information all i can guess is that you're running an overlayfs of some sort? check mount Apr 01 14:06:15 ok Apr 01 14:06:29 makes sense Apr 01 14:06:37 ..and verified Apr 01 14:12:52 no, not verified. Apr 01 14:13:00 need more coffee.. Apr 01 14:44:23 hi everyone. does yocto enable devs / OS-devs to run tests if an oss project has some (like make test) in separate testing phase after build? Apr 01 14:57:05 Piraty: Apr 01 14:57:10 Piraty: look at ptest Apr 01 14:57:27 Piraty: https://wiki.yoctoproject.org/wiki/Ptest Apr 01 15:35:47 Piraty, also look at "testimage" , it will execute the runtime tests include to date Apr 01 16:13:08 Piraty: the problem is that most 'make test' assume it can run at build time so can't be installed. some upstreams are nice and actually write test suites you can install (see eg glib, python), others we've hacked a bit to install and run. but yes, ptest is how that is done. Apr 01 19:11:22 New news from stackoverflow: Yocto minimal image failed Apr 01 20:21:07 thanks psrcode armpit rburton :) !!! Apr 01 23:06:45 JPEW, rburton: Am I okay to tweak layer.conf in mingw/gplv2 for warrior when I push the core changes? Apr 01 23:06:59 i say yes Apr 01 23:09:06 rburton, armpit: in case its not clear there are warrior-next and master-next branches now Apr 01 23:09:55 * RP is trying to stack post-warrior pieces in master-next Apr 01 23:11:04 * armpit post-war patches ? Apr 01 23:11:44 there are mailing list patch flames? Apr 01 23:15:29 no, not that I am aware off **** ENDING LOGGING AT Tue Apr 02 02:59:57 2019