diff options
author | Nishanth Menon <nm@ti.com> | 2022-02-22 04:14:03 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:49 -0600 |
commit | d2cd50c7480c59664bb6fcfdec049a449dbc5a37 (patch) | |
tree | 47534bd1512257f0fb8e3a485b76bbc8f3ce5825 /meta-ti-bsp/recipes-security | |
parent | 2adccf625d39d3631d4d3bd8bfa61696d0bb4a65 (diff) | |
download | meta-ti-d2cd50c7480c59664bb6fcfdec049a449dbc5a37.tar.gz |
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>
Diffstat (limited to 'meta-ti-bsp/recipes-security')
-rw-r--r-- | meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend index 5cb70df9..f1d7fc9a 100644 --- a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend +++ b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend | |||
@@ -1,3 +1,5 @@ | |||
1 | EXTRA_OEMAKE:append:k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" | ||
2 | |||
1 | do_compile:prepend:ti-soc() { | 3 | do_compile:prepend:ti-soc() { |
2 | export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} | 4 | export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} |
3 | } | 5 | } |