summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
authorPhil Wise <phil@advancedtelematic.com>2017-05-23 15:53:47 +0200
committerPhil Wise <phil@advancedtelematic.com>2017-05-23 15:53:47 +0200
commit5911762701cc698f1d3aa9f3e2062680e6d52671 (patch)
tree451d594c783604fef19503a0a4ed884b6e8c7b8d /classes/sota.bbclass
parent35483eef70306015b4807d066f9cb2c19af7b200 (diff)
downloadmeta-updater-5911762701cc698f1d3aa9f3e2062680e6d52671.tar.gz
Fix typo in machine name for R-Pi3
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r--classes/sota.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass
index 6fbba26..b432f68 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -21,7 +21,7 @@ OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image"
21 21
22SOTA_MACHINE ??="none" 22SOTA_MACHINE ??="none"
23SOTA_MACHINE_raspberrypi2 ?= "raspberrypi" 23SOTA_MACHINE_raspberrypi2 ?= "raspberrypi"
24SOTA_MACHINE_rarpberrypi3 ?= "raspberrypi" 24SOTA_MACHINE_raspberrypi3 ?= "raspberrypi"
25SOTA_MACHINE_porter ?= "porter" 25SOTA_MACHINE_porter ?= "porter"
26SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" 26SOTA_MACHINE_intel-corei7-64 ?= "minnowboard"
27SOTA_MACHINE_qemux86-64 ?= "qemux86-64" 27SOTA_MACHINE_qemux86-64 ?= "qemux86-64"