diff options
author | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-02-20 23:00:40 -0300 |
---|---|---|
committer | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-03-29 15:49:24 -0300 |
commit | 015e226e38cfa9efd31b79df388f6db9a264be57 (patch) | |
tree | ab8024f51c30656b478c65b186266743b5fcee5c | |
parent | 2619e3f3312713f4077d83b2f2e5f9c7de66d12b (diff) | |
download | meta-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.bbclass | 3 |
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" | |||
35 | GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" | 35 | GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" |
36 | 36 | ||
37 | SOTA_MACHINE ??="none" | 37 | SOTA_MACHINE ??="none" |
38 | SOTA_MACHINE_raspberrypi2 ?= "raspberrypi" | 38 | SOTA_MACHINE_rpi ?= "raspberrypi" |
39 | SOTA_MACHINE_raspberrypi3 ?= "raspberrypi" | ||
40 | SOTA_MACHINE_porter ?= "porter" | 39 | SOTA_MACHINE_porter ?= "porter" |
41 | SOTA_MACHINE_m3ulcb = "m3ulcb" | 40 | SOTA_MACHINE_m3ulcb = "m3ulcb" |
42 | SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" | 41 | SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" |