aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev-static_124.bb
AgeCommit message (Collapse)Author
2010-05-29Revert "udev-static: rename recipe to udev-compat to avoid packaging clash"Andrea Adami
This reverts commit c027cfceec87f66e5996f098a1ede9f5a33e88fa.
2010-05-29udev-static: rename recipe to udev-compat to avoid packaging clashAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-05-25udev: Use udev.inc and add udevadm to udev pacakge instead of udev-utilsKhem Raj
* Main purpose of the patch was to fix the problem where udev-utils was needed to be in root file system just to get udevadm binary. So this binary is moved into udev package instead. * Use INC_PR for all except udev 151. * Use udev.inc in all recipes except udev 151. * All udev recipes built udev_151 and udev_124 runs fine too. * in udev_151 Add module-init-tools-depmod to RDEPENDS. Signed-off-by: Khem Raj <raj.khem@gmail.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-17udev-static 124: prototype for a static udevd and udevadm that can be used ↵Koen Kooi
as fallback on old kernels (e.g. 2.6.26 or earlier)