Skip to content

Makefile helpers to ease moving untested boards (and move tested t420 and w530 boards)#1567

Merged
tlaurion merged 2 commits intolinuxboot:masterfrom
tlaurion:Makefile_helpers_to_ease_moving_untested_boards
Dec 31, 2023
Merged

Makefile helpers to ease moving untested boards (and move tested t420 and w530 boards)#1567
tlaurion merged 2 commits intolinuxboot:masterfrom
tlaurion:Makefile_helpers_to_ease_moving_untested_boards

Conversation

@tlaurion
Copy link
Collaborator

@tlaurion tlaurion commented Dec 30, 2023

  • Makefile : adds two new helper functions permitting to move UNTESTED_ boards back and forth
    • board.move_untested_to_tested
    • board.move_untested_to_tested
  • Move t420-hotp-maximized t420-maximized w530-maximized w530-hotp-maximized away from UNTESTED_ boards with above implemented helpers

Next steps

  • Deal with boards including and extending other board configs
  • Add git add logic so that only committing is needed

Tested:

Adds two golbal helpers in Makefile:
- board.move_untested_to_tested
- board.move_tested_to_untested

Which can be called by:
- make BOARD=UNTESTED_t420-maximized board.move_untested_to_tested
- make BOARD=x230-legacy board.move_tested_to_untested

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
… w530-hotp-maximized away from UNTESTED_ boards

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
@tlaurion tlaurion changed the title Makefile helpers to ease moving untested boards (and move tested t420 ans w530 boards) Makefile helpers to ease moving untested boards (and move tested t420 and w530 boards) Dec 30, 2023
@tlaurion tlaurion merged commit 54e96ad into linuxboot:master Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant