aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-23 18:59:52 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-23 18:59:52 +0000
commit4cee67d2b20da1a36de74bcf63259fe4d88b8322 (patch)
treebd0b6d6080d5d03b756109dd094d4365bda9d3b6 /conf/local.conf.sample
parent57efadc6545220f78a3945574b8ecee8e3872c12 (diff)
downloadopenembedded-4cee67d2b20da1a36de74bcf63259fe4d88b8322.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages 2004/04/23 20:59:45+02:00 uni-frankfurt.de!mickeyl reduce OEMASK to just grub and toolchain-external; handle qte, qpe and libc with PREFERRED_PROVIDERS - patch courtesy pb_. BKrev: 408967a832OlnPWRcyzmfzqsCbSu1g
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index bb67e7f027..96e9b0ed1d 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -11,12 +11,15 @@ OEFILES = "*/*.oe"
# 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 = "(uclibc|avr-libc|linux|grub|qte_|qte-for-qtopia|toolchain-external|glibc_cvs)"
+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)"
+# 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