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

tools/refresh.sh: Add option to refresh custom board #10335

Merged
merged 1 commit into from Aug 23, 2023

Commits on Aug 23, 2023

  1. tools/refresh.sh: Add option to refresh custom board

    This patch modify the script to update only the boards configs
    of an specific chip or only the boards of an specific architecture.
    
    Examples:
    
    refresh.sh add custom board verify
    custom board:
    $ ./tools/refresh.sh --silent ../../xxx/configs/ap
    $ ./tools/refresh.sh --silent /yyy/xxx/configs/ap
    $ ./tools/refresh.sh --silent yyy/xxx/configs/ap
    
    Signed-off-by: dengwenqi <dengwenqi@xiaomi.com>
    acassis authored and dengwenqi123 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    976aea7 View commit details
    Browse the repository at this point in the history