Set PATCHRESOLVE to noop by default

Message ID e1536c66-ad43-62c7-d762-bcf3cf7898d9@web.de
State Accepted, archived
Headers show
Series Set PATCHRESOLVE to noop by default | expand

Commit Message

Jan Kiszka Nov. 14, 2020, 1:53 a.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

The "user" resolution would require to add quilt to the buildchroot and
is furthermore rather unhandy to stop in case resolution should take
place outside of the build environment.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/conf/bitbake.conf | 2 ++
 1 file changed, 2 insertions(+)

--
2.26.2

Comments

Anton Mikanovich Nov. 26, 2020, 5:57 a.m. UTC | #1
14.11.2020 14:53, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> The "user" resolution would require to add quilt to the buildchroot and
> is furthermore rather unhandy to stop in case resolution should take
> place outside of the build environment.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Applied to next, thanks.

Patch

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a3e2af2c..acce55de 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -117,3 +117,5 @@  include conf/local.conf
 include conf/multiconfig/${BB_CURRENT_MC}.conf
 include conf/machine/${MACHINE}.conf
 include conf/distro/${DISTRO}.conf
+
+PATCHRESOLVE ?= "noop"