summaryrefslogtreecommitdiff
path: root/meta/site/mips-linux
Commit message (Collapse)AuthorAgeFilesLines
* evolation-data-server: Rename from eds-dbusSaul Wold2012-04-261-1/+1
| | | | | | [YOCTO #2316] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Various siteinfo: Drop rp-pppoe variablesTom Rini2011-08-041-4/+0
| | | | | | | These variables were wrong on big-endian machines and this recipe is now handled in meta-oe (along with the siteinfo files). Signed-off-by: Tom Rini <tom_rini@mentor.com>
* Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copyTom Rini2011-08-041-11/+1
| | | | | | | | | Providing va_copy / __va_copy come down to the libc. va_val_copy comes down to the architecture. Unfortunately it's assumed true if not set, so we need to make sure to set this to false for x86_64 where it is not true. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* Various siteinfo files: Consolidate ac_cv_func_getaddrinfoTom Rini2011-08-041-1/+0
| | | | | | | | This is a libc feature, move there. Drop the ipsec-tools specific test as ipsec-tools (a) assumes fine on cross-compile and (b) doesn't support buggy getaddrinfo now. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* Various site files: Drop monotone/monoTom Rini2011-08-041-5/+0
| | | | | | Not in oe-core nor meta-oe and based on oe.dev, possibly incomplete. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* sudo: Drop sudo_cv_uid_t_len from site filesTom Rini2011-08-041-3/+0
| | | | | | | We were just setting this to the assumed default. If anything, this belongs in the libc files if we must set it. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid,grgid}) to common-libcTom Rini2011-07-271-6/+0
| | | | | | | These functions are determined by the C library so move them to common-glibc and common-uclibc Signed-off-by: Tom Rini <tom_rini@mentor.com>
* siteinfo: Move general realloc/malloc values to common-$libcTom Rini2011-07-271-3/+0
| | | | | | | | | These are tests for glibc behavior which we have enabled in uclibc. Note that if we ever disable MALLOC_GLIBC_COMPAT the uclibc tests will need to be changed (but I believe this would also entail massive patching to the rest of userspace so this should be unlikely). Signed-off-by: Tom Rini <tom_rini@mentor.com>
* siteinfo: Move certain db entries to common-linuxTom Rini2011-07-271-13/+1
| | | | | | | | | Note that we had a number of unused and ignored settings wrt mutex support. These have been dropped as they weren't being used and implied some odd things to boot. This is also a partial resync with oe.dev which had some, but not all of these changes. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* siteinfo: Move certain bash entries to common-linuxTom Rini2011-07-271-3/+0
| | | | | | More re-sync with oe.dev Signed-off-by: Tom Rini <tom_rini@mentor.com>
* site/mips-linux: Add entry for eds-dbusRichard Purdie2010-01-261-0/+4
| | | | Signed-off-by: Richard Purdie <richard@rex.(none)>
* site/mips-linux: add readlineJoshua Lock2010-01-151-0/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* site/mips-linux: add popt variablesJoshua Lock2010-01-061-0/+4
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemumips: Add qemumips machine from OE.devJoshua Lock2010-01-061-0/+115
Site and machine configuration for Mips architecture and a qemumips target from Openembedded. Signed-off-by: Joshua Lock <josh@linux.intel.com>