Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-27 Thread Marc-André Lureau
Hi On Fri, Aug 27, 2021 at 1:03 PM Daniel P. Berrangé wrote: > On Wed, Aug 25, 2021 at 07:12:10PM +0100, Peter Maydell wrote: > > On Wed, 25 Aug 2021 at 14:28, Philippe Mathieu-Daudé > wrote: > > > > > > On 8/25/21 2:43 PM, marcandre.lur...@redhat.com wrote: > > > > From: Marc-André Lureau > >

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-27 Thread Daniel P . Berrangé
On Wed, Aug 25, 2021 at 07:12:10PM +0100, Peter Maydell wrote: > On Wed, 25 Aug 2021 at 14:28, Philippe Mathieu-Daudé wrote: > > > > On 8/25/21 2:43 PM, marcandre.lur...@redhat.com wrote: > > > From: Marc-André Lureau > > > > > > DTC is widely available, we could consider to stop bundling it. > >

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-26 Thread David Gibson
On Thu, Aug 26, 2021 at 11:34:59AM +0400, Marc-André Lureau wrote: > Hi > > On Thu, Aug 26, 2021 at 7:11 AM David Gibson > wrote: > > > On Thu, Aug 26, 2021 at 12:11:17AM +0400, Marc-André Lureau wrote: > > > Hi > > > > > > On Thu, Aug 26, 2021 at 12:00 AM Peter Maydell > > > > > wrote: > > > >

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-26 Thread Philippe Mathieu-Daudé
On 8/26/21 9:34 AM, Marc-André Lureau wrote: > Hi > > On Thu, Aug 26, 2021 at 7:11 AM David Gibson > mailto:da...@gibson.dropbear.id.au>> wrote: > > On Thu, Aug 26, 2021 at 12:11:17AM +0400, Marc-André Lureau wrote: > > Hi > > > > On Thu, Aug 26, 2021 at 12:00 AM Peter Maydell >

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-26 Thread Marc-André Lureau
Hi On Thu, Aug 26, 2021 at 7:11 AM David Gibson wrote: > On Thu, Aug 26, 2021 at 12:11:17AM +0400, Marc-André Lureau wrote: > > Hi > > > > On Thu, Aug 26, 2021 at 12:00 AM Peter Maydell > > > wrote: > > > > > On Wed, 25 Aug 2021 at 20:55, Marc-André Lureau > > > wrote: > > > > fdt_check_full w

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-25 Thread David Gibson
On Thu, Aug 26, 2021 at 12:11:17AM +0400, Marc-André Lureau wrote: > Hi > > On Thu, Aug 26, 2021 at 12:00 AM Peter Maydell > wrote: > > > On Wed, 25 Aug 2021 at 20:55, Marc-André Lureau > > wrote: > > > fdt_check_full was added in 1.4.7: > > > https://git.kernel.org/pub/scm/utils/dtc/dtc.git/ta

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-25 Thread Marc-André Lureau
Hi On Thu, Aug 26, 2021 at 12:00 AM Peter Maydell wrote: > On Wed, 25 Aug 2021 at 20:55, Marc-André Lureau > wrote: > > fdt_check_full was added in 1.4.7: > > https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tag/?h=v1.4.7 > > > > Only ubuntu appears to be lagging a bit behind. I wonder if they

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-25 Thread Peter Maydell
On Wed, 25 Aug 2021 at 20:55, Marc-André Lureau wrote: > fdt_check_full was added in 1.4.7: > https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tag/?h=v1.4.7 > > Only ubuntu appears to be lagging a bit behind. I wonder if they would > consider an update. I doubt it. You would need to wait until t

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-25 Thread Marc-André Lureau
Hi On Wed, Aug 25, 2021 at 10:13 PM Peter Maydell wrote: > On Wed, 25 Aug 2021 at 14:28, Philippe Mathieu-Daudé > wrote: > > > > On 8/25/21 2:43 PM, marcandre.lur...@redhat.com wrote: > > > From: Marc-André Lureau > > > > > > DTC is widely available, we could consider to stop bundling it. > >

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-25 Thread Peter Maydell
On Wed, 25 Aug 2021 at 14:28, Philippe Mathieu-Daudé wrote: > > On 8/25/21 2:43 PM, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > DTC is widely available, we could consider to stop bundling it. > > > > curl -s 'https://repology.org/api/v1/project/dtc' | \ > >jq -r 'g

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-25 Thread Philippe Mathieu-Daudé
On 8/25/21 2:43 PM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > DTC is widely available, we could consider to stop bundling it. > > curl -s 'https://repology.org/api/v1/project/dtc' | \ >jq -r 'group_by(.repo) | .[] | "\(.[0].repo): \(map(.version))"' | \ >egrep -i

Re: [PATCH] RFC: build-sys: drop dtc submodule

2021-08-25 Thread Mark Cave-Ayland
On 25/08/2021 13:43, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau DTC is widely available, we could consider to stop bundling it. curl -s 'https://repology.org/api/v1/project/dtc' | \ jq -r 'group_by(.repo) | .[] | "\(.[0].repo): \(map(.version))"' | \ egrep -i 'ubuntu

[PATCH] RFC: build-sys: drop dtc submodule

2021-08-25 Thread marcandre . lureau
From: Marc-André Lureau DTC is widely available, we could consider to stop bundling it. curl -s 'https://repology.org/api/v1/project/dtc' | \ jq -r 'group_by(.repo) | .[] | "\(.[0].repo): \(map(.version))"' | \ egrep -i 'ubuntu_18|debian_old|rhel|centos|bsd|suse_leap_15_2|sles|homebrew|p