nativesdk: add STM signtools to SDK
The appropriate way to add STM signtools to the SDK is via RDEPENDS on nativesdk-packagegroup-sdk-host, not through the parent recipe of STM signtools recipe itself. Signed-off-by: Hector Palacios <hector.palacios@digi.com> https://onedigi.atlassian.net/browse/DEL-8720
This commit is contained in:
parent
ef1857fac5
commit
12c14ffc18
|
|
@ -10,7 +10,12 @@ IMX_TRUSTFENCE_SDK_TOOLS ?= " \
|
||||||
${@oe.utils.conditional('TRUSTFENCE_SIGN_MODE', 'AHAB', 'nativesdk-imx-mkimage', '', d)} \
|
${@oe.utils.conditional('TRUSTFENCE_SIGN_MODE', 'AHAB', 'nativesdk-imx-mkimage', '', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
STM_TRUSTFENCE_SDK_TOOLS ?= " \
|
||||||
|
nativesdk-trustfence-stm-signtools \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
nativesdk-trustfence-sign-tools \
|
nativesdk-trustfence-sign-tools \
|
||||||
${@oe.utils.conditional('DEY_SOC_VENDOR', 'NXP', '${IMX_OPTEE_SDK_RDEPENDS} ${IMX_TRUSTFENCE_SDK_TOOLS}', '', d)} \
|
${@oe.utils.conditional('DEY_SOC_VENDOR', 'NXP', '${IMX_OPTEE_SDK_RDEPENDS} ${IMX_TRUSTFENCE_SDK_TOOLS}', '', d)} \
|
||||||
|
${@oe.utils.conditional('DEY_SOC_VENDOR', 'STM', '${STM_TRUSTFENCE_SDK_TOOLS}', '', d)} \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,3 @@
|
||||||
|
|
||||||
require trustfence-sign-tools.inc
|
require trustfence-sign-tools.inc
|
||||||
inherit nativesdk
|
inherit nativesdk
|
||||||
|
|
||||||
RDEPENDS:${PN} = " \
|
|
||||||
${@oe.utils.conditional('DEY_SOC_VENDOR', 'NXP', 'nativesdk-trustfence-cst', '', d)} \
|
|
||||||
${@oe.utils.conditional('DEY_SOC_VENDOR', 'STM', 'nativesdk-trustfence-stm-signtools', '', d)} \
|
|
||||||
"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue