From e0be3316aa48edb35d698a3464915ee088b62a53 Mon Sep 17 00:00:00 2001 From: "Jang,Pyohwan" Date: Sat, 29 Aug 2026 18:32:41 +0900 Subject: [PATCH] odroidm1: point updates.url at odroid-m1-bsp-kernel instead of the separate odroid-m1 branch odroid-m1-bsp-kernel is the actual ongoing release branch (where PR #4 just merged the g29p1/Wayland work) - keeping a separate odroid-m1 branch purely to host the updates/ manifest tree adds an extra branch to remember to update on every release with no real benefit over just committing it here directly. Also copies the current updates/bsp-odroidm1/stable/last/batocera.version manifest (content identical to the released batocera44-odroidm1-v1.0.0 image's own batocera.version) so the new URL resolves immediately - switching the pointer without this would 404 for anyone building from this branch before the next real release. The old odroid-m1 branch is left as-is (not deleted) since the already-shipped v1.0.0 image's batocera.conf still points there - only affects builds from this branch going forward. --- package/batocera/core/batocera-system/batocera.conf | 2 +- updates/bsp-odroidm1/stable/last/batocera.version | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 updates/bsp-odroidm1/stable/last/batocera.version diff --git a/package/batocera/core/batocera-system/batocera.conf b/package/batocera/core/batocera-system/batocera.conf index 8a72b1cee6d..d86d915d321 100644 --- a/package/batocera/core/batocera-system/batocera.conf +++ b/package/batocera/core/batocera-system/batocera.conf @@ -233,7 +233,7 @@ updates.type=stable ## Custom update manifest - points update checks at our own ODROID-M1 build ## instead of the official batocera.org releases (which this fork tracks ## independently and would otherwise always look "outdated" against). -updates.url=https://raw.githubusercontent.com/Pyohwan/batocera.linux/odroid-m1/updates +updates.url=https://raw.githubusercontent.com/Pyohwan/batocera.linux/odroid-m1-bsp-kernel/updates # ------------ H - Global Emulator Configuration ------------ # diff --git a/updates/bsp-odroidm1/stable/last/batocera.version b/updates/bsp-odroidm1/stable/last/batocera.version new file mode 100644 index 00000000000..ec9309bdda1 --- /dev/null +++ b/updates/bsp-odroidm1/stable/last/batocera.version @@ -0,0 +1 @@ +44-odroidm1-1.0.0 2026/08/29 09:07