Module: setup-scripts
Branch: master
Commit: f3aed10703e4bcbbe980dc0f6a5db615ead8c07f

Author: Khem Raj <raj.k...@gmail.com>
Date:   Wed Dec 21 16:27:50 2011 -0800

local.conf: Disable patch in-flight patch resolution

This helps builds to run without manual intervention
incase a patch fails it wont sit there and wait for
someone to fix the patch before it could continue
instead patch apply failure is reported on comandline
and build terminates.

Signed-off-by: Khem Raj <raj.k...@gmail.com>
Signed-off-by: Koen Kooi <k...@dominion.thruhere.net>

---

 conf/local.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/local.conf b/conf/local.conf
index bf7a1b8..1c8dc76 100644
--- a/conf/local.conf
+++ b/conf/local.conf
@@ -21,4 +21,6 @@ DISTRO   = "angstrom-2010.x"
 # Don't generate the mirror tarball for SCM repos, the snapshot is enough
 BB_GENERATE_MIRROR_TARBALLS = "0"
 
-
+# Disable build time patch resolution. This would lauch a devshell
+# and wait for manual intervention. We disable it.
+PATCHRESOLVE = "noop"


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to