aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb
AgeCommit message (Collapse)Author
2010-10-06linux-libc-headers_2.6.24: Add falloc.h to kernel exported headersThilo Fromm
This adds include/linux/falloc.h to the list of files exported by the kernel to the C library. The include file is required for building e.g. a recent util-linux-ng against 2.6.24. Starting from 2.6.25 a similar patch has been accepted upstream (the mainline kernel). For 2.6.24, however, falloc.h is not exported although it's present. Signed-off-by: Thilo Fromm <t.fromm@dresearch.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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-05-06linux-libc-headers_2.6.24: legacy staging removedSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-05-06linux-libc-headers: recipe for 2.6.24 addedSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>