flasher: Update flasher.jinja2 to handle qcom-next jobs#40
Closed
sgaud-quic wants to merge 5 commits intoqualcomm-linux:mainfrom
Closed
flasher: Update flasher.jinja2 to handle qcom-next jobs#40sgaud-quic wants to merge 5 commits intoqualcomm-linux:mainfrom
sgaud-quic wants to merge 5 commits intoqualcomm-linux:mainfrom
Conversation
Add end-to-end support for BOOT_METHOD=efi so EFI-based boot flows along with existing fastboot method. Changes included: - README: document efi as a supported BOOT_METHOD. - data validation: allow efi in allowed_boot_methods. - templates: add templates/boot/efi.jinja2 with a complete EFI deploy/boot flow. Signed-off-by: Yogesh Lal <yogesh.lal@oss.qualcomm.com>
EFI flash inputs through the job rendering path so EFI jobs can be rendered with the required flashing metadata. Signed-off-by: Yogesh Lal <yogesh.lal@oss.qualcomm.com>
The generator did not ensures renders directory exists and on a clean workspace, attempts to write rendered files could fail with a “No such file or directory” error. This change ensure renders directory exists before saving. Signed-off-by: Yogesh Lal <yogesh.lal@oss.qualcomm.com>
Update templates/boot/flasher.jinja2 to emit the auto_login block only when meta_qcom is enabled, keeping flasher jobs without the login prompt by default. Also document the new flag in README usage notes for BOOT_METHOD=flasher. Signed-off-by: Yogesh Lal <yogesh.lal@oss.qualcomm.com>
Update flasher.jinja2 to handle flatbuild url passed by the qcom-next jobs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update flasher.jinja2 to handle flatbuild url passed by the qcom-next jobs.