diff options
-rw-r--r-- | meta/lib/oe/buildhistory_analysis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/buildhistory_analysis.py b/meta/lib/oe/buildhistory_analysis.py index 7dec6c1342..a5a607e30b 100644 --- a/meta/lib/oe/buildhistory_analysis.py +++ b/meta/lib/oe/buildhistory_analysis.py | |||
@@ -24,7 +24,7 @@ numeric_fields = ['PKGSIZE', 'IMAGESIZE'] | |||
24 | # Fields to monitor | 24 | # Fields to monitor |
25 | monitor_fields = ['RDEPENDS', 'RRECOMMENDS', 'PACKAGES', 'FILELIST', 'PKGSIZE', 'IMAGESIZE', 'PKG', 'PKGE', 'PKGV', 'PKGR'] | 25 | monitor_fields = ['RDEPENDS', 'RRECOMMENDS', 'PACKAGES', 'FILELIST', 'PKGSIZE', 'IMAGESIZE', 'PKG', 'PKGE', 'PKGV', 'PKGR'] |
26 | # Percentage change to alert for numeric fields | 26 | # Percentage change to alert for numeric fields |
27 | monitor_numeric_threshold = 20 | 27 | monitor_numeric_threshold = 10 |
28 | # Image files to monitor (note that image-info.txt is handled separately) | 28 | # Image files to monitor (note that image-info.txt is handled separately) |
29 | img_monitor_files = ['installed-package-names.txt', 'files-in-image.txt'] | 29 | img_monitor_files = ['installed-package-names.txt', 'files-in-image.txt'] |
30 | # Related context fields for reporting (note: PE, PV & PR are always reported for monitored package fields) | 30 | # Related context fields for reporting (note: PE, PV & PR are always reported for monitored package fields) |