We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe88fe commit dd13b83Copy full SHA for dd13b83
recipes-security/optee/optee-os-stm32mp-archiver.inc
@@ -85,7 +85,7 @@ tee-\$(1)-\$(2)-\$(3):
85
O=\$(BLD_PATH)/\$(1)-\$(3) \\
86
CFG_EMBED_DTB_SOURCE_FILE=\$(3).dts \\
87
\`cat \$(BLD_PATH)/\$(1)-\$(3)/\$(3)-sysram.txt\` \\
88
- \$(shell echo \$(2) | tr a-z A-Z)=y || exit 1;
+ \$(shell echo CFG_\$(2) | tr a-z A-Z)=y || exit 1;
89
endef
90
91
# deploy-<config>-<soc>-<dt>
0 commit comments