mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: mtr@pengutronix.de
Subject: [ptxdist] [PATCH] template-src-linux-driver: add HOST_SYSTEM_PYTHON3 dependency
Date: Mon,  4 Jul 2022 12:39:08 +0200	[thread overview]
Message-ID: <20220704103908.3085404-1-m.tretter@pengutronix.de> (raw)

Since commit a637a4e50bac ("template-src-linux-driver: generate
compile_commands.json at build-time") the make template of the modules
uses the kernel's script to generate the compile_commands.json.

As this is a Python 3 script, kernel modules need the
HOST_SYSTEM_PYTHON3 dependency.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/templates/template-src-linux-driver-in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/templates/template-src-linux-driver-in b/rules/templates/template-src-linux-driver-in
index 7cb61c87cd46..4d0463a9f3f0 100644
--- a/rules/templates/template-src-linux-driver-in
+++ b/rules/templates/template-src-linux-driver-in
@@ -3,6 +3,7 @@
 config @PACKAGE@
 	tristate
 	select KERNEL
+	select HOST_SYSTEM_PYTHON3
 	prompt "@package@"
 	help
 	  FIXME
-- 
2.30.2




             reply	other threads:[~2022-07-04 10:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04 10:39 Michael Tretter [this message]
2022-07-29  6:23 ` [ptxdist] [APPLIED] " 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=20220704103908.3085404-1-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --cc=mtr@pengutronix.de \
    --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