diff options
author | Bill Hoffa <wghoffa@us.ibm.com> | 2015-02-26 12:50:20 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-28 05:40:49 -0600 |
commit | 21268010ec5ff32040321ab75267af43cec2dd89 (patch) | |
tree | 321842f59ec0cd70c9c193e846323304f9104062 /src/usr | |
parent | f8575edb429697e26c821327621ad50116709805 (diff) | |
download | talos-hostboot-21268010ec5ff32040321ab75267af43cec2dd89.tar.gz talos-hostboot-21268010ec5ff32040321ab75267af43cec2dd89.zip |
Provide OCC Target with FRU_ID attribute
Required with below github commits
habanero-xml - dc738f40fc6e6c63c2bf6e25dca0f85987c870b8
palmetto-xml - 84f5bf5cc10459a85340cd0cc82a8c65b5bc4c97
Change-Id: I8dd08fe5b4649f1398675c47db3abbdb8a5363b0
RTC:124817
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16028
Tested-by: Jenkins Server
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/targeting/common/xmltohb/target_types.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 4dcc796ef..6dc4e5848 100644 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -1726,6 +1726,9 @@ <attribute> <id>OCC_MASTER_CAPABLE</id> </attribute> + <attribute> + <id>FRU_ID</id> + </attribute> </targetType> </attributes> |