README.sh: add setup info

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
This commit is contained in:
Maciej Pijanowski
2025-01-20 20:00:55 +01:00
parent 1a186f05e8
commit 18d809f79a
3 changed files with 21 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
dts/dts-base-image-v*.wic
+9
View File
@@ -25,6 +25,15 @@ We do not use
[remote in git-annex](https://git-annex.branchable.com/special_remotes/) right now, we
rely on URLs prepare beforehand. It may change in the future.
## Setup this repo
* After cloning, execute following to finalize test data setup:
```bash
git annex pull
./setup.sh
```
## Common actions
* Add new file from URL:
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
# Various setup actions after cloning this repo to fully prepare data for
# testing
# dts
if pushd dts; then
gzip -cdk dts-base-image-v2.1.3.wic.gz > dts-base-image-v2.1.3.wic
popd
fi