trustfence-initramfs: make compatible with ccimx93

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2023-09-14 18:47:20 +02:00
parent f1bdbe74c8
commit 34e82e9bac
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2016-2022, Digi International Inc.
# Copyright (C) 2016-2023, Digi International Inc.
SUMMARY = "Trustfence initramfs required files"
LICENSE = "GPL-2.0-only"
@ -27,4 +27,4 @@ RDEPENDS:${PN} = " \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(ccimx6|ccimx8x|ccimx8m)"
COMPATIBLE_MACHINE = "(ccimx6|ccimx8x|ccimx8m|ccimx93)"