Re: [yocto] [RFC] devtool: support multiple sources

2023-11-23 Thread Julien Stephan
Le jeu. 23 nov. 2023 à 00:36, Richard Purdie a écrit : > > On Wed, 2023-11-22 at 13:53 +0100, Julien Stephan wrote: > > Le mar. 14 nov. 2023 à 12:21, Alexander Kanavin > > a écrit : > > > > > > I think no one actually anticipated all these corner cases when > > > devtool was written. In general

Re: [yocto] [RFC] devtool: support multiple sources

2023-11-22 Thread Richard Purdie
On Wed, 2023-11-22 at 13:53 +0100, Julien Stephan wrote: > Le mar. 14 nov. 2023 à 12:21, Alexander Kanavin > a écrit : > > > > I think no one actually anticipated all these corner cases when > > devtool was written. In general it's simply not designed to handle > > multiple sources in SRC_URI,

Re: [yocto] [RFC] devtool: support multiple sources

2023-11-22 Thread Julien Stephan
Le mar. 14 nov. 2023 à 12:21, Alexander Kanavin a écrit : > > I think no one actually anticipated all these corner cases when > devtool was written. In general it's simply not designed to handle > multiple sources in SRC_URI, it can do (tarball or git)+patches, and > not any of the other options.

Re: [yocto] [RFC] devtool: support multiple sources

2023-11-14 Thread Alexander Kanavin
I think no one actually anticipated all these corner cases when devtool was written. In general it's simply not designed to handle multiple sources in SRC_URI, it can do (tarball or git)+patches, and not any of the other options. No one is expecting a fix for all of them, perhaps it's best to keep

[yocto] [RFC] devtool: support multiple sources

2023-11-10 Thread Julien Stephan
Hi all, Sorry for the long message here, but I would really appreciate feedback from the community :) I am currently working on bug #14141 (https://bugzilla.yoctoproject.org/show_bug.cgi?id=14141). The main goal of this bug is to correctly support git submodules with devtool. I currently have