#
c13c8754 |
| 22-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: I47af3febe4fc95e730d37305ce7d5c9230fb8a72 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
show more ...
|
#
bff853e7 |
| 08-Feb-2024 |
Josh Lehan <krellan@google.com> |
gitignore: Underline nlohmann_json
The nlohmann_json external package uses an underline, not a dash.
Tested: The `git status` listing now hides it, as intended.
Change-Id: Iae5b308fcb1e269b955170e
gitignore: Underline nlohmann_json
The nlohmann_json external package uses an underline, not a dash.
Tested: The `git status` listing now hides it, as intended.
Change-Id: Iae5b308fcb1e269b955170eeb9264145505cb1a3 Signed-off-by: Josh Lehan <krellan@google.com>
show more ...
|
#
0e5b658f |
| 01-Sep-2023 |
Josh Lehan <krellan@google.com> |
gitignore: Ignore autogenerated Meson wrap files
Ignoring each autogenerated wrap file individually, to avoid inadvertently ignoring manually created wrap files.
Although tempting, a general wildca
gitignore: Ignore autogenerated Meson wrap files
Ignoring each autogenerated wrap file individually, to avoid inadvertently ignoring manually created wrap files.
Although tempting, a general wildcard would not make sense here, because, in the subprojects directory, there are also some manually created wrap files mixed in amongst the autogenerated wrap files. (I wonder why Meson chose to do it this way, since it goes completely against the overall design of Meson wanting to keep the build dir separate from the source dir.)
Tested: The directory "git status" now looks clean again.
Change-Id: I01ab21ca96a2ec4e39253e80ca135aab59a51f4d Signed-off-by: Josh Lehan <krellan@google.com>
show more ...
|
#
366546cf |
| 24-Jul-2023 |
Jonathan Doman <jonathan.doman@intel.com> |
Add meson build support
Tested: 1. Project builds with each meson option turned on or off. 2. Unit tests build and pass. 3. On platform FW built with updated recipe (I23fabdf57b8d6ac35c3aea0ece66
Add meson build support
Tested: 1. Project builds with each meson option turned on or off. 2. Unit tests build and pass. 3. On platform FW built with updated recipe (I23fabdf57b8d6ac35c3aea0ece667be118de4b61): a. SMBIOS blob store library is properly picked up by IPMI blob store manager and handles OEM IPMI commands. b. smbiosmdrv2app is running and populates objects on D-Bus. c. cpuinfoapp is running and populates objects on D-Bus.
Change-Id: Ie65b281900cc07e7d0145445bcc65bbab1979214 Signed-off-by: Jonathan Doman <jonathan.doman@intel.com>
show more ...
|