commit | 5235dba525758bf4cd009d2bdbcbebe8d10a0d72 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Sat Jun 01 11:01:49 2024 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Fri Jun 14 04:56:46 2024 -0500 |
tree | 73ef6fecfcf3c9126e6d33904acb566a22ed0701 | |
parent | 969196c323cb9bac9281195191c5774184d1daad [diff] |
Option to override dump request D-Bus path Added option for overriding the object path for requesting OpenPOWER dumps. On recent systems the object path is changed so adding option to override the path in the recipe. Change-Id: Ice2f46e61b4a7604230d495463c5c90fdc549505 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
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`.