commit | a5b4b1b81900464f32aa172e375505a74ecaafe9 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Nov 08 12:14:03 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Nov 11 16:43:00 2020 +0000 |
tree | e3f926bc6a61b7077e0216e02f4bfbcccc616e0e | |
parent | ce08fb921dd5f62d275d9a71f1e344be39815337 [diff] |
meson: fix systemd service bugs The logic for ENABLE_PHAL_TRUE was reversed under meson. prefix was omitted when computing the path for the bindir replacement token in the system unit files. Fixes: 919e408aaad453f94e1ff3d35440b8fc8a2f3e13 Change-Id: I096d1f69554b23c20bd4836b36ffa5656a219333 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.