From a474caefa704ec2cd39d4426f8ae6acacbca2ece Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Fri, 20 Dec 2024 11:14:18 +0100 Subject: [PATCH] yocto-build-env: remove no cache argument 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 --- .github/workflows/yocto-build-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/yocto-build-deploy.yml b/.github/workflows/yocto-build-deploy.yml index f5e8ea2f5..5dc39bc0d 100644 --- a/.github/workflows/yocto-build-deploy.yml +++ b/.github/workflows/yocto-build-deploy.yml @@ -464,7 +464,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