Skip to content

Commit ac20a70

Browse files
Add Skywalker Chrome OS board name (#642)
1 parent ac955bf commit ac20a70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/inputstreamhelper/config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
# To keep the Chrome OS ARM(64) hardware ID list up to date, the following resources can be used:
8383
# https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices
8484
# https://chromiumdash.appspot.com/serving-builds?deviceCategory=Chrome%20OS
85-
# Last updated: 2025-12-29
86-
# current Chrome OS version: 16433.65.0, Widevine version: 4.10.2662.3
85+
# Last updated: 2026-01-29
86+
# current Chrome OS version: 16463.79.0, Widevine version: 4.10.2662.3
8787
CHROMEOS_RECOVERY_ARM_BNAMES = [
8888
'bob', # no longer updated, still latest wv. last: https://dl.google.com/dl/edgedl/chromeos/recovery/chromeos_15509.81.0_bob_recovery_stable-channel_mp-v2.bin.zip
8989
'kevin', # no longer updated, still latest wv. last: https://dl.google.com/dl/edgedl/chromeos/recovery/chromeos_15509.81.0_kevin_recovery_stable-channel_mp-v2.bin.zip
@@ -100,6 +100,7 @@
100100
'jacuzzi',
101101
'kukui',
102102
'rauru',
103+
'skywalker',
103104
'staryu',
104105
'strongbad',
105106
'trogdor',

0 commit comments

Comments
 (0)