From de97f2199037d82821659b97dc9eb13b9ccd32d7 Mon Sep 17 00:00:00 2001 From: Youngbin Han Date: Fri, 26 Jul 2024 20:42:24 +0900 Subject: [PATCH] Add Model file for building custom Ubuntu Core Image --- snap/ubuntu-core-model.json | 74 +++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 snap/ubuntu-core-model.json diff --git a/snap/ubuntu-core-model.json b/snap/ubuntu-core-model.json new file mode 100644 index 0000000..b7f8864 --- /dev/null +++ b/snap/ubuntu-core-model.json @@ -0,0 +1,74 @@ +{ + "type": "model", + "series": "16", + "model": "ubuntu-core-24-pi-arm64", + "architecture": "arm64", + "authority-id": "GkaoBVNZ1UgZSeBizcmkRfN42z7NJkAG", + "brand-id": "GkaoBVNZ1UgZSeBizcmkRfN42z7NJkAG", + "timestamp": "2024-07-25T16:03:16+00:00", + "base": "core24", + "grade": "signed", + "snaps": [ + { + "name": "pi", + "type": "gadget", + "default-channel": "24/stable", + "id": "YbGa9O3dAXl88YLI6Y1bGG74pwBxZyKg" + }, + { + "name": "pi-kernel", + "type": "kernel", + "default-channel": "24/stable", + "id": "jeIuP6tfFrvAdic8DMWqHmoaoukAPNbJ" + }, + { + "name": "core22", + "type": "base", + "default-channel": "latest/stable", + "id": "amcUKQILKXHHTlmSa7NMdnXSx02dNeeT" + }, + { + "name": "core24", + "type": "base", + "default-channel": "latest/stable", + "id": "dwTAh7MZZ01zyriOZErqd1JynQLiOGvM" + }, + { + "name": "snapd", + "type": "snapd", + "default-channel": "latest/stable", + "id": "PMrrV4ml8uWuEUDBT8dSGnKUYbevVhc4" + }, + { + "name": "console-conf", + "type": "app", + "default-channel": "24/stable", + "id": "ASctKBEHzVt3f1pbZLoekCvcigRjtuqw", + "presence": "optional" + }, + { + "name": "network-manager", + "type": "app", + "default-channel": "24/stable", + "id": "RmBXKl6HO6YOC2DE4G2q1JzWImC04EUy" + }, + { + "name": "mesa-core22", + "type": "app", + "default-channel": "latest/stable", + "id": "UijXdFgvIKp9ZZ6P4ijPAJHWZLtSKgWm" + }, + { + "name": "ubuntu-frame", + "type": "app", + "default-channel": "22/stable", + "id": "BPZbvWzvoMTrpec4goCXlckLe2IhfthK" + }, + { + "name": "ubuntu-frame-osk", + "type": "app", + "default-channel": "22/stable", + "id": "UaV8aeiyZzQMgUyRCwuJma4Q2IuxA99t" + } + ] +}