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

LNL: modular TOML #9105

Merged
merged 2 commits into from
May 9, 2024
Merged

LNL: modular TOML #9105

merged 2 commits into from
May 9, 2024

Commits on May 7, 2024

  1. lnl: convert to modular toml

    Convert LNL to a modular TOML layout. Many modules have different
    configurations for different platforms. In this version we put them
    all in respective TOML files directly. If desired, they can be later
    extracted into per-platform files. This can be done on a per-module
    basis, in which case individual commits will be small.
    
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    lyakh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9e7e35f View commit details
    Browse the repository at this point in the history
  2. toml: (cosmetic) unify indentation

    Reduce indentation to match other files.
    
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    lyakh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e913d4d View commit details
    Browse the repository at this point in the history