All of lore.kernel.org
 help / color / mirror / Atom feed
* [V2 Patch 1/2] Disables OCaml tools.
@ 2015-12-16 17:08 Machon Gregory
  2015-12-16 17:08 ` [V2 Patch 2/2] Enables XSM functionality in builds that contain "xsm" in the PACKAGECONFIG Machon Gregory
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Machon Gregory @ 2015-12-16 17:08 UTC (permalink / raw)
  To: meta-virtualization

There is currently no support for OCaml in OpenEmbedded.

Signed-off-by: Machon Gregory <mbgrego@tycho.nsa.gov>
---
 recipes-extended/xen/xen.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 00f1823..9e35459 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -712,6 +712,7 @@ EXTRA_OECONF += " \
     --disable-pv-grub \
     --disable-xenstore-stubdom \
     --disable-rombios \
+    --disable-ocamltools \
     "
 
 do_configure() {
-- 
2.1.0



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

end of thread, other threads:[~2015-12-26  3:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-16 17:08 [V2 Patch 1/2] Disables OCaml tools Machon Gregory
2015-12-16 17:08 ` [V2 Patch 2/2] Enables XSM functionality in builds that contain "xsm" in the PACKAGECONFIG Machon Gregory
2015-12-22  5:45   ` Doug Goldstein
2015-12-22 12:25     ` M. Gregory
2015-12-22 14:40       ` Doug Goldstein
2015-12-21 20:11 ` [V2 Patch 1/2] Disables OCaml tools Doug Goldstein
2015-12-22 18:27   ` Chris Patterson
2015-12-26  3:53 ` Bruce Ashfield

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.