如何在 tizen gbs 构建中使用自定义位置构建配置文件?

How to use custom location build configuration file in tizen gbs build?

来自 gbs build wiki 它说,如果存在 Specific_Project/.gbs.conf 文件,则在构建项目时使用该文件中的配置与GBS。如果不是,则使用 ~/.gbs.conf 中的默认 GBS 配置。

在使用 gbs 构建项目时,如何使用自定义位置(如 \home\pub\files.gbs.conf 中的配置文件?

使用-c参数

gbs -c <gbs-conf-file-full-path>