mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-16 07:26:46 +00:00
t440p/w541 : move back to tested
Repro (order important because hotp includes the other variant) ./docker_repro.sh make BOARD=UNTESTED_t440p-hotp-maximized board.move_untested_to_tested ./docker_repro.sh make BOARD=UNTESTED_t440p-maximized board.move_untested_to_tested ./docker_repro.sh make BOARD=UNTESTED_w541-hotp-maximized board.move_untested_to_tested ./docker_repro.sh make BOARD=UNTESTED_w541-maximized board.move_untested_to_tested Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
5fceacb816
commit
0801a80f0a
@ -414,29 +414,29 @@ workflows:
|
||||
- t480-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: UNTESTED_t440p-maximized
|
||||
target: UNTESTED_t440p-maximized
|
||||
name: t440p-maximized
|
||||
target: t440p-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- t480-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: UNTESTED_t440p-hotp-maximized
|
||||
target: UNTESTED_t440p-hotp-maximized
|
||||
name: t440p-hotp-maximized
|
||||
target: t440p-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- t480-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: UNTESTED_w541-maximized
|
||||
target: UNTESTED_w541-maximized
|
||||
name: w541-maximized
|
||||
target: w541-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- t480-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: UNTESTED_w541-hotp-maximized
|
||||
target: UNTESTED_w541-hotp-maximized
|
||||
name: w541-hotp-maximized
|
||||
target: w541-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- t480-hotp-maximized
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Inherit the rest from the base T440p config.
|
||||
include $(pwd)/boards/UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config
|
||||
include $(pwd)/boards/t440p-maximized/t440p-maximized.config
|
||||
|
||||
CONFIG_HOTPKEY=y
|
||||
export CONFIG_AUTO_BOOT_TIMEOUT=5
|
@ -1,5 +1,5 @@
|
||||
# Inherit the rest from the base W541 config.
|
||||
include $(pwd)/boards/UNTESTED_w541-maximized/UNTESTED_w541-maximized.config
|
||||
include $(pwd)/boards/w541-maximized/w541-maximized.config
|
||||
|
||||
CONFIG_HOTPKEY=y
|
||||
export CONFIG_AUTO_BOOT_TIMEOUT=5
|
Loading…
x
Reference in New Issue
Block a user