| commit | 237bd08b432baddb5eee06d3e37a73451a9268f7 | [log] [tgz] |
|---|---|---|
| author | Lei YU <yulei.sh@bytedance.com> | Tue Sep 22 11:15:08 2020 +0800 |
| committer | Lei YU <yulei.sh@bytedance.com> | Tue Sep 22 14:11:49 2020 +0800 |
| tree | 0a37ca4e2aa2d1933808ce51de1e307974f6bb00 | |
| parent | f684ad6ea817b3056790bc0cbefe77648c5aad80 [diff] |
build-setup: Inject environments to local.conf
Add ENV_LOCAL_CONF so that the environment could be injected into local.conf
of the openbmc build.
Typically the ENV_LOCAL_CONF could be defined as a variable containing
key=value with newlines, e.g.
export ENV_LOCAL_CONF="key1=\"${value1}\"
key2=\"${value2}\""
So that the below texts are appended into local.conf for the build:
key1="value1"
key2="value2"
Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I4cffece334b8257e3a82a5fae7cf3813d1f489eb
Build script for CI jobs in Jenkins.