diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-05-05 14:52:31 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-05-05 14:52:31 +0200 |
commit | f3b1df60bff83941e112d0f0594e497822efb6cc (patch) | |
tree | 99b911e0f56e98d49ad86049b3199c1306e12ffa /classes/sota.bbclass | |
parent | 9e9caee2ffcc549aaa0b852558e79518ebcc8c92 (diff) | |
download | meta-updater-f3b1df60bff83941e112d0f0594e497822efb6cc.tar.gz |
Add support for am335x-evm based board with WiFi
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r-- | classes/sota.bbclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass index 0697932..a1a5028 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
@@ -21,13 +21,12 @@ OSTREE_BRANCHNAME ?= "ota-${MACHINE}" | |||
21 | OSTREE_OSNAME ?= "poky" | 21 | OSTREE_OSNAME ?= "poky" |
22 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" | 22 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" |
23 | 23 | ||
24 | # Prelinking increases the size of downloads and causes build errors | ||
25 | USER_CLASSES_remove = "image-prelink" | ||
26 | |||
27 | SOTA_MACHINE ?= "none" | 24 | SOTA_MACHINE ?= "none" |
28 | SOTA_MACHINE_raspberrypi = "raspberrypi" | 25 | SOTA_MACHINE_raspberrypi = "raspberrypi" |
29 | SOTA_MACHINE_raspberrypi3 = "raspberrypi" | 26 | SOTA_MACHINE_raspberrypi3 = "raspberrypi" |
30 | SOTA_MACHINE_porter = "porter" | 27 | SOTA_MACHINE_porter = "porter" |
31 | SOTA_MACHINE_intel-corei7-64 = "minnowboard" | 28 | SOTA_MACHINE_intel-corei7-64 = "minnowboard" |
32 | SOTA_MACHINE_qemux86-64 = "qemux86-64" | 29 | SOTA_MACHINE_qemux86-64 = "qemux86-64" |
30 | SOTA_MACHINE_qemux86-64 = "qemux86-64" | ||
31 | SOTA_MACHINE_am335x-evm = "am335x-evm-wifi" | ||
33 | inherit sota_${SOTA_MACHINE} | 32 | inherit sota_${SOTA_MACHINE} |