Revert "meta-digi-arm: Exclude u-boot-fw-utils if U-Boot environment encryption is"
This reverts commit b8f50680e5.
The support to read and write to an encrypted environment has been added, so
there is no need to exclude the u-boot-fw-utils anymore.
https://jira.digi.com/browse/DEL-2836
Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
3a2c35d850
commit
c59a5e6214
|
|
@ -93,9 +93,6 @@ Documentation is available online on the Digi documentation site:
|
||||||
This is a list of known issues and limitations at the time of release. An
|
This is a list of known issues and limitations at the time of release. An
|
||||||
updated list can be found on the online documentation.
|
updated list can be found on the online documentation.
|
||||||
|
|
||||||
* When using the TrustFence (TM) U-Boot environment encryption, access to the
|
|
||||||
U-Boot environment from the Linux OS is not supported.
|
|
||||||
|
|
||||||
## Digi ConnectCore 6UL
|
## Digi ConnectCore 6UL
|
||||||
|
|
||||||
* In the Bluetooth interface, the UART hardware flow control doesn’t work
|
* In the Bluetooth interface, the UART hardware flow control doesn’t work
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ MACHINE_EXTRA_RDEPENDS += " \
|
||||||
e2fsprogs-mke2fs \
|
e2fsprogs-mke2fs \
|
||||||
e2fsprogs-resize2fs \
|
e2fsprogs-resize2fs \
|
||||||
parted \
|
parted \
|
||||||
${@base_conditional('TRUSTFENCE_ENCRYPT_ENVIRONMENT', '1', '', 'u-boot-fw-utils', d)} \
|
u-boot-fw-utils \
|
||||||
"
|
"
|
||||||
MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}"
|
MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}"
|
||||||
MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins cryptodev-module rng-tools"
|
MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins cryptodev-module rng-tools"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ MACHINE_FIRMWARE ?= ""
|
||||||
MACHINE_EXTRA_RDEPENDS += " \
|
MACHINE_EXTRA_RDEPENDS += " \
|
||||||
imx-kobs \
|
imx-kobs \
|
||||||
mtd-utils-ubifs \
|
mtd-utils-ubifs \
|
||||||
${@base_conditional('TRUSTFENCE_ENCRYPT_ENVIRONMENT', '1', '', 'u-boot-fw-utils', d)} \
|
u-boot-fw-utils \
|
||||||
"
|
"
|
||||||
MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}"
|
MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}"
|
||||||
MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins cryptodev-module"
|
MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins cryptodev-module"
|
||||||
|
|
|
||||||
|
|
@ -55,5 +55,3 @@ RRECOMMENDS_${PN} = "\
|
||||||
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \
|
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \
|
||||||
${MACHINE_EXTRA_RRECOMMENDS} \
|
${MACHINE_EXTRA_RRECOMMENDS} \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_package[vardeps] = "TRUSTFENCE_ENCRYPT_ENVIRONMENT"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue