#
516e22fe |
| 01-Feb-2025 |
Patrick Williams <patrick@stwcx.xyz> |
meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: Ie0fb147f556c18eb226736dd9b688afba5636a9b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
#
df2f4cb8 |
| 03-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
meson: switch code dependency to libsystemd
For a while now systemd has packaged a separate `libsystemd`. For meson dependency, `systemd` should be used when looking for systemd service file paths
meson: switch code dependency to libsystemd
For a while now systemd has packaged a separate `libsystemd`. For meson dependency, `systemd` should be used when looking for systemd service file paths and `libsystemd` should be used for `sd_*` functions.
Update the dependency accordingly.
Change-Id: Ia48b6da8923f2955e88819120f1bfc464fec2c97 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
888bebde |
| 31-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
meson: add necessary subprojects
Add subprojects for all the direct dependencies of the project such that the project can be built outside of a Yocto SDK on a typical Linux development system.
-
meson: add necessary subprojects
Add subprojects for all the direct dependencies of the project such that the project can be built outside of a Yocto SDK on a typical Linux development system.
- Update the .gitignore to ignore the subproject source directories. - Update the .gitignore to ignore alternative build subdirectory names as is typical with most projects in the openbmc organization. - Add wrap files for direct dependencies, copied from other repositories that already have the same dependencies. - Modify the meson.build dependency for libgpiod so that the C++ bindings are included. - Add many missing dependencies throughout. - Sort all dependencies alphabetically for consistency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0feb6f0f175e6dba0b00a2c2b666eb0801575734
show more ...
|
#
89283d10 |
| 30-May-2020 |
Andrew Geissler <geissonator@yahoo.com> |
boost: define required dependency
Latest upstream yocto is failing due to being unable to find the boost header files. Define the needed dependency.
This will require a DEPENDS update in phosphor-p
boost: define required dependency
Latest upstream yocto is failing due to being unable to find the boost header files. Define the needed dependency.
This will require a DEPENDS update in phosphor-power_git.bb before it will build: https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/33014
Tested: Verified with the corresponding recipe change that phosphor-power now builds against upstream yocto
Change-Id: I382fae08ed2a525f39d1873ee1a2719fa85d9964 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|
#
e83604be |
| 08-Jan-2020 |
Cheng C Yang <cheng.c.yang@linux.intel.com> |
Add feature Cold Redundancy
Add an Intel specific feature PSU Cold Redundancy. This is the first patch which will get PSU information and PSU Event from D-Bus interfaces. Cold Redundancy design docu
Add feature Cold Redundancy
Add an Intel specific feature PSU Cold Redundancy. This is the first patch which will get PSU information and PSU Event from D-Bus interfaces. Cold Redundancy design document is in https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/27637
Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com> Change-Id: Ic039118e4cebc8b0ff6ba80493180a1d8af0096b
show more ...
|