commit | 067876aa2af9629161c4f367750828aec5e0cd63 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Apr 26 19:36:39 2021 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Apr 30 17:49:47 2021 +0000 |
tree | 98d93c79b01f1ff6c0e9fddea0898ce17ee4a611 | |
parent | c098beb10cb5bac38253406c7cddc23312862ebe [diff] |
meson.build: switch to C++20 and meson >=0.57.0 Switch to C++20, also the CI scripts require specifying the meson version that is compatible with C++20 (>=0.57.0), which in turn deprecates the use of Dependency.get_pkgconfig_variable() in favor of Dependency.get_variable(pkgconfig : ...). Change-Id: I7d4b7ff49ab07c213bd3728bccafeb4cea0b0167 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
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`.