From f3b1df60bff83941e112d0f0594e497822efb6cc Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Fri, 5 May 2017 14:52:31 +0200 Subject: Add support for am335x-evm based board with WiFi --- classes/sota.bbclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'classes/sota.bbclass') 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}" OSTREE_OSNAME ?= "poky" OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" -# Prelinking increases the size of downloads and causes build errors -USER_CLASSES_remove = "image-prelink" - SOTA_MACHINE ?= "none" SOTA_MACHINE_raspberrypi = "raspberrypi" SOTA_MACHINE_raspberrypi3 = "raspberrypi" SOTA_MACHINE_porter = "porter" SOTA_MACHINE_intel-corei7-64 = "minnowboard" SOTA_MACHINE_qemux86-64 = "qemux86-64" +SOTA_MACHINE_qemux86-64 = "qemux86-64" +SOTA_MACHINE_am335x-evm = "am335x-evm-wifi" inherit sota_${SOTA_MACHINE} -- cgit v1.2.3-54-g00ecf