summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@opensourcefoundries.com>2018-02-20 23:00:40 -0300
committerPhil Wise <philip.wise@here.com>2018-05-11 15:57:27 +0200
commit2bb77315b00a4e31287cefd43c5ff42b0698f5b6 (patch)
treef6bad8d72ef3d29911d37b3e01abcefadf2c76cc
parent5d478c9f25ee387c0a9f3a644caca037fbe60512 (diff)
downloadmeta-updater-2bb77315b00a4e31287cefd43c5ff42b0698f5b6.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 bbb9ac9..4e525e2 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -33,8 +33,7 @@ GARAGE_SIGN_KEYNAME ?= "garage-key"
33GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" 33GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}"
34 34
35SOTA_MACHINE ??="none" 35SOTA_MACHINE ??="none"
36SOTA_MACHINE_raspberrypi2 ?= "raspberrypi" 36SOTA_MACHINE_rpi ?= "raspberrypi"
37SOTA_MACHINE_raspberrypi3 ?= "raspberrypi"
38SOTA_MACHINE_porter ?= "porter" 37SOTA_MACHINE_porter ?= "porter"
39SOTA_MACHINE_m3ulcb = "m3ulcb" 38SOTA_MACHINE_m3ulcb = "m3ulcb"
40SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" 39SOTA_MACHINE_intel-corei7-64 ?= "minnowboard"