From c2abd4609217309ec9e1aba949bb45446baf5f8d 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 f6951b0a179..0c242087720 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 -- 2.47.3