mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-12 13:50:51 +00:00
optee-os: Add support for alternate console
Actual systems may choose to use a different console from the default Allow the machine configurations to describe the same. Since the option provided is custom to TI K3, make this a k3 product override capability. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
2adccf625d
commit
d2cd50c748
@@ -1,3 +1,5 @@
|
|||||||
|
EXTRA_OEMAKE:append:k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
|
||||||
|
|
||||||
do_compile:prepend:ti-soc() {
|
do_compile:prepend:ti-soc() {
|
||||||
export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
|
export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user