#
9f8459a5 |
| 22-Apr-2024 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
meson: Provide missing boost dependency and its wrap file
Currently local meson build fails with the error: """ fatal error: boost/asio/io_context.hpp: No such file or directory """ This is happenin
meson: Provide missing boost dependency and its wrap file
Currently local meson build fails with the error: """ fatal error: boost/asio/io_context.hpp: No such file or directory """ This is happening because boost is not listed as a dependency for the targets that use it. Add boost dependency for all the necessary targets and provide a wrap file for boost for the local meson build.
Tested: "meson setup build && cd build && meson compile" finishes successfully.
Change-Id: I3f418091d8a2da9377684e16ce3e2f88db4c6eb8 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 ...
|
#
31805afa |
| 19-Sep-2019 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
build: drop autotools With previously added support for building with meson/ninja autotools support is no longer required. Change-Id: I7bc2588ac71a7c37d1c542927dca8f8ae50c8c83
build: drop autotools With previously added support for building with meson/ninja autotools support is no longer required. Change-Id: I7bc2588ac71a7c37d1c542927dca8f8ae50c8c83 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
7263915a |
| 22-Jun-2017 |
Gunnar Mills <gmills@us.ibm.com> |
Add base support for GPIO presence This is the starting code needed to build the application. Change-Id: I46112a222afbc057ac4fc4f8fb2b4c83822023df Signed-off-by: Gunnar Mills <g
Add base support for GPIO presence This is the starting code needed to build the application. Change-Id: I46112a222afbc057ac4fc4f8fb2b4c83822023df Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
#
936a5043 |
| 25-May-2017 |
Matt Spinler <spinler@us.ibm.com> |
Create phosphor-gpio-util framework This application can write GPIOs. Read support may be added in the future. Aside from just setting a GPIO low or high, it can also do: 0
Create phosphor-gpio-util framework This application can write GPIOs. Read support may be added in the future. Aside from just setting a GPIO low or high, it can also do: 0 -> <delay> -> 1 or 1 -> <delay> -> 0. All functionality will be added in future commits Change-Id: I2d3c761eb909ddce3952bfb3173ce271f03544ba Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
d7f9cd1f |
| 04-Apr-2017 |
Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> |
Add gitignore Change-Id: If41f0e682c5bed72700b5340a758cdb28d1dafc4 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
|