1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 06:17:51 +00:00

conf/machine: pass OPTEEFLAVOR via OPTEEMACHINE as <mach>-<flavor>

Recipe in meta-arm doesn't use OPTEEFLAVOR, but optee-os Makefile can extract
it from OPTEEMACHINE.
Keep OPTEEFLAVOR for legacy platforms - used for HS signing in the output name.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-10-10 02:11:48 +00:00
committed by Dan Murphy
parent 896afdb67d
commit 8ac0c75768
5 changed files with 5 additions and 7 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ KERNEL_DEVICETREE = " \
ti/k3-am654-evm-prupwm.dtbo \
"
OPTEEMACHINE = "k3"
OPTEEFLAVOR = "am65x"
OPTEEMACHINE = "k3-am65x"
OPTEEOUTPUTMACHINE = "k3"
# Set the list of device targets for ti-pdk class recipes
+1 -2
View File
@@ -1,8 +1,7 @@
require conf/machine/include/k3.inc
SOC_FAMILY_append = ":j7"
OPTEEMACHINE = "k3"
OPTEEFLAVOR = "j7"
OPTEEMACHINE = "k3-j7"
OPTEEOUTPUTMACHINE = "k3"
# Set the list of device targets for ti-pdk class recipes