History log of /openbmc/x86-power-control/subprojects/ (Results 1 – 4 of 4)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5823225601-Apr-2024 Konstantin Aladyshev <aladyshev22@gmail.com>

meson: Provide wrap file for boost

Currently local build on the system without boost can fail with
the following message:
"""
meson.build: ERROR: Dependency "boost" not found, tried system
"""
Provi

meson: Provide wrap file for boost

Currently local build on the system without boost can fail with
the following message:
"""
meson.build: ERROR: Dependency "boost" not found, tried system
"""
Provide "boost.wrap" file to fix the issue.

Change-Id: Id63f70c02369923959d42c1cd621110f6b42af33
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>

show more ...

7ef52a8d05-Sep-2022 Nan Zhou <nanzhoumails@gmail.com>

meson: rely on nlohmann json

This project relies on nlohmann json, but didn't specifies the
correct dependency.

This commit adds the missing dep. The wrap file is from other repos.

Tested: it buil

meson: rely on nlohmann json

This project relies on nlohmann json, but didn't specifies the
correct dependency.

This commit adds the missing dep. The wrap file is from other repos.

Tested: it builds

Signed-off-by: Nan Zhou <nanzhoumails@gmail.com>
Change-Id: I18ba19085eec5e24e75859548de07e621e1fb163

show more ...

fd672c9105-Sep-2022 Nan Zhou <nanzhoumails@gmail.com>

subprojects: fix wraps

Fixed the missing two wrap files; also simplified meson deps via
`[provide]`.

1. libgpiod; installed from WrapDB; reference:
[1] https://mesonbuild.com/Wrapdb-projects.html
T

subprojects: fix wraps

Fixed the missing two wrap files; also simplified meson deps via
`[provide]`.

1. libgpiod; installed from WrapDB; reference:
[1] https://mesonbuild.com/Wrapdb-projects.html
This is also alligned with Yocto; reference:
[1] https://github.com/openbmc/openbmc/blob/78b727985e7571e0b196561e44427690f04d57d9/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
2. sdbusplus

Tested: builds on systems without the two dependencies where meson
automatically downloads them

Signed-off-by: Nan Zhou <nanzhoumails@gmail.com>
Change-Id: I81305c3f399fbe437cc8e32015e074eff93078bc

show more ...

c46ebb4910-Nov-2021 Jason M. Bills <jason.m.bills@linux.intel.com>

Change to lg2

To take advantage of the improved structured logging, change
x86-power-control logging to lg2.

Also fixed up some minor formatting issues and added more
detail to clarify some of the

Change to lg2

To take advantage of the improved structured logging, change
x86-power-control logging to lg2.

Also fixed up some minor formatting issues and added more
detail to clarify some of the debug messages.

Tested:
Ran a power off, on, cycle, and reset and confirmed that the
logs look the same.

Change-Id: Iad601e39a54e7e1dc0f26352711cb1b3d5f83522
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...