summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2019-10-23phosphor-bmc-code-mgmt: srcrev bump 85c356f76f..5a7363b4cfAndrew Geissler1-1/+1
Lei YU (1): Version: support CRLF line feed in MANIFEST Vijay Khemka (1): Verify machine name (From meta-phosphor rev: c9cc1eae63a4a4c9c7dde1593d1ff6bffcf2c65f) Change-Id: I2ba173a044f0c01d926800fdc6b9c4adc3abd562 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23phosphor-webui: srcrev bump 81ad97e4a3..d11b9277aeAndrew Geissler1-1/+1
Dixsie Wolmers (1): Update certificate management page consistency Gunnar Mills (2): Update object-mapper.md link Rename "User" role "ReadOnly" (From meta-phosphor rev: 8c8eccd29f3061473450487ebcebe8687f17ab54) Change-Id: I9b079603dbb625d13728bdbae2b8a48e15e7c4c8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23phosphor-hwmon: srcrev bump 778f5c39b1..ddbf1c68e3Andrew Geissler1-1/+1
Gunnar Mills (1): Update sensor-architecture.md link (From meta-phosphor rev: edaf5a39ac2576ff150e1036362c44833fb24bcd) Change-Id: I87ec1e67606b45d3cb965f7a16f6079d92194bf8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23image_types_phosphor: Add do_generate_ext4_tar()Adriana Kobylak1-2/+27
Add a new do_generate_ext4_tar() function that creates a tarball with u-boot, kernel, ext4 rootfs and rwfs image files. This tarball is intended for systems running with a mmc chip. (From meta-phosphor rev: 02d65b716915f4424feca600f955937e1d16eb1a) Change-Id: I3545dbb7c36d4ba5a71fb3735324228e8b609a15 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23image_types_phosphor: Add do_generate_rwfs_ext4()Adriana Kobylak1-0/+15
Create a new do_generate_rwfs_ext4() function that generates an empty ext4 rwfs image file of arbitrary size 1MB. This file is needed to create a tarball image for code update to use. The size can later be updated, this commit is intended as a first step for creating a tarball with ext4 image files. (From meta-phosphor rev: 846990eb90e662176c9e8c395e1093ebf7e6934c) Change-Id: Idf9cd1dc4f79c2f6cf7f567b8abaf35123a5ca6a Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23image_types_phosphor: Split make_rwfs()Adriana Kobylak1-3/+12
The make_rwfs() was doing some cleanup before creating the rwfs file. Split it into two functions clean_rwfs() and make_rwfs() for cases where some prep work is needed before calling the rwfs command, such as when using mkfs.ext4 that needs to have a file created before it's converted into ext4. (From meta-phosphor rev: e82e8bc686b0a17f29d1d296f1d52543f2bc5ae0) Change-Id: Idebaab86bfd6ff0c02444d9c62543e97e9ba0dcd Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23image_types_phosphor: Remove mtd from make_tar_of_images()Adriana Kobylak1-4/+4
The make_tar_of_images() function was adding an mtd suffix to the tarball name. Make the caller pass the suffix instead so that this function can be used to create tarballs intended for non-mtd systems such as systems based on a mmc chip. (From meta-phosphor rev: 7bdbb7a6adaa655ba56ae2e289a59e13c9428b14) Change-Id: I80ee15337f99ec59cce119668ef7f5afb2313189 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23image_types_phosphor: Rename mk_nor_image()Adriana Kobylak1-3/+3
The mk_nor_image() function just creates an empty image file. Rename it to mk_empty_image() so that it makes more sense when used to create a file for other chips such as a mmc instead of a nor, like an empty rwfs ext4 image file. (From meta-phosphor rev: fdb81a30d7e86309aeafc6b6ab1ebf8f9cf93d88) Change-Id: I31231ddaec5a8c195da315841e59ecdfb16647a5 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-21pldm: srcrev bump 408c3c4097..8e92c6c4feAndrew Geissler1-1/+1
Jinu Joy Thomas (1): libpldm: support GetFruRecordTableMetadata api's (From meta-phosphor rev: 26e1143e768f932da59df0b338886eccd80a9f8f) Change-Id: I647064c292162079ca5c8ff71db568bdcd196c5a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-21bmcweb: srcrev bump 698654b618..1f56a3a603Andrew Geissler1-1/+1
Ed Tanous (1): Make references to crow less obvious James Feist (1): Fix Maintainers file Qiang XU (1): Correct message entry order Tim Lee (1): bmcweb: fix "Clear Event Logs" functionality behavior in System logs page on WebUI (From meta-phosphor rev: b21ebfcea373b8704c4a3ff7dd566b8839c2d726) Change-Id: I44bff2761c6b6eb5b084f3ddf9d44d602fff9676 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-21phosphor-webui: srcrev bump 254b16ee2e..81ad97e4a3Andrew Geissler1-1/+1
Dixsie Wolmers (2): Fix IE 11 primary navigation icon positioning Fix IE11 icon alignment on header and system overview Yoshie Muranaka (1): Add tooltip styles (From meta-phosphor rev: f5c55f89935794ded05dce496d72b5a2a537df86) Change-Id: I5026560ecaff2e313bd1aac090617b8c6057684d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-21ipmi-blob-tool: srcrev bump 958f1ce952..00f39b8403Andrew Geissler1-1/+1
Brandon Kim (3): blob_handler: remove unused resp blob: implement deleteBlob command blob_handler: remove redundant returns (From meta-phosphor rev: 55c1a555f0ff2a3f4a59d47fce64dec0f7114912) Change-Id: I4ab6f63bfd6d8923a4beb7c7ba844c67dad8067f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-21entity-manager: srcrev bump 4acdc54d46..978fcadadcAndrew Geissler1-1/+1
James Feist (2): Fix Maintainers File Update NVME config (From meta-phosphor rev: 3c7578ae0b3ca95499c783c3a8c2d153e41f727d) Change-Id: Ia41d7e55097e3de2666172ba8c9ad3c18ef284ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-21dbus-sensors: srcrev bump 9a25ed407c..432d1edf7aAndrew Geissler1-1/+1
James Feist (1): Fix Maintainers File Josh Lehan (2): psusensor: Restore previous Name numbering behavior psusensors: Cleaning up debug and error wording (From meta-phosphor rev: ce94d1cee7c6979bd775aef78545b45872c97f35) Change-Id: Id6be29a90bf5ecee1242e902df5d7d68fb3dc89d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-21phosphor-ipmi-flash: srcrev bump 6749ba1c93..8fc6087670Andrew Geissler1-1/+1
Brandon Kim (1): bmc: Replace fileOpen flag (From meta-phosphor rev: c8ca666beb07df610babe38b27822a58f6981f87) Change-Id: Ie2fe3e6fb489609933212924598d86b1225eed53 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-21phosphor-net-ipmid: srcrev bump ddba9d15af..dafe36444fAndrew Geissler1-1/+1
Rajashekar Gade Reddy (1): Updated the close session to close any session (From meta-phosphor rev: 75826c7836d590c428902437d41ace29bf1e7c20) Change-Id: I79fc42a72c44e7e533f2dbbdb4b15c820333e385 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-18bmcweb: srcrev bump 659dd62e3d..698654b618Andrew Geissler1-1/+1
Gunnar Mills (1): Systems: Add space in Debug traces (From meta-phosphor rev: 272d7588fd237f6293cdbe8f81b5ca1dc57e252b) Change-Id: Id93a8d3b7fd86c7866319b7a4a793b565cf6c0b2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-18phosphor-webui: srcrev bump 3cd2c65b57..254b16ee2eAndrew Geissler1-1/+1
Gunnar Mills (4): Logs: Move over to new Associations Inventory: Remove old associations interface DNS: Remove workaround for empty list array NTP: Remove workaround for empty list array (From meta-phosphor rev: 26d0990eb8e31b32479478f2d230c536ead4c583) Change-Id: I1fc3d6c8982c6bbb8c305b36ad43e746cd627e0e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-18phosphor-dbus-monitor: srcrev bump 91e14a5802..22bf900827Andrew Geissler1-1/+1
Matthew Barth (3): Add generated interfaceaddtest to .gitignore Fixup propertywatchtest Add propertywatchtest unit tests to `make check` (From meta-phosphor rev: ebcb303f847caf342d6189ee80812909289ad70f) Change-Id: I44a3e7075179792d6ce8d644b2db8f2234ba3eb6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17meta-phosphor: Adding machine name in MANIFESTVijay Khemka1-0/+2
Added machine name in the image manifest file which can be used to verify on target while upgrading (From meta-phosphor rev: ba9f97ed4018c8a6b1d74cb958bfb2a80fd94546) Change-Id: I31dca600c0a2ff1bd2cf8e13c486e529d245b5d7 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17pldm: srcrev bump 960dc96969..408c3c4097Andrew Geissler1-1/+1
George Liu (1): Fix: BMC shall maintain Host time (From meta-phosphor rev: 9b43f1fb3ff93a202e5b9d5c5bc907e9c4dac895) Change-Id: I5cb34623a9dda3b7f7c0b092c9d8680dd72e80df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17mboxbridge: srcrev bump 7e3f20d02f..0acc669979Andrew Geissler1-1/+1
Adriana Kobylak (1): vpnor: partition: Add write permissions to writable files (From meta-phosphor rev: 5f70959cdb293dd76333a45adb30338d356c9649) Change-Id: Iacfc43b4e30d10056af29da1eedbdece9468b629 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17Variable to pass extra option to MRW parsersSantosh Puranik1-0/+2
This commit adds a variable to allow MRW parsers to be passed an option to skip targets that are broken or not fully defined in the MRW. Recipes that invoke the parsers can use this option as an indication to the parser script to ignore MRW errors. The option variable is empty by default, but layers can choose to override this as necessary. Tested: I tested by enabling this option in the meta-ibm rainier layer and verified that the right option is passed to the MRW parsers. (From meta-phosphor rev: fc77979764f7c8599a451f619630f8d7be2cc09b) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I54b349597b30deb77a98af0686a67e03befe2429 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17Add recipe for PLDMDeepak Kodihalli2-0/+27
The recipe installs the following: - libpldm - libpldmresponder Details about these libs can be found at https://github.com/openbmc/pldm/blob/master/README.md. The recipe also installs the pldm daemon (pldmd), however it doesn't provide a service file to start the daemon. This is because pldmd depends on the MCTP demux daemon, which in turn would have system specific invocations via its service file. Hence the service files for pldm (and libmctp) would likely be installed via system specific bbappends. (From meta-phosphor rev: 394e867e7778d76c84aea52f64d1e3a60c968c01) Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Change-Id: I969840119aa51502dce2b5b1cf4d6085ee4e8fd2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17Avahi:Fix to check and create avahi group and user before starting avahi ↵raviteja-b2-0/+14
service. Avahi service fails to start when we code update from image which has no avahi service to image which has avahi service,As part of code update. we don't touch the persistent file(/etc/group or /etc/password). Now the image which is going to be updated needs these persistent files to be updated. I have tried to add avahi user using extrausers and pkg_postinst scripts I could see updated /etc/group and /etc/password files with avahi entry in rootfs build directory, but after code update to this new BMC image we dont see these udpated files on the system, where as this new image requires avahi user and the group to be present in the /etc/passwd and /etc/group on the system. Implemented service override file to check and create avahi group and user before starting avahi service. Tested By: 1.Code updating images 2.Reboot (From meta-phosphor rev: edf3b2a313b4f21e97ffbb09d10fae7133ab58b7) Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> Change-Id: I6b4947f1776d64f7aa0eeb79fb0453f1fdfc825d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17bmcweb: srcrev bump a3268f98f3..659dd62e3dAndrew Geissler1-1/+1
Jason M. Bills (1): Fix Redfish validator warning Zbigniew Kurzynski (1): Handling of adding certificates the Redfish way (TrustStore) (From meta-phosphor rev: 1eb098fedf2e1ad5e5a7233bdb03ef92aa8e5f1a) Change-Id: I79e14c0ef50cabd7e6a672067495bc5195941f0b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17entity-manager: srcrev bump ce80db74ee..4acdc54d46Andrew Geissler1-1/+1
Devjit Gopalpur (1): Enable INA230 current sensor and PCA9547 I2C mux (From meta-phosphor rev: 238da51962bbf55cc43deefceb6ceea8cece776b) Change-Id: I05c2cf073d9be820b658fcce978bffd657032927 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17dbus-sensors: srcrev bump 1a70a588dc..9a25ed407cAndrew Geissler1-1/+1
James Feist (1): exitAir: Remove 'this' captures (From meta-phosphor rev: 545f87330ccc4d38161b3f7fa74f352707d2bebe) Change-Id: I1b193691fe1e8d10f4b81217598b7a501f81f5df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17phosphor-networkd: srcrev bump 046b2a0b37..cb42fe26feAndrew Geissler1-1/+1
Johnathan Mantey (1): Enable ethtool to retrieve the NIC speed, duplex, autoneg values (From meta-phosphor rev: 75875352752cce95d78cc5530804b1e9d4b244ea) Change-Id: Ic0c4e17e198dbdbe31c0c708d53efeecb5cf24e2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17phosphor-logging: srcrev bump 14d671fa23..51c9263f08Andrew Geissler1-1/+1
Aatir Manzur (1): PEL: User Data class Matt Spinler (2): PEL: Create object for every section PEL: Flatten PEL from objects (From meta-phosphor rev: bd892cd79b37148ada6b4acae581e82b7e35b5b6) Change-Id: Ic1e5e29e669f1a995eed0a7b1f180eb391d04110 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17phosphor-fan-presence: srcrev bump 0451ecafa2..799cdf74d5Andrew Geissler1-1/+1
Matthew Barth (3): Fix generated group on nested events Update default floor action Conditionally add/remove events action (From meta-phosphor rev: 3aa01e0a473408c2d5bf35168e74588d09a6024c) Change-Id: I29337451650e72bed0482faaf9963bc4f63caf45 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17phosphor-webui: srcrev bump ff7f10685d..3cd2c65b57Andrew Geissler1-1/+1
Derick Montague (1): Fix SNMP multiple calls bug Gunnar Mills (1): README: Add features (From meta-phosphor rev: 28a783e795db9fc28d087e30a3ac216d89c8072c) Change-Id: I2e83f5f49479fc820735b7b86eeee16b97d14d60 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14phosphor-fan-presence: srcrev bump 301ec595f5..0451ecafa2Andrew Geissler1-1/+1
Matthew Barth (1): Add Shawn McCarney as a reviewer (From meta-phosphor rev: 05a44efbd870e273ef7c122edbbb03bd59bea929) Change-Id: I0ca76e2efe23876e2ec2383cf7fce8a1cc0c228d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14phosphor-dbus-interfaces: srcrev bump 7aa705a935..9cb4a711cfAndrew Geissler1-1/+1
James Feist (1): Add Drive interface Kuiying Wang (1): Define method and properties for phosphor-post-code-manager (From meta-phosphor rev: 5999cf8de606bce06181cd22766fba88c92c6d9c) Change-Id: Ia30b0182e664977757fc7f2ee71ede478020b686 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14phosphor-hwmon: srcrev bump bd9bc00b8d..778f5c39b1Andrew Geissler1-1/+1
Brad Bishop (2): test: average: avoid unwanted implicit type deduction tests: fix warnings (From meta-phosphor rev: 94c6ce37948f1ed3400e6c1158ab24731acee397) Change-Id: If9d7f7d788fa1d03917e14ed339ce3fb9e0c0945 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14entity-manager: srcrev bump c0dcf0d3f0..ce80db74eeAndrew Geissler1-1/+1
James Feist (2): Add Bus And Index to NVME base interface FruDevice: Fix power match Jason Ling (1): Add driver bind support for MAX34451 Josh Lehan (4): .gitignore: Adding additional ignored files Adding DEBUG and message for when device not in whitelist Fixing trivial typo in error message devices: add isl68137 (From meta-phosphor rev: 58f96b684425064667389937cca1fbe55e048a29) Change-Id: I528b2f5582fa22253627bcd7e49cf9f6dc258a27 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14dbus-sensors: srcrev bump fcbf32d0dc..1a70a588dcAndrew Geissler1-1/+1
Jae Hyun Yoo (1): Fix file descriptor checking Josh Lehan (2): Support ISL68137 device in PSUSensor Adding useful error messages when sensors ignored Patrick Venture (5): bugfix: IpmbSensor: out of bounds check pwmsensor: drop unnecessary return psusensormain: pass by const reference thresholds: drop always true condition utils: drop unused variable: sensorData (From meta-phosphor rev: 3448c4ef0ddb674cc00ad77dd0d26dcc755dbbbf) Change-Id: I462c58153152948a2d41e4f25b269764a1448392 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14phosphor-webui: srcrev bump 86c0b94b6d..ff7f10685dAndrew Geissler1-1/+1
Derick Montague (2): Fix LDAP service update error Fix invalid gateway toast message Dixsie Wolmers (1): Add error message when image fails to activate (From meta-phosphor rev: 8c9eee8c9c265f83fada0365771307e43f944e5b) Change-Id: Ie501b57e3f9d058a5859f08187402bde77d528f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14bmcweb: srcrev bump e2e9677006..a3268f98f3Andrew Geissler1-1/+1
Ed Tanous (7): Cleanup some old files Update websocket test script Fix a bunch of warnings Fix state property on firmware properties Fix some warnings Update Redfish schemas to 2019.2 Fix content-security-policy when XSS is disabled James Feist (1): SoftwareInventory: Catch more interfaces Zbigniew Kurzynski (1): Support uploading multiple certificates [install-middlewere] (From meta-phosphor rev: 9e06386b2b787a44fe73924c33d0162fdabeaee6) Change-Id: I91ed6708119169f028c5e994c276b29b5bab0efc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10dbus-sensors: srcrev bump 2adc95cb4d..fcbf32d0dcAndrew Geissler1-1/+1
Jason Ling (2): Force PSUSensors to start after EntityManager Support MAX34451, fix sensor type, enum issues Josh Lehan (2): .gitignore: Adding additional ignored files Ensuring EntityManager starts before all Sensor services (From meta-phosphor rev: 9aa0f21d6f314a474c29d78970aded04cf3a7869) Change-Id: I6a95b88fe758ef36b33e5b958bf3125277971606 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-webui: srcrev bump fdcb35ee7d..86c0b94b6dAndrew Geissler1-1/+1
Derick Montague (1): Fix icon-warning syntax error Dixsie Wolmers (1): Update KVM layout and add open in new window functionality Yoshie Muranaka (1): Add searchable properties to event log filter (From meta-phosphor rev: 6210a20cfe945207c069001d23485c04e263f321) Change-Id: I7513a24a6bc1065ae06efcabe915df98252b9e1e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-certificate-manager phosphor-dbus-interfcace srvbumpMarri Devender Rao2-2/+2
phosphor-certificate-manager - srcrev bump 262ac2439d..06a69d7b Zbigniew Kurzynski (1) Support uploading multiple certificates [install-backend] phosphor-dbus-interfaces - srcrev bump 262ac2439d..7aa705a935 AppaRao Puli (1): Interface for defining PFR related properties Ravi Teja (1): Network: add fallback option for LinkLocalAddressing property Richard Marian Thomaiyar (1): D-Bus: User: Make AllGroups & AllPriv as const Zbigniew Kurzynski (1): Support uploading multiple certificates. [install-interface] (From meta-phosphor rev: 86cb86f8973fb87d88f613137934904ed34ac861) Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ia97a046ae7c14228da9cc738d46f07bc97312cf4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-dbus-monitor: srcrev bump 92907da08e..91e14a5802Andrew Geissler1-1/+1
Matthew Barth (1): Add generated interfaceaddtest.hpp to .gitignore (From meta-phosphor rev: f3d61848fc16406509dc076753e329935b0f6597) Change-Id: I90bea894597198ae6b269c4354328e38aa9a6534 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-logging: srcrev bump 835a86938f..14d671fa23Andrew Geissler1-1/+1
Matt Spinler (8): PEL: Find an entry in the message registry JSON PEL: Read SRC fields out of the registry PEL: Create PrivateHeader from parameters PEL: OpenBMC event log sev to PEL sev helper PEL: Create UserHeader from parameters PEL: Create PEL from parameters PEL: Add Stream ops for std::vector<uint8_t> PEL: Add a Generic section object (From meta-phosphor rev: 5d62bdae3ec83b70ee7ad1883d26d19916fc4832) Change-Id: I3c9f7a603b61efe795a442489f025731bfba9e5b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-fan-presence: srcrev bump d4c001f2e3..301ec595f5Andrew Geissler1-1/+1
Matthew Barth (1): Add B.J. Wyman as a reviewer (From meta-phosphor rev: 46b616fea2903d32d5aa19974c4f5f565c7e3cc0) Change-Id: Idda4005cfd37a47bf18a254def407acfd3791080 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10bmcweb: srcrev bump 704fae6c7c..e2e9677006Andrew Geissler1-1/+1
James Feist (1): update_service: s/update/image (From meta-phosphor rev: 84c768b9f4ea3afacad65785f6d2d894e17697fd) Change-Id: If9f1d0f0f6f41e310a86537f66f99bb6d67635cd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-08phosphor-settingsd: srcrev bump f1d09b0121..3d805fe94aAndrew Geissler1-1/+1
Kun Yi (1): Makefile.am: Fix mixed tabs and spaces (From meta-phosphor rev: d429dc27127aec05bc812fa79f45a0ea35e72eb7) Change-Id: I770f31f193a4ab1496be79ba64d6d69da22bf3b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-08phosphor-webui: srcrev bump 4b366b5aeb..fdcb35ee7dAndrew Geissler1-1/+1
Dixsie Wolmers (1): Fix date and time settings bug Zbigniew Kurzynski (1): Enabling multiple TrustStore Certificates uploading. (From meta-phosphor rev: 020fab0b523b6963f46c85e34dbe4ba4ed3d3c60) Change-Id: I43c7ef1d90336ea9ab71af98cc1c85fc9715c507 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-08bmcweb: srcrev bump 749dad7d53..704fae6c7cAndrew Geissler1-1/+1
Jae Hyun Yoo (1): Fix MaxConcurrentSessions property of GraphicalConsole (From meta-phosphor rev: b66f6814d709ae452a28f9648d48b82dacad52b6) Change-Id: If2412a007155d1ff6591e781dc8b0c09a6291ed1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-04phosphor-networkd: srcrev bump b40059779a..046b2a0b37Andrew Geissler1-1/+1
Ratan Gupta (1): Allow static configuration of NTP and DNS in DHCP mode (From meta-phosphor rev: 43cf77ab7c0e7021793dd7e187d13903e04fb2b1) Change-Id: I98542d52475ebe4e16735d43ca83d3825c6515fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>