commit | 113492e6313344a9511e2ef7142a472d0a297eee | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue May 05 13:45:45 2020 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Wed Jun 03 15:26:28 2020 +0000 |
tree | d258a9534765928a76346dba3b0f88ae035804b8 | |
parent | 0af80a467a1f4f31c552e7ef7755043fa6edf3c2 [diff] |
meson: build: Generate the error.cpp/hpp files Tested: The meson-generated error.hpp file in the build subdir was identical to the autotools one: $ diff ./xyz/openbmc_project/Software/Image/error.hpp ./build/xyz/openbmc_project/Software/Image/error.hpp $ Change-Id: I26ef286e8f13c8d72f6a4c83f272bbab35454af0 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`.