From 5ed59ae0f25bf673d514df2371da7e0415b62bb2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 7 Oct 2011 00:00:21 +0100 Subject: [PATCH] local.conf.sample: Disable interactive patch resolution for now since doesn't work well Signed-off-by: Richard Purdie --- meta-yocto/conf/local.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index f6951b0a17..0c24208772 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -204,8 +204,8 @@ USER_CLASSES ?= "image-mklibs image-prelink" # newer Konsole versions behave #TERMCMD = "${XTERM_TERMCMD}" #TERMCMDRUN = "${XTERM_TERMCMDRUN}" -# You can disable interactive patch resolution (tasks will just fail instead) with: -#PATCHRESOLVE = "noop" +# By default disable interactive patch resolution (tasks will just fail instead): +PATCHRESOLVE = "noop" # # Shared-state files from other locations