summaryrefslogtreecommitdiff
path: root/meta/packages/linux-libc-headers
AgeCommit message (Collapse)AuthorFiles
2010-08-27Major layout change to the packages directoryRichard Purdie5
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-07-19linux-libc-headers: create a libc-headers based on Wind River kernelBruce Ashfield1
Put PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers-wrs" in your configuration, and this package will be used to generate a set of kernel headers from the -standard branch of the Wind River kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-07-02linux-libc-headers: upgrade from 2.6.33 to 2.6.34Nitin A Kamble10
added a new patch to fix glibc build issue on powerpc ppc_glibc_build_fix.patch Added attribution to the hayes-gone.patch. And updated the metadata variables like LICENSE & LIC_CHKSUM_FILES And removing all the older recipes and related files Change the linux-libc-header version inpoky-default.inc Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-18linux-libc-headers: delete include/scsi/scsi.h, it's not for userspaceJoshua Lock1
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-06-17linux-libc-headers: Remove ioctls for deleted driverDike, Jeffrey G2
2.6.33 removed the Hayes ESP driver. The presence of these ioctls makes setserial believe that ESP support should be built in, breaking its build. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
2010-05-20linux-libc-headers: add 2.6.33 headersJoshua Lock1
Add kernel headers to match our preferred/default kernel version and set them as the preferred version for the Poky and Moblin distributions. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-11linux-libc-headers: extend nativesdk for 2.6.29Joshua Lock1
2.6.29 is the PREFERRED_VERSION of linux-libc-headers for ditro=poky but there was no buildable recipe for that version. Fix this with a simple BBCLASSEXTEND Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-19linux-libc-headers-2.6.20 fixed headers_install path and extend as nativesdkEsben Haabendal1
2009-11-16linux-libc-headers: Drop unneeded custom staging functionsRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-22linux-libc-headers_2.6.20.bb : more modern glibc expose getline from stdio.h ↵Graeme Gregory2
rename the function so not to cause a clash Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2009-09-17Extend various packages to use nativesdk using BBCLASSEXTENDRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-27linux-libc-headers: Fix missing include for 2.6.30Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-26linux-libc-headers: Add 2.6.30Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-11linux-libc-headers: 2.6.24 -> 2.6.29Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-02bitbake.conf: Rename DEBPV to EXTENDPV to sync up with OERichard Purdie1
2008-06-16linux-libc-headers: Clear out old versionsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4669 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-16linux-libc-headers: Clear out old versionsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4668 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-16linux-libc-headers: Clear out old versionsRichard Purdie14
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4667 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-04linux-libc-headers: added 2.6.24Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3906 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13Fix PE handling in version stringsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3141 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12linux-libc-headers: bump PRRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3128 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12linux-libc-headers: The dev and dbg packages shouldn't depend on PN which ↵Richard Purdie1
doesnt exist git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3127 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-26linux-libc-headers: sync with OE (mainly safer use of and blackfin support)Marcin Juszkiewicz5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3002 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-19linux-libc-headers: Add DEPEND on cross-linkage to handle linking of directoriesRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2762 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-18linux-libc-headers: Gross hack until gccs include paths are fixedRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2760 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-18linux-libc-headers: Only install to staging now, not crossRichard Purdie6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2759 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-20linux-libc-headers: Add a more functional procinfo.h headerRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1371 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-20linux-libc-headers: Fix bashismsRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1370 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-20linux-libc-headers: Fix further ARCH referencesRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1369 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-20linux-libc-headers: Fix ARCH referencesRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1368 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-20linux-libc-headers: Export TARGET_ARCHRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1367 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-20Add an attempt at linux-libc-headers_2.6.20Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1366 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-17linux-libc-headers: Switch to 2.6.18+2.6.19-rc1Richard Purdie4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1364 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-05Add missing linux-libc-headers.incRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1323 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-05linux-libc-headers: Add 2.6.18 (from OE.dev)Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1322 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-21Clean up and correct MAINTAINERSRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-18files for using csl2005q3-2 toolchainTomas Frydrych1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@723 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21Rename /openembedded/ -> /meta/Richard Purdie9
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966