gbmc-release-24.1.x: gbmcweb: SRCREV bump 259458603f..1b15b68169

Brandon Kim (1):
      systems: Fix setBMInstance ROUTE

Fusion-Link: fusion2 N/A - this flow is not tested
Tested:
Before, the following used to cause a crash
~# curl -X PATCH http://localhost:80/redfish/v1/Systems/system/Oem/Google/BareMetalInstance/ -d '{"AssetTag": "asdf"}'

After, the following succeeds
~# curl -X PATCH http://localhost:80/redfish/v1/Systems/system/Oem/Google/BareMetalInstance/ -d '{"AssetTag": "asdf"}'
~# wget -qO- http://localhost:80/redfish/v1/Systems/system/Oem/Google/BareMetalInstance
{
  "@odata.id": "/redfish/v1/Systems/system/Oem/Google/BareMetalInstance",
  "@odata.type": "#GoogleBareMetalInstance.v1_0_0.GoogleBareMetalInstance",
  "AssetTag": "asdf",
  "BoardSerialNumber": "",
  "Family": "",
  "ProductName": "",
  "SKU": "",
  "SystemSerialNumber": "",
  "UUID": ""
}
Google-Bug-Id: 343232025
Change-Id: Ib3ca87792c668f0e53bb8523eb27f0a1beace39c
Signed-off-by: Brandon Kim <brandonkim@google.com>
1 file changed
tree: f30d1eb31acf9a966a2fd62d3101dceef551ed40
  1. conf/
  2. dynamic-layers/
  3. recipes-bsp/
  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.