History log of /openbmc/bios-settings-mgr/subprojects/ (Results 1 – 5 of 5)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9fc9a98809-Oct-2024 Manojkiran Eda <manojkiran.eda@gmail.com>

Format meson files with meson.format

Meson 1.5.0 introduced a new feature to format all the meson
files. Formatting all the meson files is now as simple as running
`meson format -i -r` command in th

Format meson files with meson.format

Meson 1.5.0 introduced a new feature to format all the meson
files. Formatting all the meson files is now as simple as running
`meson format -i -r` command in the repository root folder.

more details : https://mesonbuild.com/Commands.html#format

Change-Id: I6069be2f872e9bbd1e894282fa2c06cf68791e0d
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>

show more ...

4ba8890b22-Apr-2024 Konstantin Aladyshev <aladyshev22@gmail.com>

meson: Provide wrap file for boost

Currently local build on the system without boost can fail with
the following message:
"""
meson.build: ERROR: Dependency "boost" not found, tried system
"""
Provi

meson: Provide wrap file for boost

Currently local build on the system without boost can fail with
the following message:
"""
meson.build: ERROR: Dependency "boost" not found, tried system
"""
Provide "boost.wrap" file to fix the issue.

Change-Id: I6ed5fb9ec69f6a3bb778cf6797ae4d303a4222ea
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>

show more ...

e7f0b66c16-Dec-2023 Manojkiran Eda <manojkiran.eda@gmail.com>

Add missing cereal dependency

The repository uses cereal as a serialization library to persist
the dbus object changes.So we better add it to the dependency list
so that , there will be an explicit

Add missing cereal dependency

The repository uses cereal as a serialization library to persist
the dbus object changes.So we better add it to the dependency list
so that , there will be an explicit checking in the configuration
stage rather than bailing out with a compile failure.

Change-Id: Id674c3a1eb47d9df9a9aaeaba278509f467765b8
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>

show more ...

f591165316-Dec-2023 Manojkiran Eda <manojkiran.eda@gmail.com>

Add missing nlohmann_json dependency

The bios-password part of code relies on seed file which is
in JSON format and also uses the nlohmann parse functions to
parse it, so add it to the dependency li

Add missing nlohmann_json dependency

The bios-password part of code relies on seed file which is
in JSON format and also uses the nlohmann parse functions to
parse it, so add it to the dependency list.

Change-Id: I7f4ab5a79f8909ee527861a9275ddc2282599a67
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>

show more ...

918d1a3e16-Dec-2023 Manojkiran Eda <manojkiran.eda@gmail.com>

Add support for subprojects

In the current state, the repository does not build with out the
necessary libraries installed on the host machine, intention behind
this commit is to add the necessary s

Add support for subprojects

In the current state, the repository does not build with out the
necessary libraries installed on the host machine, intention behind
this commit is to add the necessary subprojects support so that, the
repository can be build with automatic download of dependencies.

Change-Id: Iddd4e87651fb07a328747133a196f1fac30e60de
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>

show more ...