diff options
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 885d4dba47..71856b8563 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -229,6 +229,17 @@ BB_DISKMON_DIRS = "\ | |||
229 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | 229 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ |
230 | #file://.* file:///some/local/dir/sstate/PATH" | 230 | #file://.* file:///some/local/dir/sstate/PATH" |
231 | 231 | ||
232 | |||
233 | # | ||
234 | # Qemu configuration | ||
235 | # | ||
236 | # By default qemu will build with a builtin VNC server where graphical output can be | ||
237 | # seen. The two lines below enable the SDL backend too. This assumes there is a | ||
238 | # libsdl library available on your build system. | ||
239 | PACKAGECONFIG_pn-qemu-native = "sdl" | ||
240 | ASSUME_PROVIDED += "libsdl-native" | ||
241 | |||
242 | |||
232 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to | 243 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to |
233 | # track the version of this file when it was generated. This can safely be ignored if | 244 | # track the version of this file when it was generated. This can safely be ignored if |
234 | # this doesn't mean anything to you. | 245 | # this doesn't mean anything to you. |