aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorGreg Gilbert <greg@treke.net>2004-04-07 20:01:00 +0000
committerGreg Gilbert <greg@treke.net>2004-04-07 20:01:00 +0000
commit8963054b0dff67759f7b0ac0f8368da51f616951 (patch)
tree745758c1899cd978f978197bd4dd0873abefa0c2 /conf/local.conf.sample
parent7714f2ec6abf1642fdebcdd3b1e8bb11be491eb3 (diff)
downloadopenembedded-8963054b0dff67759f7b0ac0f8368da51f616951.tar.gz
local.conf.sample:
Adding toolchain-external to the default sample oemask. Remove it if you want to use a prebuilt toolchain. BKrev: 40745dfc24KQ55tOsPB25kniIHOC2Q
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 8083255286..cb42948700 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -2,6 +2,6 @@ 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)"
+OEMASK = "-initial|/(binutils|uclibc|avr-libc|gcc|linux|grub|qte_|qte-for-qtopia|toolchain-external)"
#INHERIT = "package_tar"