* [ptxdist] [PATCH] u-boot.in: Add host-swig, python3-dev dependencies
@ 2023-01-29 10:23 avazquez.dev
2023-02-10 10:57 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: avazquez.dev @ 2023-01-29 10:23 UTC (permalink / raw)
To: ptxdist; +Cc: Alejandro Vazquez
From: Alejandro Vazquez <avazquez.dev@gmail.com>
Some target configurations require swig and python3-dev.
For more information:
https://github.com/u-boot/u-boot/blob/v2023.01/scripts/dtc/README
Signed-off-by: Alejandro Vazquez <avazquez.dev@gmail.com>
---
platforms/u-boot.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 769237081..f784267a4 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -3,6 +3,8 @@
menuconfig U_BOOT
select BOOTLOADER
select HOST_SYSTEM_PYTHON3
+ select HOST_SYSTEM_PYTHON3_DEV
+ select HOST_SWIG
select HOST_OPENSSL if U_BOOT_NEEDS_HOST_OPENSSL
prompt "U-Boot "
bool
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] u-boot.in: Add host-swig, python3-dev dependencies
2023-01-29 10:23 [ptxdist] [PATCH] u-boot.in: Add host-swig, python3-dev dependencies avazquez.dev
@ 2023-02-10 10:57 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-02-10 10:57 UTC (permalink / raw)
To: avazquez.dev; +Cc: ptxdist
On Sun, Jan 29, 2023 at 11:23:56AM +0100, avazquez.dev@gmail.com wrote:
> From: Alejandro Vazquez <avazquez.dev@gmail.com>
>
> Some target configurations require swig and python3-dev.
>
> For more information:
> https://github.com/u-boot/u-boot/blob/v2023.01/scripts/dtc/README
>
> Signed-off-by: Alejandro Vazquez <avazquez.dev@gmail.com>
> ---
> platforms/u-boot.in | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/platforms/u-boot.in b/platforms/u-boot.in
> index 769237081..f784267a4 100644
> --- a/platforms/u-boot.in
> +++ b/platforms/u-boot.in
> @@ -3,6 +3,8 @@
> menuconfig U_BOOT
> select BOOTLOADER
> select HOST_SYSTEM_PYTHON3
> + select HOST_SYSTEM_PYTHON3_DEV
> + select HOST_SWIG
This should be conditional, just like the openssl dependency below.
Michael
> select HOST_OPENSSL if U_BOOT_NEEDS_HOST_OPENSSL
> prompt "U-Boot "
> bool
> --
> 2.34.1
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-10 10:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 10:23 [ptxdist] [PATCH] u-boot.in: Add host-swig, python3-dev dependencies avazquez.dev
2023-02-10 10:57 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox