[Buildroot] [PATCH] doc/manual: document the new waf-package infra variables

Romain Naour romain.naour at gmail.com
Sun Dec 11 15:10:15 UTC 2016


Document LIBFOO_WAF_OPTS, LIBFOO_BUILD_OPTS,
LIBFOO_INSTALL_STAGING_OPTS and LIBFOO_INSTALL_TARGET_OPTS.

Also document LIBFOO_CONF_OPTS which was missing in waf-package
reference.

Signed-off-by: Romain Naour <romain.naour at gmail.com>
Cc: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 docs/manual/adding-packages-waf.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/docs/manual/adding-packages-waf.txt b/docs/manual/adding-packages-waf.txt
index 3c0dbe4..67c6eff 100644
--- a/docs/manual/adding-packages-waf.txt
+++ b/docs/manual/adding-packages-waf.txt
@@ -65,3 +65,20 @@ also be defined.
   default, then Buildroot will use the waf executable provided in the
   package source tree; if set to +YES+, then Buidlroot will download,
   install waf as a host tool and use it to build the package.
+
+* +LIBFOO_WAF_OPTS+, to specify additional options to pass to the waf
+  script each time it is called. By default, empty.
+
+* +LIBFOO_CONF_OPTS+, to specify additional options to pass to the
+  waf script for the configuration step. By default, empty.
+
+* +LIBFOO_BUILD_OPTS+, to specify additional options to pass to the
+  waf script for the build step. By default, empty.
+
+* +LIBFOO_INSTALL_STAGING_OPTS+, to specify additional options used
+  by the waf script to install the package to the staging directory.
+  By default, empty.
+
+* +LIBFOO_INSTALL_TARGET_OPTS+, to specify additional options used
+  by the waf script to install the package to the target directory.
+  By default, empty.
-- 
2.5.5




More information about the buildroot mailing list