From e18974a86cc0fc4432c5aff3298a6eed93009c8c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 2 Sep 2022 10:05:47 +0200 Subject: [PATCH] scripts/run-patchmetrics: remove conf/templateconf.cfg as well between builds With the recent template config changes to oe-core its content is no longer backwards compatible. '-f' is to guarantee future compatibility with build setups where the file is not present. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- scripts/run-patchmetrics | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run-patchmetrics b/scripts/run-patchmetrics index 1c805ec..50d9214 100755 --- a/scripts/run-patchmetrics +++ b/scripts/run-patchmetrics @@ -34,6 +34,7 @@ for branch in master kirkstone dunfell; do git -C $PARENTDIR reset origin/$branch --hard rm conf/local.conf rm conf/bblayers.conf + rm -f conf/templateconf.cfg rm tmp/ -rf unset BB_ENV_PASSTHROUGH_ADDITIONS unset BB_ENV_EXTRAWHITE