diff options
author | Eugene Smirnov <evgenii.smirnov@here.com> | 2019-07-17 15:14:45 +0200 |
---|---|---|
committer | Eugene Smirnov <evgenii.smirnov@here.com> | 2019-07-17 18:24:21 +0200 |
commit | 559dc9f7c3fa918e60e35b74ecebd4f0e652d5e4 (patch) | |
tree | e4331946a5a64c6d68ec82102ff9a91b91440c02 /classes/sota.bbclass | |
parent | 7b0d43f0f32decdcb556ed50625bb0a51dd0575f (diff) | |
download | meta-updater-dev/ti.tar.gz |
Add TI AM65xx supportdev/ti
Signed-off-by: Eugene Smirnov <evgenii.smirnov@here.com>
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r-- | classes/sota.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass index 0ac0805..013d6f9 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
@@ -62,6 +62,7 @@ SOTA_MACHINE_h3ulcb = "h3ulcb" | |||
62 | SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" | 62 | SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" |
63 | SOTA_MACHINE_qemux86-64 ?= "qemux86-64" | 63 | SOTA_MACHINE_qemux86-64 ?= "qemux86-64" |
64 | SOTA_MACHINE_am335x-evm ?= "am335x-evm" | 64 | SOTA_MACHINE_am335x-evm ?= "am335x-evm" |
65 | SOTA_MACHINE_am65xx-evm ?= "am65xx-evm" | ||
65 | 66 | ||
66 | inherit sota_${SOTA_MACHINE} | 67 | inherit sota_${SOTA_MACHINE} |
67 | 68 | ||