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

xtensa-build-zephyr.py: cosmetic: rename "overlays" variable #9435

Merged
merged 2 commits into from
Sep 9, 2024

Commits on Sep 6, 2024

  1. xtensa-build-zephyr.py: cosmetic: rename "overlays" variable

    The Zephyr documentation uses the term "overlay" for Device Tree, not
    for Kconfig.
    
    This commit does not change the wrongly named --overlay option not to
    break anything but it stops that wrong name from leaking all over the
    code. Also tweak the --help text.
    
    Signed-off-by: Marc Herbert <marc.herbert@intel.com>
    marc-hb committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    695893e View commit details
    Browse the repository at this point in the history
  2. app: drop "overlay" from the name of a few extra configs

    Zephyr does not call extra configs "overlays", it uses overlays only for
    Device Tree.
    
    Signed-off-by: Marc Herbert <marc.herbert@intel.com>
    marc-hb committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    dd5dec1 View commit details
    Browse the repository at this point in the history