diff options
-rw-r--r-- | meta-poky/conf/local.conf.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 493227470b..c91d0dcb5e 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample | |||
@@ -37,6 +37,10 @@ | |||
37 | # This sets the default machine to be qemux86-64 if no other machine is selected: | 37 | # This sets the default machine to be qemux86-64 if no other machine is selected: |
38 | MACHINE ??= "qemux86-64" | 38 | MACHINE ??= "qemux86-64" |
39 | 39 | ||
40 | # These are some of the more commonly used values. Looking at the files in the | ||
41 | # meta/conf/machine directory, or the conf/machine directory of any additional layers | ||
42 | # you add in will show all the available machines. | ||
43 | |||
40 | # | 44 | # |
41 | # Where to place downloads | 45 | # Where to place downloads |
42 | # | 46 | # |