summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-18 23:33:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-18 23:33:44 +0000
commit9671321b6740a0d56878d213a4a969d2b594d3d4 (patch)
treebe649f1353142f265ef6b3a7e162d3f4815b66a7 /meta-poky
parent240f7c3018546851cfcaca9b3f19211361bbc8af (diff)
downloadpoky-9671321b6740a0d56878d213a4a969d2b594d3d4.tar.gz
local.conf.sample.extended: Bring back into sync with OE-Core
(From meta-yocto rev: ea6e777cac72f22b56b2c8be0ba05ba164efe5de) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample.extended29
1 files changed, 24 insertions, 5 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended
index 885b4ab20e..ba1d0973b5 100644
--- a/meta-poky/conf/local.conf.sample.extended
+++ b/meta-poky/conf/local.conf.sample.extended
@@ -23,6 +23,13 @@
23# 23#
24# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would 24# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
25# be appropriate for example. 25# be appropriate for example.
26#
27# Some users are behind firewalls or use servers where the number of parallel connections
28# is limited. In such cases you can limit the number of fetch tasks which run in parallel by
29# setting the option below, in this case limiting to a maximum of 4 fetch tasks in parallel:
30#
31#do_fetch[number_threads] = "4"
32#
26 33
27# If you want to get an image based on directfb without x11 alter 34# If you want to get an image based on directfb without x11 alter
28# DISTRO_FEATURES: 35# DISTRO_FEATURES:
@@ -87,10 +94,7 @@ DISTRO_FEATURES_remove = "x11"
87# PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory' 94# PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory'
88 95
89# Uncomment these to build a package such that you can use gprof to profile it. 96# Uncomment these to build a package such that you can use gprof to profile it.
90# NOTE: This will only work with 'linux' targets, not 97# NOTE: Don't build glibc itself with these flags, or it'll fail to build.
91# 'linux-uclibc', as uClibc doesn't provide the necessary
92# object files. Also, don't build glibc itself with these
93# flags, or it'll fail to build.
94# 98#
95# PROFILE_OPTIMIZATION = "-pg" 99# PROFILE_OPTIMIZATION = "-pg"
96# SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}" 100# SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}"
@@ -188,7 +192,8 @@ DISTRO_FEATURES_remove = "x11"
188# commercial_lame \ 192# commercial_lame \
189# commercial_libmad \ 193# commercial_libmad \
190# commercial_libomxil \ 194# commercial_libomxil \
191# commercial_mpeg2dec" 195# commercial_mpeg2dec \
196# commercial_qmmp"
192 197
193 198
194# 199#
@@ -371,3 +376,17 @@ DISTRO_FEATURES_remove = "x11"
371#INIT_MANAGER = "sysvinit" 376#INIT_MANAGER = "sysvinit"
372#INIT_MANAGER = "systemd" 377#INIT_MANAGER = "systemd"
373#INIT_MANAGER = "mdev-busybox" 378#INIT_MANAGER = "mdev-busybox"
379
380#
381# Use a full set of packages instead of busybox for base utils
382#
383#PREFERRED_PROVIDER_base-utils = "packagegroup-core-base-utils"
384#VIRTUAL-RUNTIME_base-utils = "packagegroup-core-base-utils"
385#VIRTUAL-RUNTIME_base-utils-hwclock = "util-linux-hwclock"
386#VIRTUAL-RUNTIME_base-utils-syslog = "syslog"
387
388#
389# Enable LTO system-wide
390#
391#require conf/distro/include/lto.inc
392#DISTRO_FEATURES_append = " lto"