**** BEGIN LOGGING AT Sun Aug 13 03:00:00 2017 Aug 13 03:10:16 Last time I did anything openembedded related was somewhere around 2005, so it has been quite a while! Aug 13 03:12:11 One of the other developers on the project heavily prefers buildroot which doesn't seemed to have changed much since 2005 and still seems suboptimal :-P Aug 13 15:22:40 mithro: what arch/ISA is running inside softCPU Aug 13 15:22:57 mithro: OE is well suited for your needs, Aug 13 15:23:00 khem: lm32 and or1k Aug 13 15:23:23 ok, does lattice have linux port ? Aug 13 15:23:32 and or1k too ? Aug 13 15:24:19 in anycase, OE can generate baremetal SDKs too Aug 13 15:24:54 important is to plugin the toolchain into OE Aug 13 15:25:55 problem that you might run into is building the cross-toolchain due to features expected from say gcc7 Aug 13 15:26:19 in build process, I assume both these arch ports are not in upstream gcc Aug 13 15:31:13 it seems lm32 is upstream Aug 13 15:32:20 lm32 has upstream gcc but no upstream linux, or1k has upstream linux but no upstream gcc Aug 13 15:47:38 yeah Aug 13 15:48:21 So I guess its doable easily as long as you have latest toolchain Aug 13 15:48:32 it will be easier Aug 13 15:49:03 with OE you can get a lot of stuff once you do low level plumbing Aug 13 18:43:58 what would be a good way of passing targets to oe_runmake ? Aug 13 18:44:15 I want to build documentation as well, but it is not done by default. I have to type "make all docs" Aug 13 18:44:24 that builds the code and the documentation Aug 13 18:44:41 but can I simply add "all docs" to EXTRA_OEMAKE ? or is there a better way? Aug 13 18:52:51 dv_: eitehr EXTRA_OEMAKE or override do_compile and run it with those targets directly. the latter is probably cleaner, just because EXTRA_OEMAKE is passed both in do_copmile and do_install Aug 13 18:59:52 kergoth: hmm ok. by the way, is there a default do_compile task present in all recipes? Aug 13 19:00:12 I noticed that when inheriting from the qmake5 bbclass, do_compile is not defined Aug 13 19:36:36 dv_: see base.bbclass. obviously other classes are inherited after that, so are free to override it Aug 13 20:35:18 is there a way to trigger do_rm_work for everything that has been built thus far? i didn't have rm_work inherited when i built everything. Aug 13 23:42:54 khem: so, how do I get started? I assume I probably want to start with generating bare metal compiler with oe? Aug 13 23:44:00 kergoth: Hi! Long time no see! Do you remember me? **** ENDING LOGGING AT Mon Aug 14 03:00:01 2017