From 7772273d898bad6a5d3f857843dfb5e42dca2816 Mon Sep 17 00:00:00 2001 From: swrup Date: Thu, 12 Mar 2026 19:14:20 +0100 Subject: [PATCH] --- GNUmakefile | 6 +++--- manifest.json | 1 - src/manifest.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 manifest.json diff --git a/GNUmakefile b/GNUmakefile index 4ab780e9..2d1e22ce 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,10 +52,10 @@ assets: cp default/assets ./ manifest: - dune exec src/mte.exe > manifest.json + dune exec src/mte.exe > src/manifest.json build: dune build src/mte.exe -run: - solo5-hvt --block:storage=$(secmod_fat) --net:service=$(tap_device) -- _build/solo5/src/mte.exe --solo5:quiet +run: build + solo5-hvt --block:storage=$(secmod_fat) --net:service=$(tap_device) -- ./_build/solo5/src/mte.exe --solo5:quiet diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 54f7af0c..00000000 --- a/manifest.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"solo5.manifest","version":1,"devices":[{"type":"NET_BASIC","name":"service"},{"type":"BLOCK_BASIC","name":"storage"}]} diff --git a/src/manifest.json b/src/manifest.json index 31af9131..54f7af0c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1 +1 @@ -{"type":"solo5.manifest","version":1,"devices":[]} +{"type":"solo5.manifest","version":1,"devices":[{"type":"NET_BASIC","name":"service"},{"type":"BLOCK_BASIC","name":"storage"}]}