mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-13 15:56:37 +00:00
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:
parent
876e37ea2b
commit
382949d8f4
@ -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
|
||||
|
@ -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)"
|
Loading…
x
Reference in New Issue
Block a user