1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-07 03:11:59 +00:00

optee: couple minor changes to match with kirkstone

Minor changes to match with Kirkstone for consistency.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Denys Dmytriyenko
2023-05-22 18:11:52 +00:00
committed by Ryan Eatmon
parent 4cfad35643
commit 31fa75797a
2 changed files with 2 additions and 2 deletions
@@ -82,7 +82,7 @@ do_compile:append:j784s4-hs-evm() {
optee_sign_k3hs
}
do_install:append:ti-soc() {
do_install:append() {
install -m 644 ${B}/*.optee ${D}${nonarch_base_libdir}/firmware/ || true
install -m 644 ${B}/bl32.bin ${D}${nonarch_base_libdir}/firmware/ || true
install -m 644 ${B}/bl32.bin.unsigned ${D}${nonarch_base_libdir}/firmware/ || true
@@ -1,4 +1,4 @@
OPTEE_TI = ""
OPTEE_TI:ti-soc = "optee-os-ti.inc"
OPTEE_TI:ti-soc = "${BPN}-ti.inc"
require ${OPTEE_TI}