Re: [PATCHv9 01/15] submodule: add lwIP as git submodule

2023-09-22 Thread Alper Nebi Yasak
On 2023-09-21 18:39 +03:00, Tom Rini wrote: > On Wed, Sep 20, 2023 at 07:03:07PM -0600, Simon Glass wrote: >> Hi Maxim, >> >> On Thu, 14 Sept 2023 at 10:20, Maxim Uvarov wrote: >>> >>> add external lwIP library as a git submodule. If we add submodules, they should point to mirrors on source.denx.

Re: [PATCHv9 01/15] submodule: add lwIP as git submodule

2023-09-22 Thread Simon Goldschmidt
On 21.09.2023 09:09, Maxim Uvarov wrote: On Thu, 21 Sept 2023 at 07:06, Simon Glass wrote: Hi Maxim, On Thu, 14 Sept 2023 at 10:20, Maxim Uvarov wrote: add external lwIP library as a git submodule. Oh dear...what is the motivation for using a submodule? Our current stack is nicely in

Re: [PATCHv9 01/15] submodule: add lwIP as git submodule

2023-09-21 Thread Tom Rini
On Wed, Sep 20, 2023 at 07:03:07PM -0600, Simon Glass wrote: > Hi Maxim, > > On Thu, 14 Sept 2023 at 10:20, Maxim Uvarov wrote: > > > > add external lwIP library as a git submodule. > > Oh dear...what is the motivation for using a submodule? That we don't have a better alternative. Using "git

Re: [PATCHv9 01/15] submodule: add lwIP as git submodule

2023-09-21 Thread Maxim Uvarov
On Thu, 21 Sept 2023 at 07:06, Simon Glass wrote: > Hi Maxim, > > On Thu, 14 Sept 2023 at 10:20, Maxim Uvarov > wrote: > > > > add external lwIP library as a git submodule. > > Oh dear...what is the motivation for using a submodule? > > Our current stack is nicely integrated into U-Boot. This wo

Re: [PATCHv9 01/15] submodule: add lwIP as git submodule

2023-09-20 Thread Simon Glass
Hi Maxim, On Thu, 14 Sept 2023 at 10:20, Maxim Uvarov wrote: > > add external lwIP library as a git submodule. Oh dear...what is the motivation for using a submodule? Our current stack is nicely integrated into U-Boot. This would make moving between development branches much more painful. I wo

[PATCHv9 01/15] submodule: add lwIP as git submodule

2023-09-14 Thread Maxim Uvarov
add external lwIP library as a git submodule. Signed-off-by: Maxim Uvarov --- .gitmodules| 3 +++ net/lwip/lwip-external | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 16 net/lwip/lwip-external diff --git a/.gitmodules b/.gitmodules new file