History log of /openbmc/estoraged/service_files/ (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e7f6975e02-Feb-2024 Nan Zhou <nanzhou@google.com>

use Wants for Entity Manager

We found that restarting EntityManager can lead to restart of the
estoraged service, and leads to unexpected results.

We should use Wants, instead of Requires.

Tested:

use Wants for Entity Manager

We found that restarting EntityManager can lead to restart of the
estoraged service, and leads to unexpected results.

We should use Wants, instead of Requires.

Tested: estoraged no longer restarts when EntityManager restarts.

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

show more ...

0ff7100b12-Apr-2023 Patrick Williams <patrick@stwcx.xyz>

meson: remove deprecated get_pkgconfig_variable

Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In
meson 0.58 the `get_variable` was enhanced to no longer require the
`pkgconfig

meson: remove deprecated get_pkgconfig_variable

Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In
meson 0.58 the `get_variable` was enhanced to no longer require the
`pkgconfig` keyword argument. Ensure meson 0.58 is required and update
the usage of all `get_pkgconfig_variable` and `get_variable` to be the
modern variant.

Change-Id: I27f71195ffb92a3e3224022edca33d8cc249bacd
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...

2f18734820-Apr-2022 John Wedig <johnwedig@google.com>

Add systemd service file

Add a systemd service file for eStoraged, so that it starts up
automatically. Now that eStoraged can dynamically look for config
objects and doesn't need a hard-coded device

Add systemd service file

Add a systemd service file for eStoraged, so that it starts up
automatically. Now that eStoraged can dynamically look for config
objects and doesn't need a hard-coded device filename, it makes sense to
have a service file in this repo now.

Tested:
Made some corresponding changes to the eStoraged recipe, then verified
that eStoraged automatically starts up on a BMC when included in the
image.

Signed-off-by: John Wedig <johnwedig@google.com>
Change-Id: Id701bde62c2ca4206b980660340eec678e062ede

show more ...


/openbmc/estoraged/.clang-format
/openbmc/estoraged/.clang-tidy
/openbmc/estoraged/.gitignore
/openbmc/estoraged/LICENSE
/openbmc/estoraged/MAINTAINERS
/openbmc/estoraged/OWNERS
/openbmc/estoraged/README.md
/openbmc/estoraged/include/cryptErase.hpp
/openbmc/estoraged/include/cryptsetupInterface.hpp
/openbmc/estoraged/include/erase.hpp
/openbmc/estoraged/include/estoraged.hpp
/openbmc/estoraged/include/filesystemInterface.hpp
/openbmc/estoraged/include/getConfig.hpp
/openbmc/estoraged/include/meson.build
/openbmc/estoraged/include/pattern.hpp
/openbmc/estoraged/include/sanitize.hpp
/openbmc/estoraged/include/util.hpp
/openbmc/estoraged/include/verifyDriveGeometry.hpp
/openbmc/estoraged/include/zero.hpp
/openbmc/estoraged/meson.build
/openbmc/estoraged/meson_options.txt
meson.build
xyz.openbmc_project.eStoraged.service.in
/openbmc/estoraged/src/erase/cryptoErase.cpp
/openbmc/estoraged/src/erase/meson.build
/openbmc/estoraged/src/erase/pattern.cpp
/openbmc/estoraged/src/erase/sanitize.cpp
/openbmc/estoraged/src/erase/verifyDriveGeometry.cpp
/openbmc/estoraged/src/erase/zero.cpp
/openbmc/estoraged/src/estoraged.cpp
/openbmc/estoraged/src/getConfig.cpp
/openbmc/estoraged/src/main.cpp
/openbmc/estoraged/src/meson.build
/openbmc/estoraged/src/test/erase/crypto_test.cpp
/openbmc/estoraged/src/test/erase/pattern_test.cpp
/openbmc/estoraged/src/test/erase/sanitize_test.cpp
/openbmc/estoraged/src/test/erase/verifyGeometry_test.cpp
/openbmc/estoraged/src/test/erase/zero_test.cpp
/openbmc/estoraged/src/test/estoraged_test.cpp
/openbmc/estoraged/src/test/include/estoraged_test.hpp
/openbmc/estoraged/src/test/meson.build
/openbmc/estoraged/src/test/util_test.cpp
/openbmc/estoraged/src/util.cpp
/openbmc/estoraged/subprojects/boost.wrap
/openbmc/estoraged/subprojects/phosphor-dbus-interfaces.wrap
/openbmc/estoraged/subprojects/phosphor-logging.wrap
/openbmc/estoraged/subprojects/sdbusplus.wrap
/openbmc/estoraged/subprojects/stdplus.wrap