commit | f27431b729f4e935c87de75a4763a68cf08e88c2 | [log] [tgz] |
---|---|---|
author | Ramesh Iyyar <rameshi1@in.ibm.com> | Mon Sep 06 03:56:26 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Dec 09 11:05:46 2021 +0000 |
tree | b96f9b44ca661d8134e438683a67acb9e0941886 | |
parent | 381c3e3449ca62674cfa70d81c17104221edd2ea [diff] |
README: Updated the build steps - Updated the .gitignore file. Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I3c472a7845e19d462d148be3405083ed3dbc52b4
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. meson builddir 2. ninja -C builddir To build with phal feature: 1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir To clean the repository run `ninja -C builddir/ clean`.