diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 12:58:23 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 12:58:23 +0000 |
commit | 5b4c02f52c8a146fd9a417033d38e6aebd627680 (patch) | |
tree | 8a786fe85d96fbafaadfbe94069e25711c12f80d /conf/local.conf.sample | |
parent | bee7dcb292d08c816165c7fe5459d0f20dd1300d (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages
2004/04/23 14:58:12+02:00 uni-frankfurt.de!mickeyl
mask out glibc-cvs in the default configuration.
if that doesn't work, why isn't it in nonworking then?
BKrev: 408912ef6U-dmdsRgJ7o6IUkVMXfvg
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 59fe1a6650..79179d60e1 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 = "(uclibc|avr-libc|linux|grub|qte_|qte-for-qtopia|toolchain-external)" +OEMASK = "(uclibc|avr-libc|linux|grub|qte_|qte-for-qtopia|toolchain-external|glibc-cvs)" # Uncomment 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)" +#OEMASK = "-initial|/(binutils|uclibc|avr-libc|gcc|linux|grub|qte_|qte-for-qtopia|glibc-cvs)" # Uncomment this to specify where OE should create its temporary files. # Note that a fully build of everything in OE will take GigaBytes of hard disk space, |