summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/bios
AgeCommit message (Collapse)AuthorFilesLines
2024-06-18bios-settings-mgr: srcrev bump 20de6de8a8..c65f0a3aa1Andrew Geissler1-1/+1
Manojkiran Eda (7): Remove executable permissions for text files Add support for subprojects Add missing nlohmann_json dependency Add missing cereal dependency Remove an unused variable Update cereal dependency Fix spelling mistakes using codespell Change-Id: If25e3818abda0066c664763193a4913c40e539da Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-25meta-phosphor: Add cereal dependency for bios-settings-mgrManojkiran Eda1-2/+3
bios-settings-mgr uses cereal library to persist data, but it is not explicitly mentioned as a dependency.This commit fixes it. The cereal dependency for bios-settings-mgr is added as part of the below commit: ``` https://github.com/openbmc/bios-settings-mgr/commit/72bed802bff8b5c1a7f656e415deb9dadd8e597f ``` Change-Id: I168e09f2fbc39531469ece53449f2e7b27807e29 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
2023-10-25bios-settings-mgr: srcrev bump 628e4aa440..20de6de8a8Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I6308b874e76b9b6b49aab03db50458bbd6c4c68d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-21bios-settings-mgr: srcrev bump 9ace6ac55b..628e4aa440Andrew Geissler1-1/+1
George Liu (2): meson_options.txt: Support for reading options from meson.options meson: Replace configure_file with fs.copyfile Patrick Williams (1): README: fix documentation URL Change-Id: I8418471bb5d0e68474b2b7962b211f90288d3e9e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-13bios-settings-mgr: srcrev bump f19e2713e5..9ace6ac55bAndrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 Change-Id: If3bfe9f2758dd68bb488c688a61029a03a903114 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17bios-settings-mgr: srcrev bump b3f7a79e39..f19e2713e5Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I0ea4669bba9a0fa765698d3d01806a747fa11399 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-10bios-settings-mgr: srcrev bump 1a448ad88f..b3f7a79e39Andrew Geissler1-1/+1
Smriti-Ayushi (1): Clean up: Function abstraction in password file Change-Id: Ifb928b4690b5938f67181bcb1d25d96905dc8749 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-08bios-settings-mgr: srcrev bump c76391be84..1a448ad88fAndrew Geissler1-1/+1
Arun Lal K M (1): Show option->text of BIOS knob in Redfish response. Change-Id: I0c6b4d2e3299747d6e1bb80455abd770feb8328e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-04-20bios-settings-mgr: srcrev bump 8c22d07b2f..c76391be84Andrew Geissler1-1/+1
Patrick Williams (1): meson: remove deprecated get_pkgconfig_variable Change-Id: Ida741da44fcc607e935d18cb4fe320c83ca4a1b8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-03-28bios-settings-mgr: srcrev bump f0452a0a57..8c22d07b2fAndrew Geissler1-1/+1
yes (2): Clean up Clean up: Function abstraction in password file Change-Id: I0696605196e5f3ce75547d09b0bf50da78e8cabf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-09bios-settings-mgr: srcrev bump 1a1dfbd29f..f0452a0a57Andrew Geissler1-1/+1
kuiying (1): Updagte Kuiying's email address Change-Id: Ibbc244161f7ce40f8ba4ed3074ddca9d2e06db3f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-26bios-settings-mgr: srcrev bump d0f034a2c8..1a1dfbd29fAndrew Geissler1-3/+2
Arun Lal K M (1): Make BiosConfig run as one service. Change-Id: I0233dfbc86f0c2ffd5db2f1a602b2a62c5e53e95 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-04bios-settings-mgr: srcrev bump 7520590a0a..d0f034a2c8Andrew Geissler1-1/+1
yes (2): Clean up manager code file Clean up in Password code file Change-Id: If951f8b645e4a8eda79a0cdcff70dbd8dcb0f10d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-12-13bios-settings-mgr: srcrev bump 36cd3238d7..7520590a0aAndrew Geissler1-1/+1
Patrick Williams (1): prettier: re-format Change-Id: I99fdbca5d34a1b63f97908c1061a633614dfddb0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-09-20Run oe-stylize on our filesEd Tanous1-16/+11
In all of our recipes, we should be following yoctos lead on formatting, order, and other things, for consistency in our meta layers. This commit runs oe-stylize.py on all of our files. The types of changes being made can be seen in the commit, but amount to: 1. Setting an explicit key ordering 2. Sectioning the files appropriately 3. Applying rules checking to our files At some point in the near future, we would turn this on as part of repotest, but some minor changes need to be upstreamed to meta-oe (WIP) to make that happen. Looking for input on whether this is something we'd like to do, and whether the diffs below look reasonable to folks. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I489dd21d38a9fe4f3ece89cc7a5e1d0463224abf
2022-09-01Remove boost PACKAGECONFIG for class-targetJason M. Bills1-0/+1
Some BOOST_LIBS such as python and locale are being added by PACKAGECONFIG. Since we want to limit to the small set of BOOST_LIBS by default, we can remove anything added by PACKAGECONFIG for class-target. We found that boost-python is meeting the openssl dependency in the background, so we also have to add an explicit openssl dependency to build some applications without boost-python. This also updates the existing BOOST_LIBS change to only affect class-target. Change-Id: I6cd64354ac65ba60b0672a67b9d9e3a7dbe34b01 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
2022-08-11bios-settings-mgr: srcrev bump 616f9228da..36cd3238d7Andrew Geissler1-1/+1
Patrick Williams (2): OWNERS: switch 'matches' to 'matchers' MAINTAINERS: remove file Change-Id: I52e39db62a5e25056a58d189f88ac5fdab186468 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-25treewide: fix up github SRC_URIsPatrick Williams1-1/+1
Per [1], Yocto is going to start requiring both branch names and `protocol=https` in GitHub SRC_URI variables. Ran the upstream tool to automatically fix our URIs. 1. https://git.yoctoproject.org/poky/tree/documentation/migration-guides/migration-3.5.rst#n10 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5f9619f7ff707050b469ae74c8aa16846568c5e4
2022-01-06bios-settings-mgr: srcrev bump 47453d77c7..616f9228daAndrew Geissler1-1/+1
George Liu (2): meson: Fix deprecated meson warning Fix some warnings by cppcheck Change-Id: Id84ccabe3196bf549e1281d2da2fc2d384ebc644 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-14bios-settings-mgr: srcrev bump 29656f07b7..47453d77c7Andrew Geissler1-1/+1
George Liu (4): build: switch to C++20 Update the clang-format file with latest logging: switch to lg2 Fix the String type of pendingAttributes method Change-Id: Id71236d4038f4b515f0b6def41defc2a39857de1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-27bios-settings-mgr: srcrev bump 2f7ba73a1a..29656f07b7Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: Ibb9d2c3a20c8715f4db14651fc1579884a6d85b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-12bios-settings-mgr: srcrev bump b5984b87eb..2f7ba73a1aAndrew Geissler1-1/+1
Snehalatha Venkatesh (1): Fix for changing BIOS AdminPassword through BMC Change-Id: Ieaef039f1c83be2b922afc9c25114eafbc07b9a5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31bios-settings-mgr: srcrev bump 8f54ee1804..b5984b87ebAndrew Geissler1-1/+1
Arun Lal K M (1): Add data validation for PATCH to /Bios/Settings. Change-Id: I7f7ebb8675ea3ded257a819c45f3b526ddd434bf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18bios-settings-mgr: srcrev bump 5e2cb7206e..8f54ee1804Andrew Geissler1-1/+1
George Liu (1): Remove readOnly attribute check Change-Id: I6ea36bc02db1dab90d5a4b05111efe8dd0a246a2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-06-18bios-settings-mgr: srcrev bump 96e72ec579..5e2cb7206eAndrew Geissler1-1/+1
Snehalatha Venkatesh (1): Change Resetflag from default to Noaction Change-Id: I9bcb29b75833dd04fb6ee1e989fcb5b8573ba76e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04bios-settings-mgr: srcrev bump c0f926d6cb..96e72ec579Andrew Geissler1-1/+1
Ayushi Smriti (1): oob bios config ChangePassword Action support Change-Id: I75f67496b3b37d0f8aa4030e8283219df9850269 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-01-14bios-settings-mgr: srcrev bump 8f706213cc..c0f926d6cbAndrew Geissler1-1/+1
Manojkiran Eda (1): Remove executable permissions to the service file (From meta-phosphor rev: 45388597376a2a4267c047e564ce471ad19bda9d) Change-Id: I7806850091aa3cd729fb0fd041ca4afd9ffafaf2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13Add recipe support for bios-settings-mgrManojkiran Eda1-0/+30
- This commit would add the recipe support for the openbmc/bios-settings-mgr. (From meta-phosphor rev: 23ebe53caf5cef5763c4ed5527dd9f41e87d4163) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: Ic5ead25980c2a8978e60adcefe99608d9e82efff Signed-off-by: Andrew Geissler <geissonator@yahoo.com>