A tool to clean up sysroots for Linux embedded devices to save storage space.
Go to file
Matteo Settenvini 7ec6467b3b
fix(dso): do not eagerly resolve symlinks
This change contains three improvements:

- we use a separate root node, so that it is easier to debug
  what is going on
- we now are able to print the DOT graph of ELF binaries in
  DsoCleaner
- we do not eagerly resolve symlinks, which produced completely
  incorrect results before
2025-02-19 14:37:51 +01:00
LICENSES Initial skeleton 2025-01-24 22:00:18 +01:00
src fix(dso): do not eagerly resolve symlinks 2025-02-19 14:37:51 +01:00
.editorconfig Initial skeleton 2025-01-24 22:00:18 +01:00
.gitignore feat(cleaners): add main async runner 2025-01-25 02:32:21 +01:00
.pre-commit-config.yaml Initial skeleton 2025-01-24 22:00:18 +01:00
Cargo.lock fix(dso): do not eagerly resolve symlinks 2025-02-19 14:37:51 +01:00
Cargo.lock.license Initial skeleton 2025-01-24 22:00:18 +01:00
Cargo.toml fix(dso): do not eagerly resolve symlinks 2025-02-19 14:37:51 +01:00
README.md chore(dso): minor refactor 2025-02-19 14:37:44 +01:00
build.rs Initial skeleton 2025-01-24 22:00:18 +01:00
rust-toolchain.toml Initial skeleton 2025-01-24 22:00:18 +01:00

README.md

[//]: # SPDX-FileCopyrightText: Matteo Settenvini matteo.settenvini@montecristosoftware.eu

[//]: # SPDX-License-Identifier: CC-BY-SA-4.0

Sysroot Cleaner

A tool to clean up sysroots for Linux embedded devices to save storage space.

Note: it will only work on files belonging to the same filesystem. This is a design choice.