Re: [PATCH 0/5] patman: Separate gitutil fully

2025-04-09 Thread Tom Rini
On Wed, Apr 09, 2025 at 07:04:48AM -0600, Simon Glass wrote: > Hi Tom, > > On Tue, 8 Apr 2025 at 16:13, Tom Rini wrote: > > > > On Mon, Apr 07, 2025 at 10:51:42PM +1200, Simon Glass wrote: > > > > > > > > The gitutil module uses Patman's settings module, which is not allowed > > > as it is suppos

Re: [PATCH 0/5] patman: Separate gitutil fully

2025-04-09 Thread Simon Glass
Hi Tom, On Wed, 9 Apr 2025 at 07:04, Simon Glass wrote: > > Hi Tom, > > On Tue, 8 Apr 2025 at 16:13, Tom Rini wrote: > > > > On Mon, Apr 07, 2025 at 10:51:42PM +1200, Simon Glass wrote: > > > > > > > > The gitutil module uses Patman's settings module, which is not allowed > > > as it is supposed

Re: [PATCH 0/5] patman: Separate gitutil fully

2025-04-09 Thread Simon Glass
Hi Tom, On Tue, 8 Apr 2025 at 16:13, Tom Rini wrote: > > On Mon, Apr 07, 2025 at 10:51:42PM +1200, Simon Glass wrote: > > > > > The gitutil module uses Patman's settings module, which is not allowed > > as it is supposed to be a separate package. This series ties up this > > dependency. > > > > T

Re: [PATCH 0/5] patman: Separate gitutil fully

2025-04-08 Thread Tom Rini
On Mon, Apr 07, 2025 at 10:51:42PM +1200, Simon Glass wrote: > > The gitutil module uses Patman's settings module, which is not allowed > as it is supposed to be a separate package. This series ties up this > dependency. > > This series depends on these two patches being applied: > > https://pa

[PATCH 0/5] patman: Separate gitutil fully

2025-04-07 Thread Simon Glass
The gitutil module uses Patman's settings module, which is not allowed as it is supposed to be a separate package. This series ties up this dependency. This series depends on these two patches being applied: https://patchwork.ozlabs.org/project/uboot/patch/20250227192735.406389-1-...@chromium.o