summaryrefslogtreecommitdiff
path: root/shrinkwrap/utils/config.py
AgeCommit message (Expand)Author
2024-02-02config: Allow btvars to be used as rtvar default valuesRyan Roberts
2023-04-19build, buildall, process: Handle btvars overridesRyan Roberts
2023-04-19config: Add btvars to yaml schemaRyan Roberts
2023-04-19config: Improve macro substitutionRyan Roberts
2023-04-19inspect: Don't resolveb configsRyan Roberts
2023-04-19build: Suppress some stderr output if requested in configRyan Roberts
2023-04-19config: Support artifacts that are directoriesRyan Roberts
2023-03-30cmds: Permit multiple --overlaysRyan Roberts
2023-02-27build: Fix dependency graph resolution for artifacts in build sectionRyan Roberts
2023-01-03build, clean: Squelch noisy output from git and dtcRyan Roberts
2022-11-17build, clean: Output warnings by default.Ryan Roberts
2022-11-17config: Support running multiple instances of ns-edk2-* in parallel.Ryan Roberts
2022-11-17config: Require each component to specify their toolchain.Ryan Roberts
2022-11-17core: Expand SHRINKWRAP_CONFIG to support multiple paths.Ryan Roberts
2022-11-17inspect: Parse config store tree.Ryan Roberts
2022-11-02run: Pretty print --dry-run script output.Ryan Roberts
2022-11-02config: Be robust to building configs with no components.Ryan Roberts
2022-11-02build, clean: Keep run-time overlay config passed at build-time.Ryan Roberts
2022-11-02clean: Add new command to clean components.Ryan Roberts
2022-11-02config: Implement optional clean commands.Ryan Roberts
2022-11-02build: Refactor graph execution code into a utility module.Ryan Roberts
2022-11-02build: Simplify --dry-run build script.Ryan Roberts
2022-11-02Add missing copyright and license notices.Ryan Roberts
2022-11-02run: Overhaul user input handling.Ryan Roberts
2022-11-02run: Allow tilda (~) in rtvar paths.Ryan Roberts
2022-11-02config: Add ${param:configdir} macro.Ryan Roberts
2022-11-02utils: Fix bug so components don't require git repo.Ryan Roberts
2022-11-02core: Aesthetic tweaks to error reporting.Ryan Roberts
2022-11-02build: Remove requirement that all bash variables are bound.Ryan Roberts
2022-11-02build, inspect: Change help to refer to 'concrete' configs.Ryan Roberts
2022-11-02config: Fix layer resolution.Ryan Roberts
2022-11-02build, inspect: Filter configs with by 'concrete' flag.Ryan Roberts
2022-11-02run: Introduce mechanism for executing commands prior to starting FVP.Ryan Roberts
2022-11-02Move shrinkwrap implementation to subdirectory.Ryan Roberts