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 --- conf/distro/poky-sota-systemd.conf | 3 +++ conf/distro/poky-sota.conf | 3 +++ 2 files changed, 6 insertions(+) (limited to 'conf/distro') diff --git a/conf/distro/poky-sota-systemd.conf b/conf/distro/poky-sota-systemd.conf index e6f43f7..3a50d66 100644 --- a/conf/distro/poky-sota-systemd.conf +++ b/conf/distro/poky-sota-systemd.conf @@ -10,3 +10,6 @@ VIRTUAL-RUNTIME_init_manager = "systemd" INHERIT += " sota" IMAGE_INSTALL_append = " connman connman-client rvi-sota-client" + +# Prelinking increases the size of downloads and causes build errors +USER_CLASSES_remove = "image-prelink" diff --git a/conf/distro/poky-sota.conf b/conf/distro/poky-sota.conf index 6972a94..d6d2a1e 100644 --- a/conf/distro/poky-sota.conf +++ b/conf/distro/poky-sota.conf @@ -7,3 +7,6 @@ DISTRO_CODENAME = "sota" INHERIT += " sota" IMAGE_INSTALL_append = " connman connman-client" + +# Prelinking increases the size of downloads and causes build errors +USER_CLASSES_remove = "image-prelink" -- cgit v1.2.3-54-g00ecf