local.conf.sample:
authorGreg Gilbert <greg@treke.net>
Wed, 7 Apr 2004 20:01:00 +0000 (20:01 +0000)
committerGreg Gilbert <greg@treke.net>
Wed, 7 Apr 2004 20:01:00 +0000 (20:01 +0000)
  Adding toolchain-external to the default sample oemask. Remove it
  if you want to use a prebuilt toolchain.

BKrev: 40745dfc24KQ55tOsPB25kniIHOC2Q

conf/local.conf.sample

index 8083255..cb42948 100644 (file)
@@ -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"