Move modeltool from scripts/ to tools/

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2025-03-10 15:59:06 -06:00 committed by Tim Crawford
parent 618a266e70
commit 46cd5d16bb
6 changed files with 7 additions and 5 deletions

View file

@ -8,9 +8,9 @@ README_DIRS=(
set -e
cargo build --manifest-path "scripts/modeltool/Cargo.toml" --release
cargo build --manifest-path "tools/modeltool/Cargo.toml" --release
MODELTOOL="$(realpath "scripts/modeltool/target/release/modeltool")"
MODELTOOL="$(realpath "tools/modeltool/target/release/modeltool")"
readme_model() {
echo -e "\x1B[1m$1\x1B[0m" >&2

View file

@ -4,6 +4,8 @@
- [apobtool](https://github.com/system76/apobtool.git)
- [coreboot-collector](https://github.com/system76/coreboot-collector.git) - coreboot-collector
- [intel-spi](https://github.com/system76/intel-spi.git) - intel-spi
- [ipxe](https://github.com/ipxe/ipxe.git)
- [MEAnalyzer](https://github.com/platomav/MEAnalyzer.git) - ME Analyzer
- [modeltool](./modeltool)
- [UEFITool](https://github.com/LongSoft/UEFITool.git) - UEFITool

View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "bitflags"
@ -35,9 +35,9 @@ dependencies = [
[[package]]
name = "redox_uefi"
version = "0.1.9"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41b62fcb91f21639dc1f36e478fa7bb6cea939282f5c7d0f9190c62ee7b8d286"
checksum = "c5d69301333534a04b380995f5d9e604f46a7cbd8d8c62c996ee27447efdeba4"
[[package]]
name = "system76_ecflash"