| commit | 0af80a467a1f4f31c552e7ef7755043fa6edf3c2 | [log] [tgz] |
|---|---|---|
| author | Adriana Kobylak <anoo@us.ibm.com> | Tue May 05 13:32:10 2020 -0500 |
| committer | Adriana Kobylak <anoo@linux.ibm.com> | Wed Jun 03 15:26:28 2020 +0000 |
| tree | b4b5f07417cbaea3cdf8ebd3850ab3daf4eb0e56 | |
| parent | bc1facd76a6de42e46f79b88574428a245d3cbfe [diff] |
meson: build: Initial commit, create config file
Create the meson.build and meson_options.txt to generate a config.h
file. Set the config default values to static as it's set currently
and the values that the recipe sets as a default (max number of
versions to 1 and media directory to /run/media).
Tested: Verified the meson-generated config.h fle was equivalent to
the autotools-generated one. Verified config values were
changed with the config options, ex: 'meson build -Dbmc-layout=ubi'
Change-Id: I987db2e28db209e4f16b305375d007ad34ff9bd3
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
To clean the repository run `./bootstrap.sh clean`.