summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2022-03-29 02:12:39 +0300
committerWilly Tu <wltu@google.com>2022-03-29 17:04:52 +0300
commit6886bfed9f534fdd0f16aca0f01f30ace0fe6cc9 (patch)
treeedc409c760f47ce6448cccd99a2ec69fe5edf50d /meta-google
parentc93f10bdd66f21d740071703bc6112e0051f647d (diff)
downloadopenbmc-6886bfed9f534fdd0f16aca0f01f30ace0fe6cc9.tar.xz
meta-google: Enable patch fuzz to be error instead of warning
Change-Id: I71d6114928ae63c7a98deb723a25bb7e82e1bf13 Signed-off-by: Willy Tu <wltu@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/conf/distro/gbmc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf
index 12a6d53794..7b5ca3d963 100644
--- a/meta-google/conf/distro/gbmc.conf
+++ b/meta-google/conf/distro/gbmc.conf
@@ -30,3 +30,6 @@ PREFERRED_PROVIDER_virtual/bmc-update ?= "inplace-gbmc-update"
FIT_HASH_ALG = "crc32"
OBMC_ORG_YAML_SUBDIRS += " com/google"
+
+# Force the patches to not have any fuzz for gBMC
+ERROR_QA:append = " patch-fuzz"