From 7a5d849857fa6e9b850676e15b7abc87e12f3dcb Mon Sep 17 00:00:00 2001 From: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:17:52 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20No=20CONFIG=5FEXAMPLES=5FDIR=20i?= =?UTF-8?q?n=20config=20signature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/share/PlatformIO/scripts/signature.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildroot/share/PlatformIO/scripts/signature.py b/buildroot/share/PlatformIO/scripts/signature.py index 820e6b7d653..8723969c003 100755 --- a/buildroot/share/PlatformIO/scripts/signature.py +++ b/buildroot/share/PlatformIO/scripts/signature.py @@ -31,7 +31,6 @@ def enabled_defines(filepath): our crude scraping method and the actual compiler output. We end up with the actual configured state, better than what the config files say. You can then use the - a decent reflection of all enabled options that (probably) came from resulting config.ini to produce more exact configuration files. ''' outdict = {} @@ -188,7 +187,7 @@ def compute_build_signature(env): ini_fmt = '{0:40} = {1}' ext_fmt = '{0:40} {1}' - ignore = ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_EXPORT') + ignore = ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_EXAMPLES_DIR', 'CONFIG_EXPORT') if extended_dump: # Extended export will dump config options by section