]> www.infradead.org Git - mtd-utils.git/commit
mtd-utils: ubihealthd: this tool does not depend on UBIFS
authorJuergen Borleis <jbe@pengutronix.de>
Wed, 25 Nov 2020 10:25:47 +0000 (11:25 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Sun, 29 Nov 2020 22:28:43 +0000 (23:28 +0100)
commit5a6e813a6ba48c81889208bdbeff92b13958dd2d
tree55f170c32e135a27e5cf5b79e99d1ba605d9545d
parentefeba0875ed181e7c1c7915742a3868799604d0c
mtd-utils: ubihealthd: this tool does not depend on UBIFS

The "need_getrandom" check and result is used only for the "ubihealthd".
This tool is very important to have it around at run-time, while the
corresponding "mkfs.ubifs" tool is still optional (think about offline
generated ubifs images).
Since compiling "mkfs.ubifs" adds more dependencies (various shared
libraries), buildsystems for embedded devices will add these shared
libraries to the root filesystem even if "mkfs.ubifs" isn't used or
installed.

Thus, handling both tools independently makes sense. The previous behavior
is kept, e.g. if UBIFS support is enabled, it enables "ubihealthd" as well.

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
configure.ac