aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
AgeCommit message (Collapse)Author
2010-06-26linux-libc-headers: use kernel-arch.bbclassFrans Meulenbroeks
linux-libc-headers recipes all have their own code to set ARCH. However this same functionality is in kernel-arch.bbclass This patch adds an inherit kernel-arch in linux-libc-headers.inc and removes all arch calculation code from the recipes Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Chris Larson <chris_larson@mentor.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-28linux-libc-headers: Delete include/scsi/scsi.hTom Rini
With 2.6.31, the kernel started exporting certain SCSI headers again and in particular scsi/scsi.h. After talking with Christoph Hellwig and James Bottemley (scsi maintainer) the kernel shouldn't export scsi/scsi.h. Removing this from the kernel, rather than trying to clean it up to be userland parseable is the right way to go. We bump the libc INC_PRs to make sure the end user has a sane <scsi/scsi.h> again. Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-By: Koen Kooi <k-kooi@ti.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-12linux-libc-headers_2.6.32: Use __u8 instead of u8, the same as ↵Martin Jansa
c7f004f2d028ef23de333345d246358b8cf1dd94 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-11linux-libc-headers_2.6.32: reinstate scsi headers, PR bump after ↵Martin Jansa
e2fb432ca9f375defad1491a3ae83c473f6036fb Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-08linux-libc-headers: kill unneeded do_stage functionsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2009-12-16linux-libc-headers_2.6.32.bb: New recipe.Khem Raj
* Patch to export sa_family_t to userspace. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-14linux-libc-headers_2.6.32.bb: New recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>