瀏覽代碼

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 <[email protected]>
Paul Spooren 4 年之前
父節點
當前提交
181054bf79
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/Config-build.in

+ 1 - 1
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