summaryrefslogtreecommitdiff
path: root/meta/packages/glibc
AgeCommit message (Collapse)AuthorFiles
2010-08-27Major layout change to the packages directoryRichard Purdie34
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>
2010-08-20glibc: bring back needed patches from older recipesNitin A Kamble9
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>
2010-08-20glibc: remove all old recipesNitin A Kamble68
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-22Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie1
warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-14glibc: Ensure libc is built in the correct directory by setting slibdirRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-13glibc: Upgraded to version 2.10.1Dongxiao Xu15
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>
2010-06-18linux-libc-headers: delete include/scsi/scsi.h, it's not for userspaceJoshua Lock2
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>
2010-02-23glibc: Allow 2.9 to work with binutils 2.20 (patch from OE.dev)Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-19glibc-2.6.1: add BBCLASSEXTEND nativesdkEsben Haabendal1
2009-12-18glibc-package.inc: Remove hardcoded path reference (from OE.dev)Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-19glibc: Add missing .inc file from last commitRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-19glibc: Separate out core glibc packaging functionality into a classRichard Purdie7
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17glibc: Convert to use do_install for stagingRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-16ldconfig-native: Convert to use do_install for stagingRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13glibc-package.bbclass: Operate on PKG, not D after package.bbclass updatesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17glibc-2.6.1: Fix accidental unintended changeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17Extend various packages to use nativesdk using BBCLASSEXTENDRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17Remove layout_* variablesRichard Purdie6
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>
2009-09-17glibc: Use PN instead of hardcoded package nameRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-14glibc-2.9: Sync with OE.dev and update patchsetRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-14glibc-stage.inc: Massively simplify and speedup by just copying the data ↵Richard Purdie1
generated in the do_install stage Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-14glibc-package.bbclass: Sync with OE.dev and remove hardcoded path referencesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-26glibc: Add 2.9 from OE.devRichard Purdie13
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-16glibc: Add patch to avoid header issues after linux-libc-headers updateRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-19ldconfig-native: Make it work for 32 bit targets from 64 bit build machinesRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-17glibc: Add support for /etc/ld.so.conf.d/ filesRichard Purdie2
2009-01-04Various fixes after recent commit breakageRichard Purdie1
2009-01-02Drop now unneeded FILESDIR and S variables from various recipesRichard Purdie1
2008-08-20glibc: Disable hwcaps for speedRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5087 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-25glibc: bump PR due to recent toolchain changesMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4958 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-24gcc: Add toolchain build process changes from OE which adds ↵Richard Purdie11
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-06-11glibc-2.6.1: Add include-fixed,patch to fix issues with recent gccRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4620 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-07Newer versions of gcc have multiple internal header directories and whenRobert Bragg2
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-06Adds a patch for glibc-2.5 so as to no longer reference linux's privateRobert Bragg2
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-03-18glibc-initial: Stage stdio_lim.h headerRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4046 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-04glibc: added 2.6.1 from OEMarcin Juszkiewicz7
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3903 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-21glibc: Fix patches (remove bogus glibc-2.5 directory)Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3567 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-21glibc: Support backported eabi kernelsRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3566 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-18glibc: remove old ld.so.conf which adds /opt/QtPalmtop to library search pathRoss Burton3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3551 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-19glibc: use ARM instruction set when building for ThumbMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3350 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-04glibc: allow to use UTF-8 locales only (enable with LOCALE_UTF8_ONLY=1)Marcin Juszkiewicz1
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-04glibc: get proper value for QEMU_OPTIONS to get binary locales working for ↵Marcin Juszkiewicz1
all ARM variants git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3307 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-04glibc: make ARMv6 binary locales working with recent qemuMarcin Juszkiewicz1
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-11-27glibc_2.3.5+cvs20050627: Fix oabi build failure due to header issuesRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3257 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23glibc: Drop ldsocache-varrun patch. ldconfig is now run at image generation ↵Richard Purdie3
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-23Add ldconfig-nativeRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3217 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-23glibc-2.3.5: Fix stale CROSS_DIR referenceRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3216 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-17glibc: Sync with OERichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3193 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-14glibc-initial.inc: Fix bogus header directory referenceRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3168 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-29glibc: Sync glibc.inc cleanup from OERichard Purdie6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3029 311d38ba-8fff-0310-9ca6-ca027cbcb966