Fix memtest MANIFEST.JSON

This commit is contained in:
Thomas Farstrike
2025-05-08 12:34:52 +02:00
parent 1113646df6
commit b93731edaa
4 changed files with 9 additions and 8 deletions
+6 -6
View File
@@ -63,9 +63,9 @@
"category": "benchmarking"
}
,{
"name": "Animation Tester",
"name": "SpinnerTest",
"publisher": "ACME Inc",
"short_description": "Testing on-display animations",
"short_description": "Testing on-display spinner animations",
"long_description": "Stress testing multiple concurrent animations on the display by adding more and more spinners",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk",
@@ -84,7 +84,7 @@
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.memtest_0.0.1.mpk",
"fullname": "com.example.memtest",
"version": "0.0.1",
"entrypoint": "assets/memtest.py"
"entrypoint": "assets/memtest.py",
"category": "benchmarking"
}
,{
@@ -118,10 +118,10 @@
"publisher": "ACME Inc",
"short_description": "Operating System Updater",
"long_description": "",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.1.mpk",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.2.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.2.mpk",
"fullname": "com.example.osupdate",
"version": "0.0.1",
"version": "0.0.2",
"entrypoint": "assets/osupdate.py",
"category": "osupdate"
}
@@ -7,6 +7,6 @@
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.memtest_0.0.1.mpk",
"fullname": "com.example.memtest",
"version": "0.0.1",
"entrypoint": "assets/memtest.py"
"entrypoint": "assets/memtest.py",
"category": "benchmarking"
}
+1 -1
View File
@@ -15,7 +15,7 @@ sleep 2
pushd ~/sources/lvgl_micropython
manifest="FROZEN_MANIFEST=~/sources/PiggyOS/manifest.py"
manifest="FROZEN_MANIFEST=/home/user/sources/PiggyOS/manifest.py"
if [ "$devbuild" == "devbuild" ]; then
manifest=""
fi
+1
View File
@@ -6,6 +6,7 @@ outputjson=$(readlink -f "$outputjson")
mkdir -p "$output"
rm "$output"/*.mpk
rm "$output"/*.png
rm "$outputjson"
echo "[" | tee -a "$outputjson"