summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@opensourcefoundries.com>2018-02-20 23:00:40 -0300
committerRicardo Salveti <ricardo@opensourcefoundries.com>2018-03-29 15:49:24 -0300
commit015e226e38cfa9efd31b79df388f6db9a264be57 (patch)
treeab8024f51c30656b478c65b186266743b5fcee5c
parent2619e3f3312713f4077d83b2f2e5f9c7de66d12b (diff)
downloadmeta-updater-015e226e38cfa9efd31b79df388f6db9a264be57.tar.gz
sota.bbclass: use common rpi override for raspberrypi
sota_raspberrypi can handle the rpi differences if required. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
-rw-r--r--classes/sota.bbclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass
index 6531809..33a2f4b 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -35,8 +35,7 @@ GARAGE_SIGN_KEYNAME ?= "garage-key"
35GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" 35GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}"
36 36
37SOTA_MACHINE ??="none" 37SOTA_MACHINE ??="none"
38SOTA_MACHINE_raspberrypi2 ?= "raspberrypi" 38SOTA_MACHINE_rpi ?= "raspberrypi"
39SOTA_MACHINE_raspberrypi3 ?= "raspberrypi"
40SOTA_MACHINE_porter ?= "porter" 39SOTA_MACHINE_porter ?= "porter"
41SOTA_MACHINE_m3ulcb = "m3ulcb" 40SOTA_MACHINE_m3ulcb = "m3ulcb"
42SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" 41SOTA_MACHINE_intel-corei7-64 ?= "minnowboard"