summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
AgeCommit message (Collapse)AuthorFilesLines
2021-05-13bmcweb: srcrev bump 1b1be67fb8..8a9a25c821Andrew Geissler1-1/+1
Ed Tanous (2): Make OpenSSLGenerator max() and min() constexpr Include what you use in http request and response Change-Id: I5df364b8666953d5a26ceff524ea010654dfa8b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08bmcweb: srcrev bump ffed87b5ad..1b1be67fb8Andrew Geissler1-1/+1
Krzysztof Grobelny (1): Replaced std::map::at with std::map::find Change-Id: I94fa606cb3a8dd98957867014512a29c6ff96694 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-05bmcweb: srcrev bump d3d26ba270..ffed87b5adAndrew Geissler1-1/+1
Ed Tanous (1): Fix chassis handler to use filename() Manojkiran Eda (1): Change the word TS to Time Stamp & add time unit Change-Id: I1e32f43e83a604eff763ca5756a7efa3284d020d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-01bmcweb: srcrev bump f65b0bead8..d3d26ba270Andrew Geissler1-1/+1
Ali Ahmed (1): Fix typos in comments Change-Id: Ifeaede62ba83f55877f9bfb55c0ad2b5ffefc024 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-30bmcweb: srcrev bump d4b6c66034..f65b0bead8Andrew Geissler1-1/+1
Chicago Duan (1): Redfish: Fix the health and state properties of processor Ivan Mikhaylov (1): bmcweb: fetch ip address on every request in handle Noah Brewer (1): Redfish: Update Powering On Status State Change-Id: If55fa3b7c6725e7f8d1e50e7e1fd1f8eadf5a6f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28bmcweb: srcrev bump 1a6258dc98..d4b6c66034Andrew Geissler1-1/+1
Ed Tanous (1): Fix infinite redirect when webui isn't installed Change-Id: I5d8fa8a7d042b168b0f9c21204597b8898b4a23a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26bmcweb: srcrev bump 9a128eb3fc..1a6258dc98Andrew Geissler1-1/+1
Przemyslaw Czarnowski (1): Fix comparison for proxy/legacy mode Change-Id: If8deb9f86b544e63b07b07aca3449d4b22e7384c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-22bmcweb: srcrev bump d51e072fa6..9a128eb3fcAndrew Geissler1-1/+1
Chicago Duan (1): Redfish : Return after InternalError instead of Continue Joshi-Mansi (1): bmcweb:Check for dimm presense for State Attribute Change-Id: Iefcda803f2124e73ff86f24a9c38d29570b076dd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-21bmcweb: srcrev bump b295bf951f..d51e072fa6Andrew Geissler1-1/+1
Krzysztof Grobelny (1): fixed crash in getChassisData Sunitha Harish (1): Create IBM ConfigFile base directory Change-Id: I7e4fc87ff5100a412b4cbd0cbe12beb9a802ae2d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-20bmcweb: srcrev bump c47b845812..b295bf951fAndrew Geissler1-1/+1
Alan Kuo (1): Fix memory leak issue when opening the certificate file Change-Id: Ib2f2ee4fbea5f9fe1d33a93a9b64d6d093c77d17 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-15bmcweb: srcrev bump a8c4ce95bd..c47b845812Andrew Geissler1-1/+1
Adriana Kobylak (2): log_services: Add AdditionalDataURI to log entries log_services: Add download of log entries Basheer Ahmed Muddebihal (1): Add Content-Security-Policy(CSP) Level2 Directives George Liu (1): Fix publish a registry to verify messageId Gunnar Mills (2): Fix missed bmcweb::AsyncResp Remove OemCrashdump_v1 from index.xml Jason M. Bills (1): log_services: Remove raw PECI command Krzysztof Grobelny (1): Removed copy and move constructors from AsyncResp P Dheeraj Srujan Kumar (1): Added Validation on MessageId and RegistryPrefix Ravi Teja (1): Redfish(Network): Modified to support Default gateway on EthernetInterface zhanghch05 (1): Using AsyncResp everywhere Change-Id: Iae0fb933b3d0cf3f6e2193aa4b83b6298c2992ea Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-06Fix issue with B variable in bmcwebEd Tanous1-1/+1
When bmcweb is built with devtool, the B directory includes the trailing slash, when it isn't devtooled (ie built normally) the B variable doesn't include the slash. This causes issues when enabling the bmcweb ptest targets. This commit adds the slash, to make it build in both cases Tested: built with: DISTRO_FEATURES_append = " ptest" CORE_IMAGE_EXTRA_INSTALL += "bmcweb-ptest" in local.conf, with both: devtool modify bmcweb and devtool reset bmcweb and verified code now builds both ways. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ie8bbe598b3d165f038c1e4df09ca97e02aeb539a
2021-04-02bmcweb: srcrev bump 4df1bee0bd..a8c4ce95bdAndrew Geissler1-1/+1
AppaRao Puli (1): Move SystemBus init to early stage Ed Tanous (2): Add common error for imprecise matching Move requestRoutes to asyncResp Wludzik, Jozef (1): Add POST and DELETE in MetricReportDefinitions Change-Id: I4e6ab5913265850d6bf4c9c96f75df739c1814e1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-30bmcweb: srcrev bump 8f7e9c194f..4df1bee0bdAndrew Geissler1-1/+1
Ed Tanous (2): Make redfish namespace consistent Add OData-version header George Liu (1): log-services: Error return 500(internal error) Jason M. Bills (1): Update Crashdump to the latest LogService and LogEntry schemas Wludzik, Jozef (1): Sync ReadingUnit with Redfish Sensor Schema Change-Id: If37af58edf9f7a21161d7608b7fc7c0ee3310f69 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-26Implement bmcweb ptestEd Tanous2-2/+28
Yocto implements ptest classes for recipes. In general OpenBMC doesn't implement ptest for any of its recipes. This is the first in an attempt to change that, specifically, this enables ptest for the bmcweb recipe. Examples for ptest + meson recipes are pulled from here: http://layers.openembedded.org/layerindex/branch/master/recipes/?q=inherits%3Aptest+inherits%3Ameson This commit implements the base ptest functionalityrequired to be able to install and run the unit tests already present in bmcweb. The specific changes are: 1. bmcweb recipe now inherits from ptest 2. When ptest is enabled, bmcweb now requires gtest and gmock dependencies. This is done by updating DEPENDS. We also now require bash at runtime, so that dependency is added, as that seems to be what the upstream recipes do. 3. The meta-layer now includes a "run-ptest" script. This seems to be the common convention in the upstream yocto recipes to include in the meta layer so we should do the same thing here for consistency, even if it is a little unconventional or odd. To enable this and try it out, insert the following into your local.conf DISTRO_FEATURES_append = " ptest" CORE_IMAGE_EXTRA_INSTALL += "bmcweb-ptest" This will add bmcweb ptests to your build. Keep in mind, this takes a lot of flash space, so qemu is likely the best target, unless you're on a system with eMMC, or a lot of SPI flash free. Once your system has booted, you can run the tests by executing ptest_runner. https://wiki.yoctoproject.org/wiki/Ptest Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I8c45c98afb941953c1855de2f3db10deea465b2a
2021-03-22bmcweb: srcrev bump 6c9a279eee..8f7e9c194fAndrew Geissler1-1/+1
Jayaprakash Mutyala (1): ethernet: Fix for MAC address patch response Jonathan Doman (1): Refactor Processor object lookup Ravi Teja (1): Fix hypervisor IPv4StaticAddresses property patch Change-Id: I9f0d08c56a678697dd34f952d26e445ba1702c49 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-19bmcweb: srcrev bump 7ea79e5e15..6c9a279eeeAndrew Geissler1-1/+1
Gunnar Mills (3): Remove duplicate entry in array Add SameSite=Strict on Set-Cookie Fix Power Restore Policy not valid enum error Manojkiran Eda (1): Change PostCode property signature Change-Id: I48431eed0f68b159bf14dbccade304729271c1b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-17bmcweb: srcrev bump d8ef9915dd..7ea79e5e15Andrew Geissler1-1/+1
Johnathan Mantey (1): Force HostName property to be read-only per the schema Ravi Teja (1): Fix IPv6DefaultGateway validator warnings Xiaochao Ma (1): Redfish: Implement new event log propety Resolved Change-Id: I3133ced053bad67106461feffe6a42cc41942697 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-16bmcweb: srcrev bump b614e2bde6..d8ef9915ddAndrew Geissler1-1/+1
Ed Tanous (2): Make missing static files directory non-fatal Remove default.css from the image Change-Id: Idc8e87c499f5fa604794114309250bcf65a8eb32 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-13bmcweb: srcrev bump d32392249b..b614e2bde6Andrew Geissler1-1/+1
Jayaprakash Mutyala (1): led: Fix for Chassis IndicatorLED patch response P Dheeraj Srujan Kumar (1): Initialize Event Service Config on bmcweb restart Change-Id: Idb7a7930363971e65e2755f42d311eebc3f716e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-11bmcweb: srcrev bump 0daf14e053..d32392249bAndrew Geissler1-1/+1
AppaRao Puli (1): bmcweb build issue fix Ed Tanous (1): Disable nbd proxy from the build Sunitha Harish (1): Redfish Session : Fix clientIp getting mapped to clientId Change-Id: Ia19e7f859ee2138b1cc744523bf83d72bb2d73aa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-11bmcweb: srcrev bump cd1f3920ac..0daf14e053Andrew Geissler1-1/+1
Gunnar Mills (1): Remove IBM copyright Change-Id: I971011ebc4b0dfab84b6d6f5bd2914f8eba6b868 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-10bmcweb: srcrev bump 88ad7f03b3..cd1f3920acAndrew Geissler1-1/+1
Arun P. Mohanan (1): Fix KVM issue on DISABLE_XSS_PREVENTION Change-Id: I39698715d0ac8c870fe95196bb97704e26c1fd15 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-09bmcweb: srcrev bump 15124765da..88ad7f03b3Andrew Geissler1-1/+1
Sunitha Harish (1): EventService : Support async_resolve for subscribers SunnySrivastava1984 (1): Chassis Location property on bmcweb Change-Id: Ie3cf589ea08b6d7c52bbaf11c2eebf9f1bf58284 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-26bmcweb: srcrev bump feaf150055..15124765daAndrew Geissler1-1/+1
Andrew Geissler (2): hypervisor: add state support hypervisor: add support to turn on Jonathan Doman (1): log_services: Update PostCode D-Bus names Change-Id: I1410b2903b00e1e8350b21c4ebe8529196cbbb1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-25Add phosphor-mapper as a dependency to bmcwebEd Tanous1-0/+1
When IPMI is removed from the build (like happens in QEMU images) the mapper gets removed as well. bmcweb relies on phosphor-mapper, so add an RDEPEND to that effect to make sure it gets installed properly. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I699c62225c9862c91a9d670b8c170e32f03e787d
2021-02-25Clean up some formatting in the bmcweb recipeEd Tanous1-11/+15
DEPENDS and RDEPENDS statements were tabbed in a little weird. This fixes that. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ib0b1acdc62bdec6dfcf21d54a5007f8751ee7e6e
2021-02-24bmcweb: srcrev bump ee135e246d..feaf150055Andrew Geissler1-1/+1
Ed Tanous (2): Fix the build on clang-11 Fix XSS regressions Patrick Williams (1): clang-format-11: reformat Change-Id: I1f6fb0a45f4ce86bc2aa4b8c509d3e2a92acdef9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-23bmcweb: srcrev bump 65f7365901..ee135e246dAndrew Geissler1-1/+1
Ed Tanous (6): Start using sdbusplus::message::filename() Add issue templates Fix nlohmann::json::dump calls Fix compile issue on DISABLE_XSS_PREVENTION Remove permessage deflate from the build Change config file name to bmcweb_config.h Manojkiran Eda (1): Enable Parallel Linking for LTO builds SunnySrivastava1984 (1): Add additional Redfish Memory properties Change-Id: I6882ba320b1d0c9b208b14e9cdcfaecc05b2d912 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-18bmcweb: srcrev bump 086d32c5a6..65f7365901Andrew Geissler1-1/+1
Ed Tanous (1): Add back rtti George Liu (1): Replace rfind method in sensors.hpp SunnySrivastava1984 (2): Add additional Redfish Manager properties Add additional Redfish Processor properties Change-Id: I51882c6c1fc8783323351a3af11de8ab4969aefb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17bmcweb: srcrev bump ae6595ef53..086d32c5a6Andrew Geissler1-1/+1
Andrew Geissler (1): hypervisor: rename source file to be more general Ed Tanous (1): Bind dev server to ipv4 only Sunitha Harish (3): Validate the path during ConfigFile upload IBM Management Console: Replacing crow::Response with bmcweb::AsyncResp IBM ConfigFile upload : Fix content-type validation Change-Id: I9afcc1b9bf1c5cee7343bc5036d7499d44fc4235 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-13bmcweb: srcrev bump 2b3da45876..ae6595ef53Andrew Geissler1-1/+1
Adriana Kobylak (1): log_services: Improve error handling for DBus Log Entry Ed Tanous (1): Add 404 handling to COMMON_ERRORS.md Change-Id: I1475edfe0b79e51c6ae60e92b2521ade473db6ab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-10bmcweb: srcrev bump 5e34b67a3e..2b3da45876Andrew Geissler1-1/+1
Ed Tanous (1): Add OWNERS file to repo Wludzik, Jozef (2): Redfish TelemetryService schema implementation Remove LogService from TelemetryService Change-Id: I3fb8e6ce8e8e9b252f8ad891fd950593265775bf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-09bmcweb: srcrev bump d830ff5aa4..5e34b67a3eAndrew Geissler1-1/+1
Ed Tanous (4): Remove management console special check Add chrono include to http/utility.hpp Number the common errors Re-enable dead code elimination Jonathan Doman (1): Remove unnecessary error responses for LDAP certs Change-Id: Ide6c6d1c17f21c6b98ad16e1d4dcf05df503ecae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-04bmcweb: srcrev bump 6a9f85f905..d830ff5aa4Andrew Geissler1-1/+1
Adriana Kobylak (1): http: utility: Add base64encode Change-Id: I42e56c437a53e981667b3c2557639e40e12cecf5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-02bmcweb: srcrev bump 349a2ac392..6a9f85f905Andrew Geissler1-1/+1
AppaRao Puli (1): Fix wrong check in EventService events Change-Id: I483627faac08a474dd00e4d565b42ce70118fe3a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-01-28bmcweb: srcrev bump a90daf1828..349a2ac392Andrew Geissler1-1/+1
Albert Zhang (1): Tasks for TFTP upload Gunnar Mills (2): Move to 2020.4 Exclude not used schemas Change-Id: I486f255d3d4733d8aa7b9a93e8a60f0aec686bb8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-01-22bmcweb: srcrev bump 19a8815adc..a90daf1828Andrew Geissler1-1/+1
Ed Tanous (1): Add missing nullptr check (From meta-phosphor rev: 8039a77fd09fdb7946c8779b6ad11f58135e4380) Change-Id: I7e1bc3fd432ed85ea355ddf8fda97a25e5f943fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-16bmcweb: srcrev bump 2d5fe9d0ee..19a8815adcAndrew Geissler1-1/+1
Ed Tanous (1): Remove boost warnings (From meta-phosphor rev: be1df8c964d895124cf58c8d864f7a9c8f154e08) Change-Id: Ib6d15cb37be6f6858357046b9db84a07d1f35d04 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14bmcweb: srcrev bump 1a2a14379d..2d5fe9d0eeAndrew Geissler1-1/+1
Ed Tanous (1): Document Redfish OEM resource policy (From meta-phosphor rev: d2c8ddd8cd4d1fac480974b1bf501dd72fb2a33f) Change-Id: I1488681aa5de8c4685a6b5304f747fbad304b063 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-08bmcweb: srcrev bump 32476386c3..1a2a14379dAndrew Geissler1-1/+1
Andrew Geissler (1): transition support for system state Ed Tanous (2): Move network protocol to a constexpr struct Omit using subscripting operator in json utils (From meta-phosphor rev: 23d8d1a368f5f6dd564d68917a6648180fc52dd5) Change-Id: I1492019f27b55fb8ca6e2d8fed7f294b105bee83 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-08bmcweb: srcrev bump 6868ff5035..32476386c3Andrew Geissler1-1/+1
Ed Tanous (1): Remove unused files Gunnar Mills (1): Fix Power Restore Policy to match D-Bus (From meta-phosphor rev: 07e0d8707a876ea8f899033290e005dc04f4989a) Change-Id: I65f68c16ecb8c35a0760bf5bf6a38fbf76736dfb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-06bmcweb: srcrev bump 81ce609e30..6868ff5035Andrew Geissler1-1/+1
George Liu (2): Fix the MessageArgs parameter type Implement PercentComplete for code update Gunnar Mills (1): Look for Version Already Exists Error (From meta-phosphor rev: 33c8c119851b44d5c4e4de068e3d95afac9029e7) Change-Id: I971d2544e71cbf845983e2983df95c729db62d8f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-31bmcweb: srcrev bump f16f62633a..81ce609e30Andrew Geissler1-1/+1
Ed Tanous (1): Fix .clang-tidy (From meta-phosphor rev: 7befc72da6d7528b05322d4ea80cfeaa43d8af2a) Change-Id: I299d7109b19e62328d512dc442fd58ccc8256356 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-16bmcweb: srcrev bump 9e319cf0c5..f16f62633aAndrew Geissler1-1/+1
Alan Kuo (2): Add hostname listener for generating self-signed HTTPS certificate Add meson options for all authentication methods. Gunnar Mills (1): IndicatorLED: Add a deprecated warning header Karthick Sundarrajan (1): Flush the timer queue at each timer cancellation (From meta-phosphor rev: 04b9cfdee6c0faf0f6693c0823b7d68d5e0ac191) Change-Id: I7a23e285424589c6ee77c6d240167273c51ccd2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-05bmcweb: srcrev bump ef6ca6e4e6..9e319cf0c5Andrew Geissler1-1/+1
Anna Platash (1): VirtualMedia doesn't propagate information to WebUI Jonathan Doman (3): Refactor getCollectionMembers Refactor getProcessorData Add support for Redfish OperatingConfig resources (From meta-phosphor rev: 419ea0fa027985c46bf9b887f5351abf93966d68) Change-Id: Iff636d741d47dbe5ab2ae90d05a08c079e039460 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-03bmcweb: srcrev bump cbade1ec46..ef6ca6e4e6Andrew Geissler1-1/+1
Chicago Duan (1): Redfish: Manager: Implement Manufacturer,PartNumber and SerialNumber Sathish V (1): Adding sdbusplus missing dependency for test module (From meta-phosphor rev: ea2d015bd150e7a22bf67a7d299258ae6190da36) Change-Id: I8f252591c525e5d1c63f4226d12bcf2c40ae1496 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-01bmcweb: srcrev bump c511b7febf..cbade1ec46Andrew Geissler1-1/+1
Andrew Geissler (1): boot-progress: support LastState property Gunnar Mills (3): MAINTAINERS: Remove Vernon MAINTAINERS: Stylize GunnarM Discord Username Replace IRC with Discord (From meta-phosphor rev: 4a6971db24e53b5c4d8c6d93f87738ae1e17a810) Change-Id: I642857b7fe7906f2473e990a8236523a3ac162a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-30bmcweb: srcrev bump 94bda602f0..c511b7febfAndrew Geissler1-1/+1
Asmitha Karunanithi (1): Pointing to the latest Message schema in JSON error response Gunnar Mills (1): Memory: Remove if (*memorySize == 0) Jason M. Bills (2): Add SYSLOG_IDENTIFIER to the BMC journal Message Fix build with rest option disabled (From meta-phosphor rev: f07d124d89657ca9ff184df1357c4198a5e8cd1a) Change-Id: I54d558b3f12a945bfd3fb8fd32fabb8e1aa97dc7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-21bmcweb: srcrev bump 83deb7d8bd..94bda602f0Andrew Geissler1-1/+1
Tim Lee (1): systems: fix Members@odata.count is incorrect even Members have contents (From meta-phosphor rev: 252f672ab13cec82edf0cda575cd1d5243db3e59) Change-Id: Ie086ffa60238eff51ef2b934c328b3150b25c455 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>