Re: [OE-core] [PATCH v6 03/12] devtool: new ide plugin

2023-11-14 Thread Enguerrand de Ribaucourt
On Thu, Oct 12, 2023 at 02:53 PM, Ross Burton wrote: > > I’d not noticed image-combined-dbg existed and do wonder if that shoud be > the behaviour of the debug rootfs. Is there actually a use-case for a tarball > which is _just_ the symbols? > The use for a rootfs containing just the debug tarbal

Re: [OE-core][PATCH v6 03/12] devtool: new ide plugin

2023-10-30 Thread Adrian Freihofer
Hi Ross Thank you for the re-view. Summary: I hope everything is fixed with v7: https://lists.openembedded.org/g/openembedded-core/message/189812 On Thu, 2023-10-12 at 12:53 +, Ross Burton wrote: > Finally looking at the code… > > On 10 Sep 2023, at 16:52, Adrian Freihofer via lists.openemb

Re: [OE-core][PATCH v6 03/12] devtool: new ide plugin

2023-10-12 Thread Ross Burton
Finally looking at the code… On 10 Sep 2023, at 16:52, Adrian Freihofer via lists.openembedded.org wrote: > > The new devtool ide plugin configures an IDE to work with the eSDK. > > With this initial implementation VSCode is the default IDE. > The plugin works for recipes inheriting the cmake

[OE-core][PATCH v6 03/12] devtool: new ide plugin

2023-09-10 Thread Adrian Freihofer
The new devtool ide plugin configures an IDE to work with the eSDK. With this initial implementation VSCode is the default IDE. The plugin works for recipes inheriting the cmake or the meson bbclass. Support for more programming languages and build tools may be added in the future. Using the plug