trusfence-initramfs: exclude cc8x
Trustfence is not supported in the CC8X at the moment. This cleans the following warning: WARNING: meta-digi/meta-digi-dey/recipes-core/trustfence/trustfence-initramfs.bb: Unable to get checksum for trustfence-initramfs SRC_URI entry trustfence-initramfs-init: file could not be found Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com> (cherry picked from commit 778fc424274fc0983c348f4da6ca09e1a7b5b859)
This commit is contained in:
parent
500d9d0481
commit
6153f91120
|
|
@ -34,3 +34,6 @@ RDEPENDS_${PN}_append_ccimx6 = " \
|
|||
RDEPENDS_${PN}_append_ccimx6ul = " \
|
||||
mtd-utils-ubifs \
|
||||
"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(ccimx6|ccimx6ul)"
|
||||
Loading…
Reference in New Issue