summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_common.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 10:52:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-13 14:45:56 +0200
commitc7006e45f3a3bcf75950037c8b309489af19d6aa (patch)
treeb353abc06f7d5b12a8e2436a29928a857d28df96 /rules/post/ptxd_make_world_common.make
parent1c658ac035b38a96332d1d3a379ffacfa355cf7f (diff)
downloadptxdist-c7006e45f3a3bcf75950037c8b309489af19d6aa.tar.gz
ptxdist-c7006e45f3a3bcf75950037c8b309489af19d6aa.tar.xz
add meson conf tool
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/post/ptxd_make_world_common.make')
-rw-r--r--rules/post/ptxd_make_world_common.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/post/ptxd_make_world_common.make b/rules/post/ptxd_make_world_common.make
index 5a4e9a6f3..ffa16a0b1 100644
--- a/rules/post/ptxd_make_world_common.make
+++ b/rules/post/ptxd_make_world_common.make
@@ -55,6 +55,8 @@ ptx/env = \
ptx_python3_host="$(call ptx/escape,$(HOSTPYTHON3))" \
ptx_install_opt_python_host="$(call ptx/escape,$(HOST_PYTHON_INSTALL))" \
\
+ ptx_conf_opt_meson_target="$(call ptx/escape,$(CROSS_MESON_USR))" \
+ \
ptx_xpkg_extra_args=$(PTXCONF_IMAGE_XPKG_EXTRA_ARGS) \
ptx_xpkg_type=$(PTXCONF_HOST_PACKAGE_MANAGEMENT)