bmcweb: Fix StorageController Location Path

The initial path for the location is wrong. This will end up having
multiple location priperty.

```
  "Location": {
    "PartLocation": {
      "LocationType": "Embedded",
      "ServiceLabel": "IO1"
    }
  },
  "PartLocation": {
    "LocationType": "Embedded"
  },
```

Change-Id: Icad2e17d95988b2631d5147e92121f70458f4881
Signed-off-by: Willy Tu <wltu@google.com>
(cherry picked from commit 67f9a8f4bc0d0f5222d57abe9d741b9f2aedeafc)
4 files changed
tree: 2a7b08cec0d7584c190e2ff253ad2dc9527e1947
  1. conf/
  2. dynamic-layers/
  3. meta-nuvoton-npcm8xx/
  4. recipes-connectivity/
  5. recipes-core/
  6. recipes-devtools/
  7. recipes-extended/
  8. recipes-google/
  9. recipes-kernel/
  10. recipes-phosphor/
  11. LICENSE
  12. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.