summaryrefslogtreecommitdiff
path: root/recipes/linux-libc-headers/linux-libc-headers_2.6.29.bb
AgeCommit message (Collapse)AuthorFiles
2010-06-26linux-libc-headers: use kernel-arch.bbclassFrans Meulenbroeks1
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-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
* 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-08linux-libc-headers: kill unneeded do_stage functionsChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2009-03-24linux-libc-headers_2.6.29.bb: Add 2.6.29 kernel headers recipe.Khem Raj1
This kernel headers recipe has few changes compared to old ones. We do not export procinfo.h manually anymore we need to fix the packages which use it to use hwcap.h instead or use something of there own. glibc/arm was one package that relied on it in past but it has been fixed since. If we need to patch glibc then we should backport the patch to 2.6.1