aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorGreg Gilbert <greg@treke.net>2004-04-09 06:05:27 +0000
committerGreg Gilbert <greg@treke.net>2004-04-09 06:05:27 +0000
commit092c4db8d07a0d236e5efca15d1e52fdb87da55d (patch)
tree44f0776f4f6a745cfdf9bba8221fa6e94fc385d3 /conf/local.conf.sample
parentfdfab310de00778eca6f8d32ee170935ee769d3a (diff)
downloadopenembedded-092c4db8d07a0d236e5efca15d1e52fdb87da55d.tar.gz
local.conf.sample:
Adding a commented out OEMASK for people using external toolchains. Unmasking gcc and binutils in the default OEMASK BKrev: 40763d27DmOVP-a5K_GV6Ege5W3s3A
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index cb42948700..69f796ce30 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -2,6 +2,10 @@ TARGET_ARCH = "arm"
DL_DIR = "${HOME}/sources"
OEFILES = "*/*.oe"
# NOTE: only recent oemake's obey OEMASK directly
-OEMASK = "-initial|/(binutils|uclibc|avr-libc|gcc|linux|grub|qte_|qte-for-qtopia|toolchain-external)"
+OEMASK = "(uclibc|avr-libc|linux|grub|qte_|qte-for-qtopia|toolchain-external)"
+
+# Use 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)"
#INHERIT = "package_tar"