mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: avazquez.dev@gmail.com
To: ptxdist@pengutronix.de
Cc: Alejandro Vazquez <avazquez.dev@gmail.com>
Subject: [ptxdist] [PATCH] u-boot.in: Add host-swig, python3-dev dependencies
Date: Sun, 29 Jan 2023 11:23:56 +0100	[thread overview]
Message-ID: <20230129102356.15510-1-avazquez.dev@gmail.com> (raw)

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




             reply	other threads:[~2023-01-29 10:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29 10:23 avazquez.dev [this message]
2023-02-10 10:57 ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230129102356.15510-1-avazquez.dev@gmail.com \
    --to=avazquez.dev@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox