[elbe-devel] [PATCH v3 4/4] doc: add cross parameter to pbuilder description

Christian Teklenborg chris at linutronix.de
Mon Apr 27 16:35:44 CEST 2020


Signed-off-by: Christian Teklenborg <chris at linutronix.de>
---
 docs/elbe-pbuilder.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/elbe-pbuilder.txt b/docs/elbe-pbuilder.txt
index bb2f815f..78ed84dc 100644
--- a/docs/elbe-pbuilder.txt
+++ b/docs/elbe-pbuilder.txt
@@ -43,13 +43,18 @@ OPTIONS
 	Specify the build profile(s) to build. (dpkg-buildpackage -P<profile>)
 	Provide multiple profiles as a comma separated list.
 
+--cross::
+        Combined with the create command it creates a chroot environment to make
+        crossbuilding possible. Combined with the build command it will use
+        this environment for crossbuilding.
+
 COMMANDS
 --------
 
 'create'::
 
 A pbuilder environment for the given project or xml File will be created.
-
+If --cross is given the pbuilder environment will be created to crossbuild packages.
 
 'build'::
 
-- 
2.20.1




More information about the elbe-devel mailing list