diff options
| author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | 2025-04-13 14:34:26 +0300 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-04-13 08:09:17 -0600 |
| commit | 739ad58dbee874a3ad3bddd116e995212a254e07 (patch) | |
| tree | a9acfb04b3f81f5f19bb31fe9240a081c530f319 /.gitignore | |
| parent | 3c9c3d852e00bec72832149f20bae94a2ad100f5 (diff) | |
efi_loader: Moved the generated ESL file to objtree
Tom reports that generating the ESL file we need for authenticated
capsule updates fails to work on azure which expects a RO git tree.
Move it to $(objtree)
Reported-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e93c33da1bd..272257a77bb 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ fit-dtb.blob* /drivers/video/u_boot_logo.S /test/overlay/test-fdt-overlay.dtbo.S /test/overlay/test-fdt-overlay-stacked.dtbo.S +capsule_esl_file # # Generated include files |
