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> --- 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" -- 1.7.5.4 _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel