summaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-2734-2955/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: bring back needed patches from older recipesNitin A Kamble2010-08-209-0/+799
| | | | | | | while removing old glibc recipes some needed patches from older recipes got wiped out. Bringing them back. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* glibc: remove all old recipesNitin A Kamble2010-08-2068-6111/+0
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie2010-07-221-1/+0
| | | | | | | | warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Ensure libc is built in the correct directory by setting slibdirRichard Purdie2010-07-141-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Upgraded to version 2.10.1Dongxiao Xu2010-07-1315-1/+1187
| | | | | | | | | remove tls_i486.patch and glibc-2.9-use-_begin.patch since they have already been in new version of package Also fix metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* linux-libc-headers: delete include/scsi/scsi.h, it's not for userspaceJoshua Lock2010-06-182-2/+2
| | | | | | | | | | | | | | | include/scsi/scsi.h is not userland parsable and research indicates this is because the header should not be exposed to userspace. Therefore remove it in the install. Research done by Tom Rini <tom_rini@mentor.com> in OE commit 91d3d92a626da89dfe13d63e68a90dbafdbaef1d This has been the case since kernel 2.6.31 Bump glibc and uclibc PR's so that users have sane <scsi/scsi.h> Signed-off-by: Joshua Lock <josh@linux.intel.com>
* glibc: Allow 2.9 to work with binutils 2.20 (patch from OE.dev)Richard Purdie2010-02-232-0/+36
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc-2.6.1: add BBCLASSEXTEND nativesdkEsben Haabendal2010-01-191-0/+2
|
* glibc-package.inc: Remove hardcoded path reference (from OE.dev)Richard Purdie2009-12-181-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Add missing .inc file from last commitRichard Purdie2009-11-191-0/+84
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Separate out core glibc packaging functionality into a classRichard Purdie2009-11-197-332/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Convert to use do_install for stagingRichard Purdie2009-11-172-20/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* ldconfig-native: Convert to use do_install for stagingRichard Purdie2009-11-161-3/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc-package.bbclass: Operate on PKG, not D after package.bbclass updatesRichard Purdie2009-11-131-5/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc-2.6.1: Fix accidental unintended changeRichard Purdie2009-09-171-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Extend various packages to use nativesdk using BBCLASSEXTENDRichard Purdie2009-09-171-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove layout_* variablesRichard Purdie2009-09-176-11/+10
| | | | | | | | | | | | Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Use PN instead of hardcoded package nameRichard Purdie2009-09-171-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc-2.9: Sync with OE.dev and update patchsetRichard Purdie2009-09-144-8/+88
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc-stage.inc: Massively simplify and speedup by just copying the data ↵Richard Purdie2009-09-141-16/+5
| | | | | | generated in the do_install stage Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc-package.bbclass: Sync with OE.dev and remove hardcoded path referencesRichard Purdie2009-09-141-12/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Add 2.9 from OE.devRichard Purdie2009-08-2613-1/+1109
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Add patch to avoid header issues after linux-libc-headers updateRichard Purdie2009-06-162-0/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* ldconfig-native: Make it work for 32 bit targets from 64 bit build machinesRichard Purdie2009-05-192-1/+293
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Add support for /etc/ld.so.conf.d/ filesRichard Purdie2009-05-172-1/+2
|
* Various fixes after recent commit breakageRichard Purdie2009-01-041-0/+2
|
* Drop now unneeded FILESDIR and S variables from various recipesRichard Purdie2009-01-021-2/+0
|
* glibc: Disable hwcaps for speedRichard Purdie2008-08-202-1/+54
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5087 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: bump PR due to recent toolchain changesMarcin Juszkiewicz2008-07-251-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4958 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gcc: Add toolchain build process changes from OE which adds ↵Richard Purdie2008-07-2411-51/+47
| | | | | | 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
* glibc-2.6.1: Add include-fixed,patch to fix issues with recent gccRichard Purdie2008-06-111-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4620 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Newer versions of gcc have multiple internal header directories and whenRobert Bragg2008-06-072-1/+56
| | | | | | | | | | | 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
* Adds a patch for glibc-2.5 so as to no longer reference linux's privateRobert Bragg2008-06-062-1/+327
| | | | | | | | 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
* glibc-initial: Stage stdio_lim.h headerRichard Purdie2008-03-181-0/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4046 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: added 2.6.1 from OEMarcin Juszkiewicz2008-03-047-0/+270
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3903 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: Fix patches (remove bogus glibc-2.5 directory)Richard Purdie2008-01-212-343/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3567 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: Support backported eabi kernelsRichard Purdie2008-01-212-0/+28
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3566 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: remove old ld.so.conf which adds /opt/QtPalmtop to library search pathRoss Burton2008-01-183-5/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3551 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: use ARM instruction set when building for ThumbMarcin Juszkiewicz2007-12-191-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3350 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: allow to use UTF-8 locales only (enable with LOCALE_UTF8_ONLY=1)Marcin Juszkiewicz2007-12-041-0/+3
| | | | | | | | 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
* glibc: get proper value for QEMU_OPTIONS to get binary locales working for ↵Marcin Juszkiewicz2007-12-041-1/+5
| | | | | | all ARM variants git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3307 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: make ARMv6 binary locales working with recent qemuMarcin Juszkiewicz2007-12-041-1/+2
| | | | | | | | | 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
* glibc_2.3.5+cvs20050627: Fix oabi build failure due to header issuesRichard Purdie2007-11-272-1/+18
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3257 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: Drop ldsocache-varrun patch. ldconfig is now run at image generation ↵Richard Purdie2007-11-233-6/+3
| | | | | | 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
* Add ldconfig-nativeRichard Purdie2007-11-233-0/+475
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3217 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc-2.3.5: Fix stale CROSS_DIR referenceRichard Purdie2007-11-231-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3216 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: Sync with OERichard Purdie2007-11-172-13/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3193 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc-initial.inc: Fix bogus header directory referenceRichard Purdie2007-11-141-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3168 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: Sync glibc.inc cleanup from OERichard Purdie2007-10-296-60/+22
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3029 311d38ba-8fff-0310-9ca6-ca027cbcb966