z220-cmt boards: move to untested with board.move_tested_to_untested helper, per notice at https://github.com/linuxboot/heads/pull/1908#issuecomment-2711603241

Unfortunately the helper doesn't deal well with board inclusion: sed call is imperfect, and board config needs to be manually edited.

TODO: fix the helper when it will be the time to move back to tested/untested

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2025-03-10 15:31:03 -04:00
parent 876e37ea2b
commit 382949d8f4
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461
3 changed files with 6 additions and 6 deletions

View File

@ -447,15 +447,15 @@ workflows:
- t480-hotp-maximized
- build:
name: z220-cmt-maximized
target: z220-cmt-maximized
name: UNTESTED_z220-cmt-maximized
target: UNTESTED_z220-cmt-maximized
subcommand: ""
requires:
- t480-hotp-maximized
- build:
name: z220-cmt-hotp-maximized
target: z220-cmt-hotp-maximized
name: UNTESTED_z220-cmt-hotp-maximized
target: UNTESTED_z220-cmt-hotp-maximized
subcommand: ""
requires:
- t480-hotp-maximized

View File

@ -1,7 +1,7 @@
# Inherit the rest from the base Z220 CMT config.
include $(pwd)/boards/z220-cmt-maximized/z220-cmt-maximized.config
include $(pwd)/boards/UNTESTED_z220-cmt-maximized/UNTESTED_z220-cmt-maximized.config
CONFIG_HOTPKEY=y
export CONFIG_AUTO_BOOT_TIMEOUT=5
export CONFIG_BOARD_NAME="Hewlett-Packard Z220 Convertible Minitower (HOTP)"
export CONFIG_BOARD_NAME="Hewlett-Packard Z220 Convertible Minitower (HOTP)"