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:51 +0100 |
commit | 195cde3bb8ca43e7eb1660a47a1cad34f176dc34 (patch) | |
tree | bdcc24e089b5cbc9e4dadfbd5390697d88d52438 | |
parent | fe76b87e8a9d797555869474daa38114ecddd3da (diff) | |
download | poky-195cde3bb8ca43e7eb1660a47a1cad34f176dc34.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 |