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:
parent
5eb0f07906
commit
925d96155b
|
|
@ -38,6 +38,10 @@ UBOOT_ENV_SIZE ?= "0x20000"
|
||||||
# available space in the environment partition)
|
# available space in the environment partition)
|
||||||
UBOOT_ENV_RANGE ?= ""
|
UBOOT_ENV_RANGE ?= ""
|
||||||
|
|
||||||
|
MACHINE_EXTRA_RDEPENDS += " \
|
||||||
|
mtd-utils-ubifs \
|
||||||
|
"
|
||||||
|
|
||||||
# Extra udev rules
|
# Extra udev rules
|
||||||
MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
|
MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Copyright (C) 2023, Digi International Inc.
|
||||||
|
|
||||||
|
PACKAGECONFIG:append = " crypto"
|
||||||
Loading…
Reference in New Issue