summaryrefslogtreecommitdiffstats
path: root/meta/site/arm-linux
AgeCommit message (Collapse)Author
2018-01-14site/*-linux: don't cache ac_cv_sizeof_boolIoan-Adrian Ratiu
The value was hardcoded from the time it couldn't be computed, which is no longer the case. After C99 'bool' is only defined if stdbool.h is included, it's implementation defined and not required to be 1, so caching it doesn't make sense and certain recipes whoose code test ac_cv_sizeof_bool fail to build. (From OE-Core rev: 15af2d527d582ef181d6b9c042844aa89f991f0b) Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-12-10site: consolidate ac_cv_func_mmap_fixed_mapped definitionsRoss Burton
This is the cache variable used by AC_FUNC_MMAP, which is possibly one of the worst autoconf macros to exist. Apart from being a runtime test which silently claims that mmap() is broken when cross-compiling, this is basically to verify that mmap() actually works, because SVR4.0 (released 1988) was broken. Thirty years later, everyone has a working mmap(). common-glibc already has an assignment, so add a corresponding assignment to common-musl and remove it from the machine-specific files. (From OE-Core rev: 93dd7c87cef4fd9c22a09857fb55218c8be87b5b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-04-12meta/site: remove sizeof_off_tRoss Burton
The size of off_t depends on whether large file support is enabled through preprocessor flags, so we can't cache this. (From OE-Core rev: 25bd4e9483a7d2c16a460b4f363e91b5b943bb58) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-04Various siteinfo: Drop rp-pppoe variablesTom Rini
These variables were wrong on big-endian machines and this recipe is now handled in meta-oe (along with the siteinfo files). (From OE-Core rev: 6129df9588c96ca710c585f5ed400ac551b61055) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-04Various siteinfo files: Drop enca sectionTom Rini
As part of re-syncing with oe.dev, these tests aren't needed with the oe.dev recipe of enca now. (From OE-Core rev: d4c835e085d273a19483fc95f768c1fa23cf626f) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-04Various site files: Drop monotone/monoTom Rini
Not in oe-core nor meta-oe and based on oe.dev, possibly incomplete. (From OE-Core rev: dc678e674ba9c56feb150bf06829a44fbe4e2b5a) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid,grgid}) to common-libcTom Rini
These functions are determined by the C library so move them to common-glibc and common-uclibc (From OE-Core rev: 9226635ab28b5ca44ec04931d27c5c3313d56e61) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27siteinfo: Move general realloc/malloc values to common-$libcTom Rini
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). (From OE-Core rev: cab512d7ee50fb55b9412c0e1a52a589de09e0a7) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27siteinfo: Move certain mysql entries to common-linuxTom Rini
More re-sync with oe.dev (From OE-Core rev: a1ce2e6039652c94ba34bfe7343a4424a1cc133b) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27siteinfo: Move certain samba entries to common-linuxTom Rini
Part of re-syncing with oe.dev, move samba_cv_HAVE_IFACE_* to common-linux (From OE-Core rev: bf1e4b1f4952d2dd8e4acd6babb96b3c65999df0) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2008-01-18site: merged with OEMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3534 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-19site: sync with OEMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2923 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-02site: Sync with OERichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2655 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-28site: Move common arm entries to arm-common from arm-linuxRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1800 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-27site: Sync ARM changes with OE (creation of common ARM site file)Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1792 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-30va_copy exists in poky, and we also have a working memalignRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1583 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-30Add some missing config variables which meant glib though our printf was ↵Ross Burton
crippled git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1581 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-15Add entry for the iconv check in eds-dbusRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1346 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-15arm-linux does support abstract socketsRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1345 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-27Update gnome-vfs partially from OE, removing the krb hackRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1210 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-24Very nasty hack for gnome-vfs, to force the krb5_config check to failRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1095 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-12Add glib_cv_monotonic_clock for glib 2.12Ross Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1024 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-21Site file handling update: Instead of one site file per target, allow ↵Richard Purdie
entries to be shared. Handled through siteinfo.bbclass git-svn-id: https://svn.o-hand.com/repos/poky/trunk@931 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-29Add ac_cv_sizeof_int_p, needed mysteriously suddenly by rxvt-unicodeMatthew Allum
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@675 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21Rename /openembedded/ -> /meta/Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966