summaryrefslogtreecommitdiff
path: root/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
AgeCommit message (Collapse)AuthorFiles
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
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 Larson1
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 Rini1
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 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-11linux-libc-headers_2.6.31.bb: Use __u8 instead of u8Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-11linux-libc-headers: reinstate scsi headers in staging that got lost with the ↵Koen Kooi1
new-style staging conversion * this makes udev build again
2010-03-08linux-libc-headers: kill unneeded do_stage functionsChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2009-09-15linux-libc-headers_2.6.31.bb : add newest kernel headers, this has theGraeme Gregory1
0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch enabled which is getting to be needed for udev. DEF_PREF = -1 for now as I havent tested this properly yet