From 9b99c0b07310f43745868b7656114ecefb2fca61 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Thu, 26 Mar 2026 10:27:32 +0100 Subject: [PATCH] libubootenv: add support for environment encryption on CCMP2 This commit adds support for environment encryption/decryption of the u-boot environment on the CCMP2 platform in Linux. https://onedigi.atlassian.net/browse/DEL-10029 Signed-off-by: Arturo Buzarra --- meta-digi-arm/recipes-bsp/libubootenv/libubootenv_%.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/libubootenv/libubootenv_%.bbappend b/meta-digi-arm/recipes-bsp/libubootenv/libubootenv_%.bbappend index 6914711fa..9fab0dba3 100644 --- a/meta-digi-arm/recipes-bsp/libubootenv/libubootenv_%.bbappend +++ b/meta-digi-arm/recipes-bsp/libubootenv/libubootenv_%.bbappend @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2024, Digi International Inc. +# Copyright (C) 2021-2026, Digi International Inc. FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" @@ -23,6 +23,7 @@ DEPENDS += "${@oe.utils.conditional('OPTEE_PATCHES', '', '', 'optee-client', d)} OPTEE_PATCHES = "" OPTEE_PATCHES:ccimx9 = "file://0004-Implement-support-for-environment-encryption-using-O.patch" OPTEE_PATCHES:ccmp1 = "file://0004-Implement-support-for-environment-encryption-using-O.patch" +OPTEE_PATCHES:ccmp2 = "file://0004-Implement-support-for-environment-encryption-using-O.patch" SRC_URI += " \ file://${FW_CONFIG_FILE} \