local.conf.sample:
authorGreg Gilbert <greg@treke.net>
Fri, 9 Apr 2004 06:05:27 +0000 (06:05 +0000)
committerGreg Gilbert <greg@treke.net>
Fri, 9 Apr 2004 06:05:27 +0000 (06:05 +0000)
  Adding a commented out OEMASK for people using external toolchains. Unmasking gcc and binutils in the default OEMASK

BKrev: 40763d27DmOVP-a5K_GV6Ege5W3s3A

conf/local.conf.sample

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