Re: [PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh

2020-06-15 Thread Thomas Huth
On 15/06/2020 10.28, Philippe Mathieu-Daudé wrote: > On 6/15/20 10:13 AM, Thomas Huth wrote: >> On 15/06/2020 09.49, Philippe Mathieu-Daudé wrote: >>> The git-submodule.sh script is called by make and initialize the >>> submodules listed in the GIT_SUBMODULES variable generated by >>> ./configure.

Re: [PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh

2020-06-15 Thread Thomas Huth
On 15/06/2020 11.19, Daniel P. Berrangé wrote: > On Mon, Jun 15, 2020 at 09:49:19AM +0200, Philippe Mathieu-Daudé wrote: >> The git-submodule.sh script is called by make and initialize the >> submodules listed in the GIT_SUBMODULES variable generated by >> ./configure. >> >> SLOF is required for bu

Re: [PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh

2020-06-15 Thread Daniel P . Berrangé
On Mon, Jun 15, 2020 at 09:49:19AM +0200, Philippe Mathieu-Daudé wrote: > The git-submodule.sh script is called by make and initialize the > submodules listed in the GIT_SUBMODULES variable generated by > ./configure. > > SLOF is required for building the s390-ccw firmware on s390x, since > it is

Re: [PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh

2020-06-15 Thread Philippe Mathieu-Daudé
On 6/15/20 10:13 AM, Thomas Huth wrote: > On 15/06/2020 09.49, Philippe Mathieu-Daudé wrote: >> The git-submodule.sh script is called by make and initialize the >> submodules listed in the GIT_SUBMODULES variable generated by >> ./configure. >> >> SLOF is required for building the s390-ccw firmware

Re: [PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh

2020-06-15 Thread Thomas Huth
On 15/06/2020 09.49, Philippe Mathieu-Daudé wrote: > The git-submodule.sh script is called by make and initialize the > submodules listed in the GIT_SUBMODULES variable generated by > ./configure. > > SLOF is required for building the s390-ccw firmware on s390x, since > it is using the libnet code

[PATCH v3] configure: Let SLOF be initialized by ./scripts/git-submodule.sh

2020-06-15 Thread Philippe Mathieu-Daudé
The git-submodule.sh script is called by make and initialize the submodules listed in the GIT_SUBMODULES variable generated by ./configure. SLOF is required for building the s390-ccw firmware on s390x, since it is using the libnet code from SLOF for network booting. Add it to the GIT_SUBMODULES w