summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
authorEugene Smirnov <evgenii.smirnov@here.com>2019-07-17 15:14:45 +0200
committerEugene Smirnov <evgenii.smirnov@here.com>2019-07-22 11:57:39 +0200
commit9dca9a68aa6729566121a7c23ef594a880ac1bc0 (patch)
tree6f03ab04994b4709535e80fbb48fdea8e8584e62 /classes/sota.bbclass
parenteb391b6c5f3fc24757b124238140bbfc3ae41494 (diff)
downloadmeta-updater-feat/ti.tar.gz
Add TI AM65xx supportfeat/ti
Signed-off-by: Eugene Smirnov <evgenii.smirnov@here.com>
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r--classes/sota.bbclass1
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"
62SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" 62SOTA_MACHINE_intel-corei7-64 ?= "minnowboard"
63SOTA_MACHINE_qemux86-64 ?= "qemux86-64" 63SOTA_MACHINE_qemux86-64 ?= "qemux86-64"
64SOTA_MACHINE_am335x-evm ?= "am335x-evm" 64SOTA_MACHINE_am335x-evm ?= "am335x-evm"
65SOTA_MACHINE_am65xx-evm ?= "am65xx-evm"
65 66
66inherit sota_${SOTA_MACHINE} 67inherit sota_${SOTA_MACHINE}
67 68