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-17 18:24:21 +0200
commit559dc9f7c3fa918e60e35b74ecebd4f0e652d5e4 (patch)
treee4331946a5a64c6d68ec82102ff9a91b91440c02 /classes/sota.bbclass
parent7b0d43f0f32decdcb556ed50625bb0a51dd0575f (diff)
downloadmeta-updater-559dc9f7c3fa918e60e35b74ecebd4f0e652d5e4.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.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