History log of /openbmc/phosphor-hwmon/tools/ (Results 1 – 5 of 5)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f9aff80505-May-2021 William A. Kennington III <wak@google.com>

meson: Cleanup library linking

Change-Id: Ie1fa47ec3c6f2d2a88f8487f3a533c5ebd801612
Signed-off-by: William A. Kennington III <wak@google.com>

6f42e35628-Apr-2021 Matt Spinler <spinler@us.ibm.com>

Remove autotools files

Now that meson is enabled in the bitbake build, remove support for
building with autotools.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I49d66ca766d7d3475f454

Remove autotools files

Now that meson is enabled in the bitbake build, remove support for
building with autotools.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I49d66ca766d7d3475f454675124b3008f70bde4f

show more ...

5906173a07-Oct-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:
meson build
ninja -C bu

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

Maintain support for:
Configurable dbus parameters:
BUSNAME_PREFIX= -> -Dbusname-prefix=
SENSOR_ROOT= -> -Dsensor-root=
System call failure behavior:
--enable-negative-errno-on-failure -> -Dnegative-errno-on-fail
--enable-update-functional-on-fail -> -Dupdate-functional-on-fail

Add -Dtests to match de-facto OpenBMC meson usage conventions.

Drop support for --enable-oe-sdk rpath munging. This is a workaround
for broken oe sdks that don't figure out the correct rpath when running
make check or ninja test.

Upstream meson does not currently have support for custom code coverage
parameters:
https://github.com/mesonbuild/meson/issues/4628

Autotools does support this, so support of our custom code coverage
parameters cannot be maintained using meson, without meson enhancements.

Change-Id: I312f1af4c3fcc20ca8bdf2bbf53b06f18abfbfe2
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


/openbmc/phosphor-hwmon/.clang-format
/openbmc/phosphor-hwmon/.gitignore
/openbmc/phosphor-hwmon/.lcovrc
/openbmc/phosphor-hwmon/MAINTAINERS
/openbmc/phosphor-hwmon/Makefile.am
/openbmc/phosphor-hwmon/README.md
/openbmc/phosphor-hwmon/average.cpp
/openbmc/phosphor-hwmon/average.hpp
/openbmc/phosphor-hwmon/configure.ac
/openbmc/phosphor-hwmon/env.cpp
/openbmc/phosphor-hwmon/env.hpp
/openbmc/phosphor-hwmon/fan_pwm.cpp
/openbmc/phosphor-hwmon/fan_pwm.hpp
/openbmc/phosphor-hwmon/fan_speed.cpp
/openbmc/phosphor-hwmon/fan_speed.hpp
/openbmc/phosphor-hwmon/gpio_handle.cpp
/openbmc/phosphor-hwmon/gpio_handle.hpp
/openbmc/phosphor-hwmon/hwmon.cpp
/openbmc/phosphor-hwmon/hwmon.hpp
/openbmc/phosphor-hwmon/hwmonio.cpp
/openbmc/phosphor-hwmon/hwmonio.hpp
/openbmc/phosphor-hwmon/interface.hpp
/openbmc/phosphor-hwmon/mainloop.cpp
/openbmc/phosphor-hwmon/mainloop.hpp
/openbmc/phosphor-hwmon/meson.build
/openbmc/phosphor-hwmon/meson_options.txt
/openbmc/phosphor-hwmon/msl/meson.build
/openbmc/phosphor-hwmon/readd.cpp
/openbmc/phosphor-hwmon/sensor.cpp
/openbmc/phosphor-hwmon/sensor.hpp
/openbmc/phosphor-hwmon/sensorset.cpp
/openbmc/phosphor-hwmon/sensorset.hpp
/openbmc/phosphor-hwmon/sysfs.cpp
/openbmc/phosphor-hwmon/targets.hpp
/openbmc/phosphor-hwmon/test/Makefile.am
/openbmc/phosphor-hwmon/test/average_unittest.cpp
/openbmc/phosphor-hwmon/test/env_mock.hpp
/openbmc/phosphor-hwmon/test/env_unittest.cpp
/openbmc/phosphor-hwmon/test/fanpwm_unittest.cpp
/openbmc/phosphor-hwmon/test/filesystem_mock.hpp
/openbmc/phosphor-hwmon/test/gpio.cpp
/openbmc/phosphor-hwmon/test/gpio_mock.hpp
/openbmc/phosphor-hwmon/test/hwmonio_default_unittest.cpp
/openbmc/phosphor-hwmon/test/meson.build
/openbmc/phosphor-hwmon/test/sensor_unittest.cpp
/openbmc/phosphor-hwmon/thresholds.hpp
meson.build
/openbmc/phosphor-hwmon/types.hpp
/openbmc/phosphor-hwmon/util.hpp
043d323031-Aug-2018 Patrick Venture <venture@google.com>

add .clang-format

Change-Id: I94ce26d595367e08d6fb3734535bcd855f1b1473
Signed-off-by: Patrick Venture <venture@google.com>

c635e86017-Apr-2018 Patrick Venture <venture@google.com>

test: moved to tools

Moved the current test folder to tools and started a new test
folder. This will allow for rapid introduction of new unit-tests into
phosphor-hwmon. The tools folder contains s

test: moved to tools

Moved the current test folder to tools and started a new test
folder. This will allow for rapid introduction of new unit-tests into
phosphor-hwmon. The tools folder contains small tools to aid in
phosphor-hwmon configuration and misc. This folder will go under review
at another time.

Change-Id: Ice18ffb5cdcbd519d49088e233a8082a9410b03e
Signed-off-by: Patrick Venture <venture@google.com>

show more ...