summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-06 12:00:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-06 12:06:54 +0100
commitbe1d41fdce3ef3082d138dedccfaff32c8031f42 (patch)
treeb9f80e1ddedeeb3e08dff867d1ccbfb41294ba76 /platforms
parent926a3dd85f7df66bd5879b87cfd5e7c556c12a07 (diff)
downloadptxdist-be1d41fdce3ef3082d138dedccfaff32c8031f42.tar.gz
ptxdist-be1d41fdce3ef3082d138dedccfaff32c8031f42.tar.xz
rules: allow selecting most host packages in the platformconfig
Do this by including the the hosttools_noprompt section for the platformconfig. This way, we don't need to manually add a package to the platformconfig when it is needed. Exceptions are special packages that are always enabled and host-gobject-introspection because it needs host-qemu. These packages are now in the new hosttools_noprompt_ptx section. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/Kconfig b/platforms/Kconfig
index dedc9a9e8..8373f613a 100644
--- a/platforms/Kconfig
+++ b/platforms/Kconfig
@@ -30,4 +30,5 @@ source "generated/image.in"
source "generated/image2.in"
endmenu
+source "generated/hosttools_noprompt.in"
source "generated/hosttools_platform.in"