diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 21:31:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 21:31:11 +0000 |
commit | b9bbe6f906fa165ffa9d249545490c040132572a (patch) | |
tree | 81b0cc7d1e7a805b73e84bcad069fffe2d03f40f /conf/local.conf.sample | |
parent | 9e42f900e76a69161ee16b3e56a8a020b190cd6a (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/04/23 23:31:04+02:00 uni-frankfurt.de!mickey
fix typo
BKrev: 40898b1fvmx2pwsBxhp0nXerVBz54A
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 70c010e097..eaf55109e4 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -8,20 +8,20 @@ DL_DIR = "${HOME}/sources" # Use this to specify what .oe files to consider for builds OEFILES = "*/*.oe" -# Note that only recent oemake's obey OEMASK directly, in earlier versions, +# Note that only recent oemake's obey OEMASK directly. In earlier versions # you had to filter by hand and populate OEFILES accordingly # Use the OEMASK below unless you want to build something else than the default glibc based setup OEMASK = "(toolchain-external)" -# Uncomment this OEMASK, if you want to use a prebuild toolchain. -# You will need to provide packages for toolchain specific libraries yourself +# Uncomment this OEMASK, if you want to use a prebuilt toolchain. +# You will need to provide packages for toolchain and additional libraries yourself #OEMASK = "()" -# Select between multiple alternative providers, if more than one is eligible +# Select between multiple alternative providers, if more than one is eligible. PREFERRED_PROVIDERS = "virtual/libc:glibc virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie" # Uncomment this to specify where OE should create its temporary files. -# Note that a fully build of everything in OE will take GigaBytes of hard disk space, +# Note that a full build of everything in OE will take GigaBytes of hard disk space, # so make sure to free enough space. The default TMPDIR is <build directory>/tmp #TMPDIR = /usr/local/projects/oetmp |