-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Arista] Add new SWI attribute required by Aboot for secureboot #11915
Conversation
|
Add the BUILD_DATE to the SWI version info, as this is a requirement of Secure Boot.
78b842b
to
9979b3e
Compare
/azpw run |
/AzurePipelines run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/azpw run sonic-buildimage_merge_20220831.38,kvmtest-t0-sonic,kvmtest-t1-lag |
/AzurePipelines run sonic-buildimage_merge_20220831.38,kvmtest-t0-sonic,kvmtest-t1-lag |
No pipelines are associated with this pull request. |
/azpw kvmtest-t0-sonic,kvmtest-t1-lag |
/azpw run kvmtest-t0-sonic,kvmtest-t1-lag |
/AzurePipelines run kvmtest-t0-sonic,kvmtest-t1-lag |
No pipelines are associated with this pull request. |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
@prgeor could you add the label "Request for 202205" as well? |
@yxieca please cherry-pick to 202205 |
Add the BUILD_DATE to the SWI version info, as this is a requirement of Secure Boot.
Why I did it
Newer versions of Aboot will expect this
BUILD_DATE=
attribute to exist and contain valid data.It is only use for the
secureboot
feature and does not impact regular boot.How I did it
Added the new attribute declaration in
build_image.sh
How to verify it
Build a SWI and boot it on a secureboot enabled product with the latest Aboot version.
Which release branch to backport (provide reason below if selected)
Description for the changelog
Add new SWI attribute required by Aboot for secureboot