[build]: Add a user defined rules/config file not tracked by git (#5325)
This change introduce the rules/config.user file. It gets loaded after rules/config as a mean to override default values. If the configuration file does not exists this step is ignored. Since this path is tracked by .gitignore, it provides a mean to change the configuration of sonic build without dirtying the git tree. Signed-off-by: Samuel Angebault <staphylo@arista.com>
This commit is contained in:
parent
8bac4904b8
commit
7e2fa7d997
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
||||
.arch
|
||||
.platform
|
||||
.screen
|
||||
rules/config.user
|
||||
|
||||
# Build artifacts
|
||||
fsroot/
|
||||
|
Loading…
Reference in New Issue
Block a user