diff options
Diffstat (limited to 'meta-yocto/conf/local.conf.sample')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 8297a2dd4e..c0a9ac2a71 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -2,11 +2,11 @@ | |||
2 | # This file is your local configuration file and is where all local user settings | 2 | # This file is your local configuration file and is where all local user settings |
3 | # are placed. The comments in this file give some guide to the options a new user | 3 | # are placed. The comments in this file give some guide to the options a new user |
4 | # to the system might want to change but pretty much any configuration option can | 4 | # to the system might want to change but pretty much any configuration option can |
5 | # be set in this file. More adventurous users can look at local.conf.extended | 5 | # be set in this file. More adventurous users can look at local.conf.extended |
6 | # which contains other examples of configuration which can be placed in this file | 6 | # which contains other examples of configuration which can be placed in this file |
7 | # but new users likely won't need any of them initially. | 7 | # but new users likely won't need any of them initially. |
8 | # | 8 | # |
9 | # Lines starting with the '#' character are commented out and in some cases the | 9 | # Lines starting with the '#' character are commented out and in some cases the |
10 | # default values are provided as comments to show people example syntax. Enabling | 10 | # default values are provided as comments to show people example syntax. Enabling |
11 | # the option is a question of removing the # character and making any change to the | 11 | # the option is a question of removing the # character and making any change to the |
12 | # variable as required. | 12 | # variable as required. |
@@ -96,8 +96,8 @@ DISTRO ?= "poky" | |||
96 | # | 96 | # |
97 | # Package Management configuration | 97 | # Package Management configuration |
98 | # | 98 | # |
99 | # This variable lists which packaging formats to enable. Multiple package backends | 99 | # This variable lists which packaging formats to enable. Multiple package backends |
100 | # can be enabled at once and the first item listed in the variable will be used | 100 | # can be enabled at once and the first item listed in the variable will be used |
101 | # to generate the root filesystems. | 101 | # to generate the root filesystems. |
102 | # Options are: | 102 | # Options are: |
103 | # - 'package_deb' for debian style deb files | 103 | # - 'package_deb' for debian style deb files |
@@ -111,7 +111,7 @@ PACKAGE_CLASSES ?= "package_rpm" | |||
111 | # SDK/ADT target architecture | 111 | # SDK/ADT target architecture |
112 | # | 112 | # |
113 | # This variable specifies the architecture to build SDK/ADT items for and means | 113 | # This variable specifies the architecture to build SDK/ADT items for and means |
114 | # you can build the SDK packages for architectures other than the machine you are | 114 | # you can build the SDK packages for architectures other than the machine you are |
115 | # running the build on (i.e. building i686 packages on an x86_64 host). | 115 | # running the build on (i.e. building i686 packages on an x86_64 host). |
116 | # Supported values are i686 and x86_64 | 116 | # Supported values are i686 and x86_64 |
117 | #SDKMACHINE ?= "i686" | 117 | #SDKMACHINE ?= "i686" |
@@ -119,7 +119,7 @@ PACKAGE_CLASSES ?= "package_rpm" | |||
119 | # | 119 | # |
120 | # Extra image configuration defaults | 120 | # Extra image configuration defaults |
121 | # | 121 | # |
122 | # The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated | 122 | # The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated |
123 | # images. Some of these options are added to certain image types automatically. The | 123 | # images. Some of these options are added to certain image types automatically. The |
124 | # variable can contain the following options: | 124 | # variable can contain the following options: |
125 | # "dbg-pkgs" - add -dbg packages for all installed packages | 125 | # "dbg-pkgs" - add -dbg packages for all installed packages |
@@ -144,7 +144,7 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks" | |||
144 | # Additional image features | 144 | # Additional image features |
145 | # | 145 | # |
146 | # The following is a list of additional classes to use when building images which | 146 | # The following is a list of additional classes to use when building images which |
147 | # enable extra features. Some available options which can be included in this variable | 147 | # enable extra features. Some available options which can be included in this variable |
148 | # are: | 148 | # are: |
149 | # - 'buildstats' collect build statistics | 149 | # - 'buildstats' collect build statistics |
150 | # - 'image-mklibs' to reduce shared library files size for an image | 150 | # - 'image-mklibs' to reduce shared library files size for an image |
@@ -165,8 +165,8 @@ USER_CLASSES ?= "buildstats image-mklibs image-prelink" | |||
165 | # | 165 | # |
166 | # Interactive shell configuration | 166 | # Interactive shell configuration |
167 | # | 167 | # |
168 | # Under certain circumstances the system may need input from you and to do this it | 168 | # Under certain circumstances the system may need input from you and to do this it |
169 | # can launch an interactive shell. It needs to do this since the build is | 169 | # can launch an interactive shell. It needs to do this since the build is |
170 | # multithreaded and needs to be able to handle the case where more than one parallel | 170 | # multithreaded and needs to be able to handle the case where more than one parallel |
171 | # process may require the user's attention. The default is iterate over the available | 171 | # process may require the user's attention. The default is iterate over the available |
172 | # terminal types to find one that works. | 172 | # terminal types to find one that works. |
@@ -204,13 +204,13 @@ BB_DISKMON_DIRS = "\ | |||
204 | # | 204 | # |
205 | # Shared-state files from other locations | 205 | # Shared-state files from other locations |
206 | # | 206 | # |
207 | # As mentioned above, shared state files are prebuilt cache data objects which can | 207 | # As mentioned above, shared state files are prebuilt cache data objects which can |
208 | # used to accelerate build time. This variable can be used to configure the system | 208 | # used to accelerate build time. This variable can be used to configure the system |
209 | # to search other mirror locations for these objects before it builds the data itself. | 209 | # to search other mirror locations for these objects before it builds the data itself. |
210 | # | 210 | # |
211 | # This can be a filesystem directory, or a remote url such as http or ftp. These | 211 | # This can be a filesystem directory, or a remote url such as http or ftp. These |
212 | # would contain the sstate-cache results from previous builds (possibly from other | 212 | # would contain the sstate-cache results from previous builds (possibly from other |
213 | # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the | 213 | # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the |
214 | # cache locations to check for the shared objects. | 214 | # cache locations to check for the shared objects. |
215 | # NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH | 215 | # NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH |
216 | # at the end as shown in the examples below. This will be substituted with the | 216 | # at the end as shown in the examples below. This will be substituted with the |
@@ -231,7 +231,6 @@ PACKAGECONFIG_append_pn-qemu-native = " sdl" | |||
231 | PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" | 231 | PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" |
232 | #ASSUME_PROVIDED += "libsdl-native" | 232 | #ASSUME_PROVIDED += "libsdl-native" |
233 | 233 | ||
234 | |||
235 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to | 234 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to |
236 | # track the version of this file when it was generated. This can safely be ignored if | 235 | # track the version of this file when it was generated. This can safely be ignored if |
237 | # this doesn't mean anything to you. | 236 | # this doesn't mean anything to you. |