commit | 97d4546d3172609b51cad86bb4edbf75de56dff0 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed May 06 12:32:44 2020 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri May 22 08:09:18 2020 -0500 |
tree | 07cde2e5900beb1dedc8b36a9b9c55764f3a54a2 | |
parent | 9155b713ff5a29c5a9213c3df4e26e25f7a4170f [diff] |
configure.ac: Set values to support a default configuration The recipe for this repo sets by default two values: support a max of one bmc version (supporting two is not currently supported in the default static bmc layout and also should be opt-in as it increases complexity), and sets the media directory to /run/media (the default fstab mounts /run as tmpfs whereas the ubi distro feature has a modified fstab to mount /media as a tmpfs). Set these values as default in the config file so that users building this repo get the expected options for a default configuration. The recipe when building for a ubi layout sets these variables accordingly (max number to 2 and media dir to /media). Change-Id: I031fdaba0a27fe3fb58a6bc10581975e62ef5cc3 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`.