ccmp1: add mtd-utils for CCMP1 platform

This commit adds the mdt-utils to the CCMP1 platform and
builds the tools with cyptographic support.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2023-02-14 17:59:25 +01:00
parent 5eb0f07906
commit 925d96155b
2 changed files with 7 additions and 0 deletions

View File

@ -38,6 +38,10 @@ UBOOT_ENV_SIZE ?= "0x20000"
# available space in the environment partition)
UBOOT_ENV_RANGE ?= ""
MACHINE_EXTRA_RDEPENDS += " \
mtd-utils-ubifs \
"
# Extra udev rules
MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"

View File

@ -0,0 +1,3 @@
# Copyright (C) 2023, Digi International Inc.
PACKAGECONFIG:append = " crypto"