aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-23 21:28:13 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-23 21:28:13 +0000
commit13a479f63bd2fa8e73612be277e079e0bc60466f (patch)
treedbe40a104bdd91c8bd42ed728cfd13f26bd1fabb /conf/local.conf.sample
parentb55c3fcf72fe5de338d3b5f21e484a20e3538027 (diff)
downloadopenembedded-13a479f63bd2fa8e73612be277e079e0bc60466f.tar.gz
remove grub from default OEMASK - patch courtesy pb_.
BKrev: 40898a6dW9W9uhv1fOW4HLuJCWnKCA
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index e16a07ad12..70c010e097 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -11,11 +11,11 @@ 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 = "(grub|toolchain-external)"
+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
-#OEMASK = "(grub)"
+#OEMASK = "()"
# 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"