summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-11-04repotest: reduce patches in meta-bytedanceLei YU1-3/+0
With the previous commit and 98f38d4c8, several patches in meta-bytedance are removed. Remove such patches from repotest. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: If6226949a8063ca5e2aab56aff2b57e54cc963f8
2021-11-04Partially revert "treewide: remove obmc-system-mgmt feature"Patrick Williams4-0/+6
The obmc-system-mgmt feature is currently used in the image to trigger inclusion of a virtual-provider which provides a number of packages many systems need. Partially revert the removal of this feature so that the outcome is: 1. The empty obmc-phosphor-sysd package is still removed. 2. By default the 'obmc-system-mgmt' feature is included, unless specifically exempted. 3. All EVB platforms remove the 'obmc-system-mgmt' feature since they have no system they are managing. This partially reverts commit 060ad3ff7fcc30aff78a9e504efee9d8fa0d4526. Tested: * Built `bletchley` and confirmed `packagegroup-fb-apps-system` and `entity-manager` are present. ``` entity-manager armv7ahf-vfpv4d16 0.1+git0+6bf41588ab-r0 packagegroup-fb-apps-system all 1.0-r1 ``` * Built `witherspoon` and confirmed `packagegroup-op-apps-system` and `pdbg` are present. ``` packagegroup-op-apps-system noarch 1.0 pdbg arm1176jzs 3.3 ``` * Ran `bitbake -p` on `evb-ast2600` to confirm the undefined `virtual-obmc-system-mgmt` is not being included in the image. Change-Id: I8b7804d5101cc84a2c57473b3f85672bf7767c67 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2021-11-04meta-facebook: fix shellcheck issues in scriptsPatrick Williams1-3/+0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I62cf17d414795e91d673d468a196d4f0a6c0a71b
2021-11-04repotest: add json lintingPatrick Williams1-1/+10
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I99dadfac3c2d324bb5ef6a5ab399ad35825b34d5
2021-11-04repotest: refactor shellcheck slightlyPatrick Williams1-11/+43
Refactor the shellcheck implementation so that: 1. Files are checked by extension if their `file` type doesn't match a known list. Some shell scripts do not use the proper shebang and end up not being detected by `file`; attempt to revert to extension in that case. 2. Facilitate easier addition of multiple linting tools for other file types. A follow up commit will add 'json' linting with only a few changes. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5ce60432c4bd123d9d9c14466505c2d4b2477959
2021-11-04setup: fix shellcheck errorsPatrick Williams1-1/+0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4c09e61294506659500f9760993dd4b8b6f22f23
2021-11-04repotest: fix shellcheck errorsPatrick Williams1-7/+6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4f4e7957218642dc252880a0a0ea575ebde10512
2021-11-04repotest: enable shellcheck-based lintingPatrick Williams1-1/+134
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I48ff0b633697ddd16a7119519399c6579688436d
2021-11-03meta-phosphor:meson: pkgconfig inherit requiredAndrew Geissler12-12/+12
Upstream yocto made a change recently that brought to light a bug in some of our recipes. If your meson makefiles utilize the dependency() function then the recipe must also include pkgconfig. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ie85e2a3bd86010c2ce5d08c75fddc1ba348ff891
2021-11-03meta-phosphor: phosphor-ipmi-flash: Update recipe to use mesonWilly Tu1-34/+36
The new meson now forced only one type of LPC or P2A to be enabled. The build will fail if both LPC and P2A are enabled. Out of the given type, only the last package enabled will be used. Added PACKAGECONFIG conflict feature. Tested ``` NOTE: Reconnecting to bitbake server... Loading cache: 100% |###################################################################################################################################################################################################| Time: 0:00:01 Loaded 3939 entries from dependency cache. ERROR: /workspace/gBMC/buildspace/gbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb: phosphor-ipmi-flash: PACKAGECONFIG[nuvoton-lpc] Conflict package config 'nuvoton-p2a-mbox' set in PACKAGECONFIG.| ETA: --:--:-- ERROR: Failed to parse recipe: /workspace/gBMC/buildspace/gbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb ``` Change-Id: I6ad9317cb5c35aa266ff67eb3b22e9f5f17f359b Signed-off-by: Willy Tu <wltu@google.com>
2021-11-03phosphor-ipmi-ethstats: srcrev bump 6b48b92e08..c8894c55f5Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I06a725bcbea192e04a67e9cd8811b6d3d1d928ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03kcsbridge: srcrev bump 03e6defcbc..7580a8e60dAndrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Patrick Williams (1): span: switch to std Change-Id: Iad1eb082e1f6a5d0977d1ad4f46aeb600b89b782 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-dbus-interfaces: srcrev bump 4a3bfcaf4a..9011692063Andrew Geissler1-1/+1
Jonathan Doman (1): Fix install_subdir setup error Change-Id: Ifc3d5d549d54bc930b1d3f401cd67bc4ec203a11 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-fan-presence: srcrev bump 55ed901be9..284505d34bAndrew Geissler1-1/+1
Matt Spinler (9): control: Dump flight recorder to a JSON file control: Add cache maps to fan control dump fanctl: Add query_dump cmd to search dump contents control: Store zone data in the dump control: Add setFloorHold to Zone control: mapped_floor: use setFloorHold control: Add count state floor action control: Timer trigger can preload groups control: Add power on/off triggers Matthew Barth (8): control:ibm,rainier-2u: Fan missing event control:ibm,rainier-2u: Fan rotor nonfunctional event control:ibm,rainier-4u: Fan missing event control:ibm,rainier-4u: Fan rotor nonfunctional event control:ibm,rainier-1s4u: Fan missing event control:ibm,rainier-1s4u: Fan rotor nonfunctional event control:ibm,everest: Fan missing event control:ibm,everest: Fan rotor nonfunctional event Change-Id: Ia80f5acf1ff167b3c8875981cd3fec4f954af7fe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03obmc-console: srcrev bump 2e93a03daf..dc0eec8db7Andrew Geissler1-1/+1
Andrew Geissler (1): ssh-console: introduce reasonable timeout values Change-Id: I8cac6088806391796ee2bf97c8fb9f6a2925e311 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-health-monitor: srcrev bump 036f1617ec..f515187932Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I9109f3e31323427ad82343fee0b1cc42d41a0699 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03telemetry: srcrev bump 7e098e93ef..e28aa53dc1Andrew Geissler1-1/+1
Szymon Dompke (1): Add Id to Trigger Change-Id: I106d4c112232d33c8561887e7b7fc63da7bc70ec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-ecc: srcrev bump 0841f8abf9..a56bb3cae1Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I951eca2b4e0a984ad9ca203e7e7be46dfec57e27 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-ipmi-blobs: srcrev bump fda41789e7..3b89eda938Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I90a1da693b5f9532d6dd6af4ccdc6108b97ef6d1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-psu-code-mgmt: srcrev bump a5fc266901..95ad4ee285Andrew Geissler1-1/+1
Lei YU (1): MAINTAINERS and OWNERS: Update info Change-Id: I4d40b10b10f224fb8090b068d09dbf6d62723a41 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03bmcweb: srcrev bump 021d32cf90..37bbf98c8bAndrew Geissler1-1/+1
Chris Cain (1): Systems: Add IdlePowerSave support George Liu (1): Fix NTPServers are hard-coded for eth0 Change-Id: I74bebcde91135389850fe6e89792a054db05404c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03ipmi-fru-parser: srcrev bump 5f5e3840f7..bc145078e7Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I202d1b04e503faa9769c84cffee52c5cf90424cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03dbus-sensors: srcrev bump b782eec692..3291b9c755Andrew Geissler1-1/+1
Jie Yang (1): Sensor mutability interface Change-Id: I482f2407ef54f62fcf9131e2acc6a8c9aa75ec54 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03webui-vue: srcrev bump 15cee70983..8187678816Andrew Geissler1-1/+1
Sandeepa Singh (1): Add Dimms table missing properties Change-Id: Ie60ce20ab7d700214136262409bcb653c2a5b589 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-ipmi-flash: srcrev bump bcae90026b..0df4085097Andrew Geissler1-1/+1
William A. Kennington III (1): build: Remove unused phosphor-logging dependency Willy Tu (1): build: nuvoton-lpc: Add `NUVOTON_LPC` project_arguments Change-Id: I908323915c2fe120f9c6503986a85ff72443c0cd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02rest-dbus: srcrev bump 9273a302e8..99d57f2698Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I8d692e2eb6d65aaa9da461efeb1d210247392920 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02ipmbbridge: srcrev bump bd78df6be9..8227626764Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I76cbbf0ed45d8b9a523fb9c2c27d21dc1c03be3e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02obmc-ikvm: srcrev bump 2d2f3dab42..f90f68d1e9Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I8c92d4ef4489eeb6417b546be26f95ab7b07c38c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02pldm: srcrev bump d207b59478..b7e083ea32Andrew Geissler1-1/+1
Tom Joseph (7): libpldm: Modify the validation check on ActiveComponentVersionString fw-update: Implement inventory manager fw-update: Implement firmware update package parser fw-update: Implement DeviceUpdater fw-update: Implement firmware UpdateManager fw-update: Firmware discovery of MCTP endpoints fw-update : Optimize passing infra parameters Change-Id: Ie7aaed2129463d1c6247c37f56a2198b11705760 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02phosphor-host-ipmid: srcrev bump f0a89946f1..d2ee98677fAndrew Geissler1-1/+1
Hieu Huynh (1): Support chassis bootdev clear-cmos Willy Tu (2): dbus-sdr: prevent handler registration if dbus-sdr is enabled dbus-sdr: Remove the use of undocumented Inventory.Decorator.FruDevice Change-Id: Ia4dd1b7eea993cdc8e33fc0e1d8f7cc398b3dee4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02phosphor-logging: srcrev bump 74348c60ed..8ec41563bbAndrew Geissler1-1/+1
Sumit Kumar (1): PEL: Set commit time for archived pels Change-Id: I75571aa4044ee85404530055804aedbf609df56a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02phosphor-power: srcrev bump 85c7bf41fe..a2a830b1ffAndrew Geissler1-1/+1
Brandon Wyman (3): psu-ng: Refactor EXPECT calls for PMBus STATUS_* psu-ng: Add code to detect VOUT_OV_FAULT psu-ng: Change fault traces from INFO to ERR Shawn McCarney (2): regulators: Treat missing VPD keyword as empty regulators: Allow empty expected VPD value Change-Id: Ifc2953ba12251e6a8dc9ea51633bc3faf0eb7c60 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30jsnbd: srcrev bump 164fef38b7..7b7c29369cAndrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: Ia29a9dba4a87667ff7e35836d7c25bee16278a8f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30phosphor-settingsd: srcrev bump b6fa9bb188..5ff6375ba9Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I8c62e878ce13a0c153f9c794b7b4f2029e488909 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30phosphor-post-code-manager: srcrev bump 90e767334b..9ce5a645f5Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: Ie4e88dda3f8fbb12f22a6f045f02823de43a5d1a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30slpd-lite: srcrev bump a592888328..ef078cd0d5Andrew Geissler1-1/+1
Manojkiran Eda (2): Update .clang-format file & clang-format-12 changes Add OWNERS file Change-Id: Ie8b6ba8824533e8b3ba089065b067630a02e547a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30phosphor-user-manager: srcrev bump ccd28899f2..ce4e1aa087Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I93c7138a290f89f76989f116ae07c5028626ed6c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30entity-manager: srcrev bump 35d94a83b3..6bf41588abAndrew Geissler1-1/+1
Zhikui Ren (1): Add doc links in readme Change-Id: I0cb27b70d4936de800691583d00945423872568f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30phosphor-fan-presence: srcrev bump e4867b2f6e..55ed901be9Andrew Geissler1-1/+1
Matthew Barth (1): control:actions: Replace `speed` with `target` Change-Id: Ib3fce1146df4b40daa3d6396f5cf72e77bed7fce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30pldm: srcrev bump 9152313739..d207b59478Andrew Geissler1-1/+1
Brad Bishop (1): pldmtool: platform: getpdr: form proper JSON Tom Joseph (1): tools: Extend support for ComponentOptions Change-Id: I67babd88c7e6868123c21e79ffca65f01cca334a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30libmctp: srcrev bump 0f22eaa000..663ec39ea1Andrew Geissler1-1/+1
Andrew Jeffery (1): astlpc: Force FW2AHB to map reserved memory Brad Bishop (1): core: check n_busses before transmit Change-Id: I9702b4fe8ee7abe6db8d057bd3801da14c3c4547 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30phosphor-certificate-manager: srcrev bump 7195799258..7f7b47bea7Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I8affa79f6c17d0eda23c960807c2c2ac0e0eec45 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30phosphor-ipmi-flash: srcrev bump 8d6b011416..bcae90026bAndrew Geissler1-1/+1
Willy Tu (1): build: Add meson build Change-Id: I367b44a96cdd9abc2ea314a7242fbb9e6f5e94c0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30stdplus: srcrev bump 104875433f..8b70ecc79aAndrew Geissler1-1/+1
William A. Kennington III (2): io_uring: Add function to reserve file slots build: Fix multiline string warning Change-Id: I4441a525819bac996111e05cda3fc2abcf236019 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30phosphor-dbus-interfaces: srcrev bump 4aec8027ac..4a3bfcaf4aAndrew Geissler1-1/+1
Brandon Kim (1): CpuCore: Update Microcode type to uint Manojkiran Eda (1): Add OWNERS file Change-Id: I1db255bc9bbd837ee9c5a7c1b1b2b11e30c085df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30phosphor-debug-collector: srcrev bump 2a6835d765..9b4716aef3Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I3175b35824ed1e9ffb9ea70888daa1cc12b1c376 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30bmcweb: srcrev bump 9d832618c7..021d32cf90Andrew Geissler1-1/+1
Ed Tanous (1): Rearrange meson file and remove redundant tests Krzysztof Grobelny (1): Revert "Use AsyncResp in retrieveUriToDbusMap" Change-Id: I7557921769c78d542a9dd94e50ca4929d75eab91 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30phosphor-power: srcrev bump b85b9dded0..85c7bf41feAndrew Geissler1-1/+1
Brandon Wyman (3): psu-ng: Use a separate map for required PSUs data psu-ng: Clear the additionalData each loop psu-ng: Detect CML fault Change-Id: I2c37cd4806529a304eb4eb91511d4c480cf0fa17 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-29phosphor-host-ipmid: srcrev bump 3c3645a5bb..f0a89946f1Andrew Geissler1-1/+1
Jie Yang (1): dbus-sdr: Add sensor mutability Johnathan Mantey (1): Return invalid argument error code when assigning IPv6StaticAddreses Change-Id: If6a60c0d35bd2c7cd67e223647604ae0c8bbabad Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-28skeleton: srcrev bump 81100ae9ee..77b241c472Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I7baeec6ca85478efeee3ee8ef80536527abc6890 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>