[ptxdist] [PATCH] tf-a: stop defining AS and other variables in cross make env

2024-04-09 Thread Ahmad Fatoum
The MAKE_ENV incantation results in PTXdist defining variables like AS and LD that point at the respective tools in the cross toolchain. This was unused as TF-A doesn't consult the AS setting in the environment, and unneeded, because we already supply a CROSS_COMPILE option, which is used to

Re: [ptxdist] [PATCH 1/2] Fix typos "can/must be uses" -> "used"

2024-04-09 Thread Alexander Dahl
Hello Markus, Am Tue, Apr 09, 2024 at 09:37:44AM +0200 schrieb Markus Heidelberg: > Signed-off-by: Markus Heidelberg > --- > doc/multi_image_platforms.inc | 6 +++--- > doc/ref_make_variables.rst| 6 +++--- > rules/other/Toplevel.make | 2 +- > 3 files changed, 7 insertions(+), 7

Re: [ptxdist] [PATCH] tf-a: stop defining AS and other variables in cross make env

2024-04-09 Thread Christian Melki
On 4/9/24 12:37 PM, Ahmad Fatoum wrote: Hello Christian, On 09.04.24 12:23, Christian Melki wrote: On 4/9/24 11:08 AM, Ahmad Fatoum wrote: The MAKE_ENV incantation results in PTXdist defining variables like AS and LD that point at the respective tools in the cross toolchain. This was

Re: [ptxdist] [PATCH 2/2] Fix duplicated "to to" in texts

2024-04-09 Thread Alexander Dahl
Am Tue, Apr 09, 2024 at 09:37:45AM +0200 schrieb Markus Heidelberg: > Signed-off-by: Markus Heidelberg > --- > doc/ref_make_variables.rst | 2 +- > platforms/image_ipkg.in| 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/ref_make_variables.rst

[ptxdist] [PATCH] tf-a: stop defining AS and other variables in cross make env

2024-04-09 Thread Ahmad Fatoum
The MAKE_ENV incantation results in PTXdist defining variables like AS and LD that point at the respective tools in the cross toolchain. This was unneeded as we already supply the TF-A built with a CROSS_COMPILE option, which is used to derive the correct tools, but it didn't hurt. This will

Re: [ptxdist] [PATCH] tf-a: stop defining AS and other variables in cross make env

2024-04-09 Thread Christian Melki
On 4/9/24 11:08 AM, Ahmad Fatoum wrote: The MAKE_ENV incantation results in PTXdist defining variables like AS and LD that point at the respective tools in the cross toolchain. This was unneeded as we already supply the TF-A built with a CROSS_COMPILE option, which is used to derive the

Re: [ptxdist] [PATCH] tf-a: stop defining AS and other variables in cross make env

2024-04-09 Thread Ahmad Fatoum
Hello Christian, On 09.04.24 12:23, Christian Melki wrote: > > > On 4/9/24 11:08 AM, Ahmad Fatoum wrote: >> The MAKE_ENV incantation results in PTXdist defining variables like AS >> and LD that point at the respective tools in the cross toolchain. >> >> This was unneeded as we already supply

[ptxdist] [PATCH 1/2] Fix typos "can/must be uses" -> "used"

2024-04-09 Thread Markus Heidelberg
Signed-off-by: Markus Heidelberg --- doc/multi_image_platforms.inc | 6 +++--- doc/ref_make_variables.rst| 6 +++--- rules/other/Toplevel.make | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/multi_image_platforms.inc b/doc/multi_image_platforms.inc index

[ptxdist] [PATCH 0/2] Fix a few typos and duplicated words

2024-04-09 Thread Markus Heidelberg
Markus Heidelberg (2): Fix typos "can/must be uses" -> "used" Fix duplicated "to to" in texts doc/multi_image_platforms.inc | 6 +++--- doc/ref_make_variables.rst| 6 +++--- platforms/image_ipkg.in | 2 +- rules/other/Toplevel.make | 2 +- 4 files changed, 8 insertions(+), 8

[ptxdist] [PATCH 2/2] Fix duplicated "to to" in texts

2024-04-09 Thread Markus Heidelberg
Signed-off-by: Markus Heidelberg --- doc/ref_make_variables.rst | 2 +- platforms/image_ipkg.in| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref_make_variables.rst b/doc/ref_make_variables.rst index 6bba9db5d..775ff71be 100644 --- a/doc/ref_make_variables.rst +++

[ptxdist] [PATCH] chrony: Fix URL.

2024-04-09 Thread Christian Melki
tuxfamily.org seems down. Atleast partly. Might as well adjust the URL to something officially listed at: https://chrony-project.org/download.html Signed-off-by: Christian Melki --- rules/chrony.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/chrony.make

[ptxdist] [PATCH] libarchive: Version bump. 3.7.2 -> 3.7.3

2024-04-09 Thread Christian Melki
Version bump after the xz debacle. libarchive was affected by the same malicious user and 3.7.3 has reviewed relevant commits. https://github.com/libarchive/libarchive/releases/tag/v3.7.3 https://github.com/libarchive/libarchive/issues/2103 Signed-off-by: Christian Melki ---