diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 00:00:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 00:00:21 +0100 |
commit | 5ed59ae0f25bf673d514df2371da7e0415b62bb2 (patch) | |
tree | a60aabcd5c6dc760c8239bcb6098045d97c72f2b | |
parent | e02d553b45808b788c721c0722379d6b37c0b7d8 (diff) | |
download | poky-5ed59ae0f25bf673d514df2371da7e0415b62bb2.tar.gz |
local.conf.sample: Disable interactive patch resolution for now since doesn't work well
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 4 |
1 files 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" | |||
204 | # newer Konsole versions behave | 204 | # newer Konsole versions behave |
205 | #TERMCMD = "${XTERM_TERMCMD}" | 205 | #TERMCMD = "${XTERM_TERMCMD}" |
206 | #TERMCMDRUN = "${XTERM_TERMCMDRUN}" | 206 | #TERMCMDRUN = "${XTERM_TERMCMDRUN}" |
207 | # You can disable interactive patch resolution (tasks will just fail instead) with: | 207 | # By default disable interactive patch resolution (tasks will just fail instead): |
208 | #PATCHRESOLVE = "noop" | 208 | PATCHRESOLVE = "noop" |
209 | 209 | ||
210 | # | 210 | # |
211 | # Shared-state files from other locations | 211 | # Shared-state files from other locations |