aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2021-06-16 18:05:04 -1000
committerPaul Spooren <mail@aparcar.org>2021-06-21 08:12:21 -1000
commit181054bf7939decd8ce6f32b6f8e2a363ab55e24 (patch)
tree8d9baeebcad2b196344b1e8e943604cc6158b9e6 /config
parent6561ca1fa510003a19ea7f8800535f12e5098ce2 (diff)
downloadupstream-181054bf7939decd8ce6f32b6f8e2a363ab55e24.tar.gz
upstream-181054bf7939decd8ce6f32b6f8e2a363ab55e24.tar.bz2
upstream-181054bf7939decd8ce6f32b6f8e2a363ab55e24.zip
build: create profiles.json per default
The file is a info file just like config.buildinfo, feeds.buildinfo and version.buildinfo. It bundles these and more information in a machine readable way. This commit enables the creation of profiles.json by default and not only for buildbots. By doing so it follow the behaviour of the ImageBuilder which always creates the file, lastly this increases the files visibility for downstream projects. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index 342859b7c0..f0e1aaa695 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -21,7 +21,7 @@ menu "Global build settings"
config JSON_OVERVIEW_IMAGE_INFO
bool "Create JSON info file overview per target"
- default BUILDBOT
+ default y
help
Create a JSON info file called profiles.json in the target
directory containing machine readable list of built profiles