meta-digi-arm: linux-dey: Add TrustFence dependencies on Linux kernel.
When changing any of the secure boot configurable macros the Linux kernel should be re-deployed so that it can be signed/encrypted as needed. https://jira.digi.com/browse/DEL-2750 Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
dcd13093d2
commit
106efc4970
|
|
@ -44,6 +44,8 @@ do_deploy_append() {
|
||||||
(cd ${DEPLOYDIR} && ln -sf ${KERNEL_IMAGE_BASE_NAME}.bin ${KERNEL_IMAGE_SYMLINK_NAME})
|
(cd ${DEPLOYDIR} && ln -sf ${KERNEL_IMAGE_BASE_NAME}.bin ${KERNEL_IMAGE_SYMLINK_NAME})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_deploy[vardeps] += "TRUSTFENCE_SIGN_KEYS_PATH TRUSTFENCE_KEY_INDEX TRUSTFENCE_DEK_PATH"
|
||||||
|
|
||||||
FILES_kernel-image += "/boot/config-${KERNEL_VERSION}"
|
FILES_kernel-image += "/boot/config-${KERNEL_VERSION}"
|
||||||
|
|
||||||
# Don't include kernels in standard images
|
# Don't include kernels in standard images
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue