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

Edk2Path: Add an env variable to allow nested packages #199

Merged
merged 4 commits into from
Nov 9, 2022

Commits on Nov 9, 2022

  1. Edk2Path: Add an env variable to allow nested packages

    Adds an environment variable called `STUART_IGNORE_EDK_NESTED_PACKAGES`
    that a platform can set to `"true"` to allow nested packages.
    
    Nested packages are a violation of EDK II package rules and should
    be fixed. This is provided for backward compatibility and temporary
    use until the variable is no longer needed.
    
    Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
    makubacki committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    726237b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf600e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c3db3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6201278 View commit details
    Browse the repository at this point in the history