summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r--classes/sota.bbclass5
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}"
21OSTREE_OSNAME ?= "poky" 21OSTREE_OSNAME ?= "poky"
22OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" 22OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image"
23 23
24# Prelinking increases the size of downloads and causes build errors
25USER_CLASSES_remove = "image-prelink"
26
27SOTA_MACHINE ?= "none" 24SOTA_MACHINE ?= "none"
28SOTA_MACHINE_raspberrypi = "raspberrypi" 25SOTA_MACHINE_raspberrypi = "raspberrypi"
29SOTA_MACHINE_raspberrypi3 = "raspberrypi" 26SOTA_MACHINE_raspberrypi3 = "raspberrypi"
30SOTA_MACHINE_porter = "porter" 27SOTA_MACHINE_porter = "porter"
31SOTA_MACHINE_intel-corei7-64 = "minnowboard" 28SOTA_MACHINE_intel-corei7-64 = "minnowboard"
32SOTA_MACHINE_qemux86-64 = "qemux86-64" 29SOTA_MACHINE_qemux86-64 = "qemux86-64"
30SOTA_MACHINE_qemux86-64 = "qemux86-64"
31SOTA_MACHINE_am335x-evm = "am335x-evm-wifi"
33inherit sota_${SOTA_MACHINE} 32inherit sota_${SOTA_MACHINE}