diff options
author | Chris Larson <clarson@kergoth.com> | 2004-04-23 20:39:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-04-23 20:39:04 +0000 |
commit | 5474e0a8d4f42e1a14f386de099b981cdfb940e6 (patch) | |
tree | 25da8754fd003289139860fcb785a6072e464047 /conf | |
parent | eea255b6c9aa81ce169c992e12db73dbcc08b5b7 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages
2004/04/23 16:39:01-04:00 local!kergoth
Correct TMPDIR description, and fix the external toolchain OEMASK, in local.conf.sample.
BKrev: 40897ee8zr0nRQ8FzTwKRezOH9WBKw
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 96e9b0ed1d..e16a07ad12 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -15,14 +15,14 @@ OEMASK = "(grub|toolchain-external)" # Uncomment this OEMASK, if you want to use a prebuild toolchain. # You will need to provide packages for toolchain specific libraries yourself -#OEMASK = "-initial|/(binutils|uclibc|avr-libc|gcc|linux|grub|qte_|qte-for-qtopia|glibc_cvs)" +#OEMASK = "(grub)" # 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, -# so make sure to free enough space. The default TMPDIR is <package directory>/tmp +# so make sure to free enough space. The default TMPDIR is <build directory>/tmp #TMPDIR = /usr/local/projects/oetmp # Uncomment this to specify a machine to build for. See <oe>/conf/*.conf for machines |