Update Links of Memory Patch

This patch had a bug that would create a field only when using expand parameter. This was due to a faulty efficient expand handler.

Testing:
`wget -qO- http://localhost:80/redfish/v1/Systems/system/Memory?\$expand=.`

Does not produce the portion below anymore in the Collection resource
  "Location": {
    "PartLocation": {
      "LocationType": "Slot"
    }
  },

Tested: done
Google-Bug-Id: 263797854
Change-Id: I33a82aee7ea6e381b0e0fa3ae6172245049a7fe5
Signed-off-by: Edward Lee <edwarddl@google.com>
1 file changed
tree: 188e464dfc2a87c64d59359314729e502b88aaab
  1. conf/
  2. meta-nuvoton-npcm8xx/
  3. recipes-connectivity/
  4. recipes-google/
  5. recipes-kernel/
  6. recipes-phosphor/
  7. LICENSE
  8. 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.