summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2022-04-08 09:48:56 +0300
committerWilly Tu <wltu@google.com>2022-04-11 23:08:25 +0300
commit1da8306113bde5207b98af534f702322919ca1fd (patch)
treeb74f34c992b4bbfa3c855fe356885e4d9228712b /meta-ibm
parent5016236b3170b03e804d93d5b7f0425dd526f576 (diff)
downloadopenbmc-1da8306113bde5207b98af534f702322919ca1fd.tar.xz
meta-google: ipmi-config: Add option to remove default entity config
Currently it fources all gBMC to have `[]` as the entity-mapping config and will cause an issue to gBMC systems that uses the default mapping. Add a way to remove the default isntead of having all gBMC automatically remove it. ENTITY_MAPPING="default" ``` $ cat ./tmp/work/all-openbmc-linux/phosphor-ipmi-config/1.0-r1/package/usr/share/ipmi-providers/entity-map.json [ { "id": 0, "containerEntityId": 30, "containerEntityInstance": 0, "isList": false, "isLinked": false, "entities": [ { "id": 11, "instance": 3 }, { "id": 11, ... ``` ENTITY_MAPPING="no" ``` $ cat ./tmp/work/all-openbmc-linux/phosphor-ipmi-config/1.0-r1/package/usr/share/ipmi-providers/entity-map.json [] ``` Change-Id: I9adccc2685055bad8ac27207305083ba40327ce2 Signed-off-by: Willy Tu <wltu@google.com>
Diffstat (limited to 'meta-ibm')
0 files changed, 0 insertions, 0 deletions