Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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 <[email protected]>
… w530-hotp-maximized away from UNTESTED_ boards

Signed-off-by: Thierry Laurion <[email protected]>
@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
50 checks passed
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