commit | eacad3c41e10852dfe5403dae47ca9092840a68a | [log] [tgz] |
---|---|---|
author | Shakeeb Pasha <shakeebbk@gmail.com> | Mon Jun 28 20:25:17 2021 +0530 |
committer | Tom Joseph <rushtotom@gmail.com> | Sat Oct 23 05:39:47 2021 +0000 |
tree | 4a5fab45c9989420c438a57076e5343a3303e597 | |
parent | bf47a916bce97ad927d3f6104d070e7eaae2ae8d [diff] |
Support for FRU name from entity manager config Get the FRU name as published on dbus by entity manager config if the entity manager fru decorator has a name specified. This takes care of existing approach of picking names from board/product name with following config, as well as option to specify custom names. ``` "xyz.openbmc_project.Inventory.Decorator.FruDevice": { "Bus": "$bus", "Address": "$address", "Name": "$PRODUCT_PRODUCT_NAME" }, ``` Change-Id: I5c772721f343e1a87d7a32bd149402aaa26e23e2 Signed-off-by: Shakeeb Pasha <shakeebbk@gmail.com>
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
.