summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorojayanth <ojayanth@in.ibm.com>2023-05-17 12:55:24 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-17 18:24:49 +0300
commit6a1d818b9461c361d0c75e11681bc26d5720dad2 (patch)
tree5db19ce997964f6f24bb01e416409d004da3fbff
parentf9d716673fba69f379f71df52c25984bcc962083 (diff)
downloadopenbmc-6a1d818b9461c361d0c75e11681bc26d5720dad2.tar.xz
openpower: ekb: add pm_attribute xml to required xml file list
Change-Id: Ifa1e8b22b478b33a3f2596564b69ba4585af332d Signed-off-by: ojayanth <ojayanth@in.ibm.com>
-rw-r--r--meta-openpower/recipes-bsp/ekb/ekb.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openpower/recipes-bsp/ekb/ekb.inc b/meta-openpower/recipes-bsp/ekb/ekb.inc
index 8a5cf0d895..e26a39ab40 100644
--- a/meta-openpower/recipes-bsp/ekb/ekb.inc
+++ b/meta-openpower/recipes-bsp/ekb/ekb.inc
@@ -20,4 +20,5 @@ REQ_ATTRS_XMLS = "hwpf/fapi2/xml/attribute_info/chip_attributes.xml \
chips/p10/procedures/xml/attribute_info/p10_qme_attributes.xml \
chips/p10/procedures/xml/attribute_info/p10_runn_attributes.xml \
chips/p10/procedures/xml/attribute_info/p10_sbe_load_bootloader_attributes.xml \
- chips/p10/procedures/xml/attribute_info/p10_sbe_attributes.xml"
+ chips/p10/procedures/xml/attribute_info/p10_sbe_attributes.xml \
+ chips/p10/procedures/xml/attribute_info/pm_plat_attributes.xml"