summaryrefslogtreecommitdiffstats
path: root/conf/distro/poky-sota.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/poky-sota.conf')
-rw-r--r--conf/distro/poky-sota.conf3
1 files changed, 3 insertions, 0 deletions
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"
7 7
8INHERIT += " sota" 8INHERIT += " sota"
9IMAGE_INSTALL_append = " connman connman-client" 9IMAGE_INSTALL_append = " connman connman-client"
10
11# Prelinking increases the size of downloads and causes build errors
12USER_CLASSES_remove = "image-prelink"