mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
setup-config: disable version-going-backwards error when using buildhistory
The version-going-backwards ERROR_QA option should be disabled when using buildhistory. Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
This commit is contained in:
parent
81563846bf
commit
1db6f2f787
|
@ -119,6 +119,7 @@ if contains(["BUILD_HISTORY_DIR", "build-history-targets", "BUILD_HISTORY_REPO"]
|
|||
variables.append('INHERIT += "buildhistory"')
|
||||
variables.append('BUILDHISTORY_DIR = "%s"' % bh_path)
|
||||
variables.append('BUILDHISTORY_PUSH_REPO = "%s %s:%s"' % (remoterepo, remotebranch, remotebranch))
|
||||
variables.append('ERROR_QA_remove = "version-going-backwards"')
|
||||
|
||||
print("Writing %s with contents:" % autoconf)
|
||||
with open(autoconf, "w") as f:
|
||||
|
|
Loading…
Reference in New Issue
Block a user