From a3cf1eaa6c14463386dcc2eb944cbb3c71e231a5 Mon Sep 17 00:00:00 2001 From: "Evgeny Alekseev (IBS Group)" Date: Wed, 22 Jun 2022 14:14:36 +0300 Subject: [Mod]entity-manager combine all jsons to one. --- .../configuration/entity-manager/SILA-CPUs.json | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json (limited to 'meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json') diff --git a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json deleted file mode 100644 index 47a400ee0c..0000000000 --- a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "Exposes": [ - { - "Address": "0x30", - "Bus": 0, - "CpuID": 1, - "Name": "CPU 1", - "PresenceGpio": [ - { - "Name": "CPU1_PRESENCE", - "Polarity": "Low" - } - ], - "Type": "XeonCPU" - }, - { - "Address": "0x31", - "Bus": 0, - "CpuID": 2, - "Name": "CPU 2", - "PresenceGpio": [ - { - "Name": "CPU2_PRESENCE", - "Polarity": "Low" - } - ], - "Type": "XeonCPU" - } - ], - "Name": "SILA CPUs", - "Probe": [ - "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'CP.*'})" - ], - "Type": "Board", - "xyz.openbmc_project.Inventory.Decorator.Asset": {}, - "xyz.openbmc_project.Inventory.Decorator.AssetTag": {}, - "xyz.openbmc_project.Inventory.Item.Board.Motherboard": {}, - "xyz.openbmc_project.Inventory.Item.System": {} -} -- cgit v1.2.3