Re: [PATCH v3 02/25] mbedtls: Add script to update MbedTLS subtree

2024-06-05 Thread Andy Shevchenko
On Wed, Jun 05, 2024 at 10:11:04AM +0300, Ilias Apalodimas wrote: > On Tue, 4 Jun 2024 at 23:10, Andy Shevchenko > wrote: > > On Fri, May 31, 2024 at 09:32:38AM +0300, Ilias Apalodimas wrote: > > > On Tue, 28 May 2024 at 17:10, Raymond Mao wrote: ... > > > > +if ! git remote get-url

Re: [PATCH v3 02/25] mbedtls: Add script to update MbedTLS subtree

2024-06-05 Thread Ilias Apalodimas
On Tue, 4 Jun 2024 at 23:10, Andy Shevchenko wrote: > > On Fri, May 31, 2024 at 09:32:38AM +0300, Ilias Apalodimas wrote: > > On Tue, 28 May 2024 at 17:10, Raymond Mao wrote: > > > > > > lib/mbedtls/update-mbedtls-subtree.sh is a wrapper of git subtree > > > commands. > > > Usage from U-Boot top

Re: [PATCH v3 02/25] mbedtls: Add script to update MbedTLS subtree

2024-06-04 Thread Andy Shevchenko
On Fri, May 31, 2024 at 09:32:38AM +0300, Ilias Apalodimas wrote: > On Tue, 28 May 2024 at 17:10, Raymond Mao wrote: > > > > lib/mbedtls/update-mbedtls-subtree.sh is a wrapper of git subtree > > commands. > > Usage from U-Boot top directory, run: ... > > +if ! git remote get-url

Re: [PATCH v3 02/25] mbedtls: Add script to update MbedTLS subtree

2024-05-31 Thread Ilias Apalodimas
On Tue, 28 May 2024 at 17:10, Raymond Mao wrote: > > lib/mbedtls/update-mbedtls-subtree.sh is a wrapper of git subtree > commands. > Usage from U-Boot top directory, run: > > $ ./lib/mbedtls/update-mbedtls-subtree.sh pull > $ ./lib/mbedtls/update-mbedtls-subtree.sh pick > > Signed-off-by: