#
5d234dd1 |
| 22-Apr-2024 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
meson: Provide "gmock" for local build
Currently local meson build fails with the error: """ test/meson.build:1:8: ERROR: Dependency "gmock" not found, tried pkgconfig and system """ Provide "gmock/
meson: Provide "gmock" for local build
Currently local meson build fails with the error: """ test/meson.build:1:8: ERROR: Dependency "gmock" not found, tried pkgconfig and system """ Provide "gmock/gtest" for local build to fix the issue.
Tested: "meson setup build" no longer fails with the "gmock not found" error.
Change-Id: Ia5987e9355e76ce69fa5258d19f097be10a9d5f9 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
show more ...
|
#
0172969c |
| 01-Jun-2023 |
Patrick Williams <patrick@stwcx.xyz> |
meson: add subproject support
Enable building the repository outside of an OpenBMC Docker container or SDK by leveraging meson subproject support. Copy wrap files from elsewhere in the organization
meson: add subproject support
Enable building the repository outside of an OpenBMC Docker container or SDK by leveraging meson subproject support. Copy wrap files from elsewhere in the organization and update the meson dependencies for some missing dependencies.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9f2cdc310cbee3fd4ee911cca5e339c4e1ebb94f
show more ...
|
#
2d66b517 |
| 19-Sep-2019 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
build: add support for building with meson Follow the OpenBMC herd and support a more modern, more comprehensible, more performant build framework. To build using meson:
build: add support for building with meson Follow the OpenBMC herd and support a more modern, more comprehensible, more performant build framework. To build using meson: meson build ninja -C build ninja -C build install Added -Dtests to match de-facto OpenBMC meson usage conventions. Dropped support for --enable-oe-sdk rpath munging. This was a workaround for broken oe sdks that don't figure out the correct rpath when running make check or ninja test. Ran existing unit tests (which passed) using ninja test. Change-Id: I198700d866e1b23ba0a22b156335bbb973b98f43 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|