Commit Graph

53 Commits

Author SHA1 Message Date
Richard Purdie 083c456207 glibc: Disable hwcaps for speed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5087 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-20 11:48:12 +00:00
Marcin Juszkiewicz b8a25e4c88 glibc: bump PR due to recent toolchain changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4958 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-25 09:55:45 +00:00
Richard Purdie 87796f6ce0 gcc: Add toolchain build process changes from OE which adds gcc-cross-intermediate and removes glibc-intermediate based on a patch from Khem Raj as will be aplied to OE.dev making the build process much more rebust/stable/correct.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4943 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-24 20:30:37 +00:00
Richard Purdie 96fa4cd3d7 glibc-2.6.1: Add include-fixed,patch to fix issues with recent gcc
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4620 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-11 12:13:04 +00:00
Robert Bragg 3dbb2c002e Newer versions of gcc have multiple internal header directories and when
glibc builds using -nostdinc, it must also add all these internal directories
via -system.

This adds a patch to make sure the toolchain's "include-fixed" directory gets
included in glibc_2.5 builds (if it exists)


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4612 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-07 01:07:18 +00:00
Robert Bragg dd5ed4b3ad Adds a patch for glibc-2.5 so as to no longer reference linux's private
asm/procinfo.h and instead use a glibc internal definition for HWCAP_VFP.



git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4611 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-06 17:20:20 +00:00
Richard Purdie e52c4960db glibc-initial: Stage stdio_lim.h header
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4046 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-18 14:15:02 +00:00
Marcin Juszkiewicz 68e4dbb0eb glibc: added 2.6.1 from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3903 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-04 16:34:07 +00:00
Richard Purdie 0b465bff69 glibc: Fix patches (remove bogus glibc-2.5 directory)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3567 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-21 20:43:10 +00:00
Richard Purdie 78c546205b glibc: Support backported eabi kernels
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3566 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-21 17:54:03 +00:00
Ross Burton 68eba7458a glibc: remove old ld.so.conf which adds /opt/QtPalmtop to library search path
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3551 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-18 17:30:25 +00:00
Marcin Juszkiewicz fe05a0141a glibc: use ARM instruction set when building for Thumb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3350 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-19 11:50:42 +00:00
Marcin Juszkiewicz d41df711cd glibc: allow to use UTF-8 locales only (enable with LOCALE_UTF8_ONLY=1)
This code limits generation of locales to UTF-8 ones only. Other encodings
will be ignored.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3308 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-04 18:38:30 +00:00
Marcin Juszkiewicz e9f81f1d31 glibc: get proper value for QEMU_OPTIONS to get binary locales working for all ARM variants
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3307 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-04 17:19:25 +00:00
Marcin Juszkiewicz de38769a25 glibc: make ARMv6 binary locales working with recent qemu
Qemu 20071121 has ARMv6 support working but generating of binary locales
require using proper "-cpu" switch - otherwise it sigsegv with illegal
instruction.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3306 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-04 16:23:28 +00:00
Richard Purdie 697dbc937b glibc_2.3.5+cvs20050627: Fix oabi build failure due to header issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3257 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:17:28 +00:00
Richard Purdie d74537f6bd glibc: Drop ldsocache-varrun patch. ldconfig is now run at image generation time. If you can install packages, the cache can update, if you don't install packages there is no need to have it writable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3219 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 17:07:13 +00:00
Richard Purdie 87590b2649 Add ldconfig-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3217 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 16:54:29 +00:00
Richard Purdie 90e20ec756 glibc-2.3.5: Fix stale CROSS_DIR reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3216 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23 13:11:23 +00:00
Richard Purdie e478fac75f glibc: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3193 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-17 23:20:31 +00:00
Richard Purdie 8813097d43 glibc-initial.inc: Fix bogus header directory reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3168 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14 22:31:45 +00:00
Richard Purdie a6314a0f40 glibc: Sync glibc.inc cleanup from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3029 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-29 21:28:10 +00:00
Richard Purdie 4894e1380e glibc: Factor staging function into a common .inc file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3028 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-29 21:13:42 +00:00
Richard Purdie 6a97ee543a glibc: Convert from hardcoded staging layout
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3027 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-29 20:35:03 +00:00
Richard Purdie 5c0507f126 glibc: Drop unused directory
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2943 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-21 19:18:05 +00:00
Richard Purdie ecf406813a glibc-intermediate: Factor code into common .inc file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2942 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-21 19:12:45 +00:00
Richard Purdie c6c94fab5e glibc-initial: Factor code into common .inc file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2941 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-21 19:12:24 +00:00
Richard Purdie b4c4ff1698 glibc: Remove hardcoded LIMIT_BUILT_LOCALES values
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2781 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-25 08:22:01 +00:00
Richard Purdie 5a5f497634 glibc.inc: Fix LIMIT_BUILT_LOCALES handling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2780 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-25 08:19:16 +00:00
Richard Purdie 0a0218f9fe glibc-package.bbclass: Remove dead code
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2779 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-25 08:14:38 +00:00
Richard Purdie 75bc31026a glibc/glibc-intermediate: No need to install headers/libs to cross directory (populate_staging speedup)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2765 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-19 13:03:16 +00:00
Richard Purdie e32f910a5b glibc-initial: Install headers into staging, not cross
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2764 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-19 13:02:25 +00:00
Marcin Juszkiewicz cde908c375 glibc: do not package /usr/include/scsi as it is in libc-linux-headers-dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2683 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-04 09:32:14 +00:00
Richard Purdie f9156f9d06 ld.so.conf: Remove unused file locations
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2229 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-26 10:40:06 +00:00
Richard Purdie 79b921abc1 glibc: Add missing PACKAGES_DYNAMIC elements
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1963 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-18 07:56:03 +00:00
Richard Purdie c079e75bde glibc: Add locale-base to PACKAGES_DYNAMIC
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1950 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-14 20:52:36 +00:00
Richard Purdie d2ed7461f3 glibc: Fix leaked PACKAGES_DYNAMIC
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1945 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-14 16:21:27 +00:00
Richard Purdie 46f18ddf41 glibc: Fix locale generation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1077 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-22 11:31:21 +00:00
Richard Purdie 1292db8782 glibc: Update patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1062 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-20 12:07:48 +00:00
Richard Purdie e46b247487 glibc 2.5: Sync with OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1061 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-20 11:56:07 +00:00
Richard Purdie 86be563a44 glibc: Add 2.5 (from OE.dev)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1055 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-20 01:11:13 +00:00
Richard Purdie eba00a9a4c glibc: Package libexec .debug packages correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1051 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-19 19:29:57 +00:00
Richard Purdie 62fab4d0e1 glibc: Remove duplicate methods
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@857 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-16 14:38:42 +00:00
Richard Purdie 5737767312 glibc-package.bbclass: Improve localedef failure error message
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@800 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-16 11:02:59 +00:00
Richard Purdie 7aceb0063b glibc-package.bbclass: Merge task order fixes from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@744 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-22 13:13:04 +00:00
Richard Purdie a48da11aca Clean up and correct MAINTAINERS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-21 14:48:08 +00:00
Chris Larson 4fa2d11bb1 Sync up.. all the deb/dpkg changes which I have locally are now in svn.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@728 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-19 09:04:09 +00:00
Tomas Frydrych 02059b7a72 files for using csl2005q3-2 toolchain
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@723 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-18 15:23:13 +00:00
Richard Purdie c813d14c9f Change include x.inc -> require x.inc (sync with OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27 23:34:18 +00:00
Richard Purdie 9141b71389 glibc-2.4: Extend list of broken locales
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@645 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-26 21:12:41 +00:00