diff options
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 5c111f7175..e5ecd661aa 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -33,6 +33,10 @@ PREFERRED_PROVIDERS = "virtual/libc:glibc virtual/qte:qte-for-opie virtual/libqp # for a machine not known to OpenEmbedded. Better use the MACHINE attribute (see above) TARGET_ARCH = "arm" +# Uncomment this to select a distribution policy. +#DISTRO = "familiar" + # Uncomment this to build .tar packages during the build process. # Also supported is "package_ipk" +# Usually better to set DISTRO instead (see above) #INHERIT = "package_tar" |