#
e11895fd |
| 04-Apr-2024 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
meson: Use boost as a dependency
Currently boost library is found via the 'cpp.find_library' call. With this method local build of the project requires host to have the boost libraries installed. Si
meson: Use boost as a dependency
Currently boost library is found via the 'cpp.find_library' call. With this method local build of the project requires host to have the boost libraries installed. Since the meson have a subproject system to download missing dependencies, rewrite boost requirement to a 'dependency' object. This way it would be possible to build the project locally on the system without the boost library installed.
Tested: Both local meson build and Yocto build are performed successfully.
Change-Id: I082aeb1d6c09627ea53f58cb6cd375f080401d57 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
show more ...
|
#
824ca81f |
| 19-Oct-2023 |
Peter Foley <pefoley@google.com> |
subprojects: ignore redirected wrap files
We shouldn't have wrap-redirect files committed.
Change-Id: I6ae7c14ecc3edf3d9a11f6efd281c005afd7a05a Signed-off-by: Peter Foley <pefoley@google.com>
|
#
25035b88 |
| 16-Jun-2022 |
Patrick Williams <patrick@stwcx.xyz> |
gitignore: minor fixup for symlink workflow
It is convenient to have the subprojects source populated by symlinking to a common workspace so that cross-repository development can be done. The previo
gitignore: minor fixup for symlink workflow
It is convenient to have the subprojects source populated by symlinking to a common workspace so that cross-repository development can be done. The previous .gitignore caused 'untracked file' for each subproject symlink because it was a symlink instead of a directory. Modify the .gitignore to match what most other meson repositories have done.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I303effd3c8e7099aaade4a3ac1e81ac7f55cdec0
show more ...
|
#
c710b975 |
| 11-Aug-2021 |
Willy Tu <wltu@google.com> |
build: Add meson build for phosphor-host-ipmi
Create meson and meson_options for the existing features.
Removed sample.h/cpp since that is not used at all.
Tested: Ipmi command works fine the clea
build: Add meson build for phosphor-host-ipmi
Create meson and meson_options for the existing features.
Removed sample.h/cpp since that is not used at all.
Tested: Ipmi command works fine the cleanup. ``` $ systemctl status phosphor-ipmi-host ● phosphor-ipmi-host.service - Phosphor Inband IPMI Loaded: loaded (/lib/systemd/system/phosphor-ipmi-host.service; enabled; vendor preset: enabled) Active: active (running) since Thu 1970-01-08 21:20:56 UTC; 21s ago Main PID: 24987 (ipmid) CGroup: /system.slice/phosphor-ipmi-host.service └─24987 /tmp/ipmid
Jan 08 21:20:56 $HOST ipmid[24987]: Registering OEM:[0X002B79], Cmd:[0X30] for Ethstats Commands Jan 08 21:20:56 $HOST ipmid[24987]: Registering OEM:[0X00C2CF], Cmd:[0X30] for Ethstats Commands Jan 08 21:20:56 $HOST ipmid[24987]: Registering OEM:[0X002B79], Cmd:[0X32] for Sys Commands Jan 08 21:20:56 $HOST ipmid[24987]: Registering OEM:[0X002B79], Cmd:[0X02] for I2C Jan 08 21:20:56 $HOST ipmid[24987]: Registering OEM:[0X00C2CF], Cmd:[0X02] for I2C Jan 08 21:20:56 $HOST ipmid[24987]: I2C_WHITELIST_CHECK is disabled, do not populate whitelist Jan 08 21:20:56 $HOST ipmid[24987]: Registering OEM:[0X00C2CF], Cmd:[0X04] for Manual Zone Control Jan 08 21:20:56 $HOST systemd[1]: Started Phosphor Inband IPMI. Jan 08 21:20:56 $HOST ipmid[24987]: Loading whitelist filter Jan 08 21:20:56 $HOST ipmid[24987]: Set restrictedMode = true (reverse-i-search)`ipmi': systemctl status phosphor-^Cmi-host
$ ipmitool mc info Device ID : 32 Device Revision : 1 Firmware Revision : 0.00 IPMI Version : 2.0 Manufacturer ID : 7244 Manufacturer Name : Quanta Computer Inc. Product ID : 14426 (0x385a) Product Name : Unknown (0x385A) Device Available : yes Provides Device SDRs : yes Additional Device Support : Sensor Device SEL Device FRU Inventory Device Chassis Device Aux Firmware Rev Info : 0x00 0x00 0x00 0x00 ```
Change-Id: Ibaea9eea802b063a0207320654cbb817fde30c2a Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|
#
f4a2085c |
| 07-Aug-2019 |
Patrick Venture <venture@google.com> |
gitignore: add test and coverage artifacts Signed-off-by: Patrick Venture <venture@google.com> Change-Id: If630a4c2411a66b4995f6807e185bd5cd36d165e
|
#
5023aa95 |
| 04-Apr-2019 |
William A. Kennington III <wak@google.com> |
autotools: Fix for autoconf-archive 2019.01.19 The code coverage macros from the archive changed in a backward incompatible way. This adds a workaround to autodetect either version a
autotools: Fix for autoconf-archive 2019.01.19 The code coverage macros from the archive changed in a backward incompatible way. This adds a workaround to autodetect either version and do the right thing. Tested: Against the typical, older autotools and the new autotools 2019.01.09 in the CI environment. Change-Id: I765ec46051c2666874dce51675092aa4da989ec5 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
87c115fa |
| 19-Feb-2019 |
Patrick Venture <venture@google.com> |
gitignore: add entity-gen.cpp Add generated file entity-gen.cpp Change-Id: Id2d13de766b3d4c924bc9a48963e556a9ec86f58 Signed-off-by: Patrick Venture <venture@google.com>
|
#
194375f2 |
| 14-Dec-2018 |
William A. Kennington III <wak@google.com> |
Create libipmid and libipmid-host This starts a transition to common ipmid libraries that providers can link against. It will allow for a cleaner separation between common ipmid func
Create libipmid and libipmid-host This starts a transition to common ipmid libraries that providers can link against. It will allow for a cleaner separation between common ipmid functionality and daemon type specific code. This is needed so we can resolve all of the symbols in the providers at link time instead of discovering bad linkage by building and running a full ipmi daemon. In future commits libraries will be packaged for libipmid and libipmid-host which provide all of the symbols used by the current set of ipmid providers. This is the first step, it just separates and renames the headers. Legacy symlinks are still kept around for compatability. It also adds stub libraries so that external users can start linking as intended. Change-Id: I6bbd7a146362012d26812a7b039d1c4075862cbd Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
2723f38f |
| 10-Dec-2018 |
William A. Kennington III <wak@google.com> |
gitignore: Ignore libraries regardless of directory Currently our gitignore works becuase all of our libraries reside in the the top level directory and are named /lib*. We should really
gitignore: Ignore libraries regardless of directory Currently our gitignore works becuase all of our libraries reside in the the top level directory and are named /lib*. We should really just be ignoring any file *.a *.so* or *.la. Change-Id: I6b48dc34819ac1798bbee5796dbe220c93db876e Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
1990c85e |
| 20-Nov-2018 |
Patrick Venture <venture@google.com> |
gitignore: add all *.lo files to ignore list Specify all *.lo files and not just /app/*.lo to handle the objects built into other directories. Change-Id: I01df38ef81f749913dc9d5
gitignore: add all *.lo files to ignore list Specify all *.lo files and not just /app/*.lo to handle the objects built into other directories. Change-Id: I01df38ef81f749913dc9d536ffdcc2774d17b785 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
#
62c3e2c0 |
| 23-Oct-2018 |
Patrick Venture <venture@google.com> |
gitignore: add coverage and test generated files Add coverage and test generated files to gitignore file. Change-Id: I72d56567ea3bcadae6731070c7c1265b92d05a9b Signed-off-by: Pat
gitignore: add coverage and test generated files Add coverage and test generated files to gitignore file. Change-Id: I72d56567ea3bcadae6731070c7c1265b92d05a9b Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
#
1181af74 |
| 08-Oct-2018 |
Vernon Mauery <vernon.mauery@linux.intel.com> |
Use the common timer class The common timer class from sdbusplus offers all the timer goodness that we currently use. The unit test is also no longer needed (and has been added to sd
Use the common timer class The common timer class from sdbusplus offers all the timer goodness that we currently use. The unit test is also no longer needed (and has been added to sdbusplus's version of the timer.hpp implementation). Change-Id: I278817489433a29ca739f70fdacd8bb897797d66 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
show more ...
|
#
c5046574 |
| 27-Jul-2018 |
Vernon Mauery <vernon.mauery@intel.com> |
add more files to the .gitignore list This includes editor temp files, patch rejects, and other build/debug artifacts. Change-Id: I06c52dc36568baae73c1981034f1adf3ede87a82 S
add more files to the .gitignore list This includes editor temp files, patch rejects, and other build/debug artifacts. Change-Id: I06c52dc36568baae73c1981034f1adf3ede87a82 Signed-off-by: Vernon Mauery <vernon.mauery@intel.com>
show more ...
|
#
a9fbff43 |
| 22-Jan-2018 |
Tom Joseph <tomjoseph@in.ibm.com> |
Add channel-gen.cpp to compilation units The commit c01edf283dca792d1eecedd5c03b69b7eebb6f23 in phosphor-host-ipmid had introduced a breaking change. This commit would fix that.
Add channel-gen.cpp to compilation units The commit c01edf283dca792d1eecedd5c03b69b7eebb6f23 in phosphor-host-ipmid had introduced a breaking change. This commit would fix that. Change-Id: Id3aa18bcc3b7f054b8c659916896de146064d8bb Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
show more ...
|
#
ef7773cc |
| 07-Nov-2017 |
Tom Joseph <tomjoseph@in.ibm.com> |
Update .gitignore Change-Id: I062c27173e0279759ca14fb49304e5a54ac35dbe Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
|
#
37371c1a |
| 03-Jul-2017 |
Marri Devender Rao <devenrao@in.ibm.com> |
Update gitignore Change-Id: I7015951be5eb72c55e472ae2615a36b55d9d5373 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
|
#
9e553b32 |
| 10-Jul-2017 |
Tom Joseph <tomjoseph@in.ibm.com> |
Update .gitignore Resolves openbmc/openbmc#1515 Change-Id: I31421fb667657b258cf0a0610e6ed352aa373f98 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
|
#
d5899e7e |
| 05-May-2017 |
Tom Joseph <tomjoseph@in.ibm.com> |
Makefile changes for generating inventory-sensor-gen.cpp Provide capability for the recipe to pass the config yaml as a configurable output. Fallback to inventory-sensor-example.yaml
Makefile changes for generating inventory-sensor-gen.cpp Provide capability for the recipe to pass the config yaml as a configurable output. Fallback to inventory-sensor-example.yaml in case no config yaml is passed. Change-Id: I6a069b0925c3e4c4d56bd1c9767b8fadcdf433b4 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
show more ...
|
#
857f54b7 |
| 02-Apr-2017 |
Andrew Geissler <andrewg@us.ibm.com> |
Update gitignore with new softoff and test files Change-Id: I36e59710b34b024926fe0a721b42eaea0d5e2447 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
|
#
36cde98d |
| 21-Mar-2017 |
Andrew Geissler <andrewg@us.ibm.com> |
Added gitignore for phosphor-host-ipmi repo Change-Id: I86fc1cc21442a5675148fcb0aff34c8034af624a Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
|