Skip to content
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

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/iot-gate-imx8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ jobs:
force-finalize: ${{ inputs.force-finalize || false }}
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events
deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com' }}
sign-image: true
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@
branch = honister
[submodule "layers/meta-compulab-bsp"]
branch = honister
[submodule "layers/meta-balena-hab"]
path = layers/meta-balena-hab
url = [email protected]:balena-os/meta-balena-hab.git
2 changes: 1 addition & 1 deletion layers/meta-balena
1 change: 1 addition & 0 deletions layers/meta-balena-hab
Submodule meta-balena-hab added at e7ab3e
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ BBLAYERS ?= " \
${TOPDIR}/../layers/meta-balena/meta-balena-common \
${TOPDIR}/../layers/meta-balena/meta-balena-kirkstone \
${TOPDIR}/../layers/meta-balena-imx8mm \
${TOPDIR}/../layers/meta-balena-hab \
${TOPDIR}/../layers/poky/meta \
${TOPDIR}/../layers/poky/meta-poky \
${TOPDIR}/../layers/meta-openembedded/meta-oe \
Expand Down
Loading