Skip to content

Commit

Permalink
yocto-build-env: remove no cache argument
Browse files Browse the repository at this point in the history
Secure boots builds used to end up with a mismatch between the kernel
and modules signatures because of the use of cache - to avoid this we
temporarily forced builds without cache.

With the fix in meta-balena 389054e84c0b1fd382d737c39fb2bb02c2b3e9b2,
kernel modules are always set not to use cache and this problem should
no longer happen.

At least during the i.MX secure boot local builds with cache never hit
the problem.

Remove the setting not to use cache.

Change-type: revert to building secure boot with cache
Signed-off-by: Alex Gonzalez <[email protected]>
  • Loading branch information
alexgg committed Dec 23, 2024
1 parent 295b3a0 commit 86c71e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ jobs:
BARYS_ARGUMENTS_VAR="${BARYS_ARGUMENTS_VAR} -a SIGN_GRUB_KEY_ID=${SIGN_GRUB_KEY_ID}"
BARYS_ARGUMENTS_VAR="${BARYS_ARGUMENTS_VAR} -a SIGN_KMOD_KEY_APPEND=${SIGN_KMOD_KEY_APPEND}"
BARYS_ARGUMENTS_VAR="${BARYS_ARGUMENTS_VAR} -a SIGN_HAB_PKI_ID=${SIGN_HAB_PKI_ID}"
BARYS_ARGUMENTS_VAR="${BARYS_ARGUMENTS_VAR} --bitbake-args --no-setscene"
echo "BARYS_ARGUMENTS_VAR=${BARYS_ARGUMENTS_VAR}" >>"${GITHUB_ENV}"
# FIXME: Remove this when we shut down the NFS server in early 2025
Expand Down

0 comments on commit 86c71e2

Please sign in to comment.