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.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/poky-sota.conf b/conf/distro/poky-sota.conf
index c56695e..c52395d 100644
--- a/conf/distro/poky-sota.conf
+++ b/conf/distro/poky-sota.conf
@@ -9,4 +9,6 @@ DISTRO_CODENAME = "sota"
9 9
10INHERIT += " sota" 10INHERIT += " sota"
11IMAGE_INSTALL_append = " connman connman-client" 11IMAGE_INSTALL_append = " connman connman-client"
12
13# Prelinking increases the size of downloads and causes build errors
12USER_CLASSES_remove = "image-prelink" 14USER_CLASSES_remove = "image-prelink"