-
Notifications
You must be signed in to change notification settings - Fork 1
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
Secure boot and disk encryption support #582
Merged
Merged
Conversation
This file contains 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
alexgg
had a problem deploying
to
balena-cloud.com
October 28, 2024 09:00 — with
GitHub Actions
Failure
alexgg
had a problem deploying
to
balena-cloud.com
October 28, 2024 10:12 — with
GitHub Actions
Failure
alexgg
had a problem deploying
to
balena-cloud.com
November 1, 2024 11:33 — with
GitHub Actions
Failure
alexgg
had a problem deploying
to
balena-cloud.com
November 1, 2024 13:34 — with
GitHub Actions
Failure
alexgg
force-pushed
the
alexgg/hab
branch
3 times, most recently
from
December 6, 2024 14:26
08c60ee
to
907efad
Compare
alexgg
had a problem deploying
to
balena-cloud.com
December 6, 2024 14:26 — with
GitHub Actions
Failure
alexgg
had a problem deploying
to
balena-cloud.com
December 6, 2024 15:34 — with
GitHub Actions
Failure
alexgg
changed the title
Secure boot and disk encryption support for the iot-gate-imx8
Secure boot and disk encryption support
Dec 6, 2024
alexgg
had a problem deploying
to
balena-cloud.com
December 9, 2024 10:15 — with
GitHub Actions
Failure
alexgg
force-pushed
the
alexgg/hab
branch
2 times, most recently
from
December 16, 2024 16:25
fc67313
to
f7f7b3b
Compare
alexgg
had a problem deploying
to
balena-cloud.com
December 16, 2024 16:25 — with
GitHub Actions
Failure
alexgg
had a problem deploying
to
balena-cloud.com
December 16, 2024 17:16 — with
GitHub Actions
Failure
alexgg
force-pushed
the
alexgg/hab
branch
2 times, most recently
from
December 18, 2024 14:23
3474bd8
to
53f057f
Compare
alexgg
had a problem deploying
to
balena-cloud.com
December 18, 2024 14:24 — with
GitHub Actions
Failure
alexgg
had a problem deploying
to
balena-cloud.com
December 18, 2024 15:08 — with
GitHub Actions
Failure
alexgg
had a problem deploying
to
balena-cloud.com
December 18, 2024 15:19 — with
GitHub Actions
Failure
alexgg
force-pushed
the
alexgg/hab
branch
2 times, most recently
from
December 19, 2024 11:13
e81d90d
to
5e03919
Compare
alexgg
had a problem deploying
to
balena-staging.com
December 19, 2024 11:15 — with
GitHub Actions
Failure
alexgg
requested review from
rcooke-warwick,
klutchell,
acostach,
floion,
jakogut and
mtoman
January 14, 2025 13:25
alexgg
temporarily deployed
to
balena-cloud.com
January 14, 2025 13:26 — with
GitHub Actions
Inactive
alexgg
temporarily deployed
to
bm.balena-dev.com
January 14, 2025 13:53 — with
GitHub Actions
Inactive
alexgg
had a problem deploying
to
bm.balena-dev.com
January 14, 2025 13:53 — with
GitHub Actions
Failure
alexgg
temporarily deployed
to
bm.balena-dev.com
January 14, 2025 13:53 — with
GitHub Actions
Inactive
klutchell
approved these changes
Jan 14, 2025
alexgg
had a problem deploying
to
bm.balena-dev.com
January 14, 2025 18:02 — with
GitHub Actions
Error
alexgg
temporarily deployed
to
balena-cloud.com
January 14, 2025 18:28 — with
GitHub Actions
Inactive
alexgg
temporarily deployed
to
bm.balena-dev.com
January 14, 2025 18:55 — with
GitHub Actions
Inactive
alexgg
had a problem deploying
to
bm.balena-dev.com
January 14, 2025 18:55 — with
GitHub Actions
Failure
alexgg
temporarily deployed
to
bm.balena-dev.com
January 14, 2025 18:55 — with
GitHub Actions
Inactive
alexgg
had a problem deploying
to
bm.balena-dev.com
January 15, 2025 10:43 — with
GitHub Actions
Error
Changelog-entry: add HAB support Signed-off-by: Alex Gonzalez <[email protected]>
Changelog-entry: add IOT Gate i.MX8 secure boot variant Signed-off-by: Alex Gonzalez <[email protected]>
With the addition of the meta-balena-hab submodule there are multiple balena layers with custom templates - specify which one to use to avoid a build error. Changelog-entry: add custom template path to iot-gate-imx8 Signed-off-by: Alex Gonzalez <[email protected]>
alexgg
temporarily deployed
to
balena-cloud.com
January 15, 2025 11:51 — with
GitHub Actions
Inactive
alexgg
temporarily deployed
to
bm.balena-dev.com
January 15, 2025 12:48 — with
GitHub Actions
Inactive
alexgg
had a problem deploying
to
bm.balena-dev.com
January 15, 2025 12:48 — with
GitHub Actions
Failure
alexgg
temporarily deployed
to
bm.balena-dev.com
January 15, 2025 12:48 — with
GitHub Actions
Inactive
alexgg
temporarily deployed
to
bm.balena-dev.com
January 15, 2025 18:27 — with
GitHub Actions
Inactive
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.
This adds secure boot and disk encryption support on new private device type,
iot-gate-imx8-sb
.In future we want to have just one device type that can opt-in secure boot support, but that requires an extension of the rootfs space (repartitioning) and this needs a migration path for current devices.