all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34304] [PATCH] doc: Document how to enable qemu binfmt service and how to use it.
@ 2019-02-03 15:46 Danny Milosavljevic
  2019-02-03 23:59 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2019-02-03 15:46 UTC (permalink / raw)
  To: 34304

* doc/contributing.texi (Submitting Patches): Document how to enable qemu
binfmt service and how to use it.
---
 doc/contributing.texi | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index ecc20dabc..c086e3c9a 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -813,6 +813,29 @@ name of the new or modified package, and fix any errors it reports
 Make sure the package builds on your platform, using @code{guix build
 @var{package}}.
 
+@item
+We recommend you also try to build the package on other platforms.  We
+do not presume that you have all the platforms, therefore we recommend
+using the qemu binfmt service of GuixSD.  In order to enable it, add
+the following service to your operating-system configuration's services:
+
+@example
+(service qemu-binfmt-service-type
+ (qemu-binfmt-configuration
+   (platforms (lookup-qemu-platforms "arm" "aarch64" "ppc" "mips64el"))
+   (guix-support? #t)))
+@end example
+
+Then reconfigure your system.
+
+You can then build packages like the following, respectively:
+@example
+guix build --system=armhf-linux --rounds=2 my-package
+guix build --system=aarch64-linux --rounds=2 my-package
+guix build --system=powerpc-linux --rounds=2 my-package
+guix build --system=mips64el-linux --rounds=2 my-package
+@end example
+
 @item
 @cindex bundling
 Make sure the package does not use bundled copies of software already

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-04 16:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-03 15:46 [bug#34304] [PATCH] doc: Document how to enable qemu binfmt service and how to use it Danny Milosavljevic
2019-02-03 23:59 ` Ricardo Wurmus
2019-02-04 16:58   ` bug#34304: " Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.