mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
de99b412ba
Repro docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=UNTESTED_w541-hotp-maximized board.move_untested_to_tested docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=UNTESTED_w541-maximized board.move_untested_to_tested git status git add .circleci/config.yml boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config boards/UNTESTED_w541-maximized/UNTESTED_w541-maximized.config boards/w541-hotp-maximized/ boards/w541-maximized/ git commit --signoff -m Signed-off-by: Thierry Laurion <insurgo@riseup.net>
8 lines
214 B
Makefile
8 lines
214 B
Makefile
# Inherit the rest from the base W541 config.
|
|
include $(pwd)/boards/w541-maximized/w541-maximized.config
|
|
|
|
CONFIG_HOTPKEY=y
|
|
export CONFIG_AUTO_BOOT_TIMEOUT=5
|
|
|
|
export CONFIG_BOARD_NAME="ThinkPad W541-hotp-maximized"
|