mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01:00
bitbake.conf: set PATCHRESOLVE to noop by default
Automatically spawning a devshell, rather than doing so on demand, is questionable default behavior, and is potentially problematic in headless builds. Further, there are problems with the patch resolver today. Default to noop, and the user can always opt-in to use of the patch resolver by setting PATCHRESOLVE to user. (From OE-Core rev: 7964936dd1fb202373e58048c19a91d4b27cdfd6) (From OE-Core rev: 4d8b993851d28909333d04166df592c8adc451aa) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
51f95dfe39
commit
641b2e2b1a
@@ -483,8 +483,8 @@ export LC_ALL = "C"
|
||||
##################################################################
|
||||
# Patch handling.
|
||||
##################################################################
|
||||
PATCHTOOL = 'quilt'
|
||||
PATCHRESOLVE = 'user'
|
||||
PATCHTOOL = "quilt"
|
||||
PATCHRESOLVE = "noop"
|
||||
|
||||
##################################################################
|
||||
# Build flags and options.
|
||||
|
||||
Reference in New Issue
Block a user