trustfence-initramfs: make compatible with ccimx93
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
f1bdbe74c8
commit
34e82e9bac
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2016-2022, Digi International Inc.
|
# Copyright (C) 2016-2023, Digi International Inc.
|
||||||
|
|
||||||
SUMMARY = "Trustfence initramfs required files"
|
SUMMARY = "Trustfence initramfs required files"
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
|
|
@ -27,4 +27,4 @@ RDEPENDS:${PN} = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_MACHINE = "(ccimx6|ccimx8x|ccimx8m)"
|
COMPATIBLE_MACHINE = "(ccimx6|ccimx8x|ccimx8m|ccimx93)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue