diff options
author | David Cobbley <david.j.cobbley@linux.intel.com> | 2017-11-22 13:22:35 -0800 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-01-05 20:29:38 +0000 |
commit | 44389b64eda35b4eb0991f36375207f5bb78c70c (patch) | |
tree | dd7a419d52faa90121a22e79d26a757246d0084d | |
parent | f923652615aacb0ae818851f374233aa50ea423d (diff) | |
download | talos-openbmc-44389b64eda35b4eb0991f36375207f5bb78c70c.tar.gz talos-openbmc-44389b64eda35b4eb0991f36375207f5bb78c70c.zip |
Get Device ID - JSON for Witherspoon
This is a reference for how to use get device ID with the witherspoon
platform. All other platforms that need get device ID should add
dev_id.json in their own machine specific bbappend files.
Change-Id: I0348748bfb9442d2de43b661cc291663f279efcb
Signed-off-by: David Cobbley <david.j.cobbley@linux.intel.com>
2 files changed, 5 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host.bbappend b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host.bbappend index f5b39fcde..6c3242561 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host.bbappend +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host.bbappend @@ -1,2 +1,4 @@ FILESEXTRAPATHS_append_witherspoon := ":${THISDIR}/${PN}" -SRC_URI_append_witherspoon = " file://occ_sensors.hardcoded.yaml" +SRC_URI_append_witherspoon = " file://occ_sensors.hardcoded.yaml \ + file://dev_id.json \ + " diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/dev_id.json b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/dev_id.json new file mode 100644 index 000000000..6cd9a94b3 --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/dev_id.json @@ -0,0 +1,2 @@ +{"id": 0, "revision": 128, "addn_dev_support": 141, + "manuf_id": 42817, "prod_id": 16975, "aux": 0} |