Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udev: ensure startup script is well installed | Lionel Landwerlin | 2010-12-13 | 1 | -1/+2 |
| | | | | | | | | In case /etc/init.d does not exists. [Peter: use install -D] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Update all packages to quote $(TARGET_CC) | Thomas Petazzoni | 2010-07-07 | 1 | -1/+1 |
| | | | | | | | Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | udev: fix udev-volume-id staging install | Peter Korsgaard | 2009-12-16 | 1 | -1/+1 |
| | | | | | | $@ no longer refers to the lib under staging after the package rework. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | udev: convert to generic package infrastructure | Thomas Petazzoni | 2009-12-15 | 1 | -184/+89 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | udev: options for path_id and firmware.sh | Peter Korsgaard | 2009-02-13 | 2 | -0/+67 |
| | | | | Patch by Mike Crowe. | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | udev: use $@ instead of hardcoding target name | Peter Korsgaard | 2008-12-08 | 1 | -11/+11 |
| | |||||
* | package/udev: create base device nodes after mounting a new /dev | Peter Korsgaard | 2008-12-08 | 1 | -0/+3 |
| | | | | | | | | | | Currently, udev won't start for me, as we've just mounted a new /dev, which is completely empty, and udevd requires a /dev/null. This change manually creates the three base device nodes (zero, null and console) so that udev can start. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> | ||||
* | package/udev: fix CFLAGS for udev extras | Peter Korsgaard | 2008-12-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | If the udev extras are built without large file support in uClibc, I get the following error: build_powerpc/staging_dir/usr/bin/powerpc-linux-uclibc-gcc -c -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes -Os ext.c -o ext.o In file included from build_powerpc/staging_dir/usr/include/stdio.h:28, from ext.c:19: build_powerpc/staging_dir/usr/include/features.h:382:4: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. Although the base udev package builds correctly, the extras pacakges don't adjust their CFLAGS depending on BR2_LARGEFILE. This change adds the required CFLAGS modifications to make the extras build. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> | ||||
* | package/udev: fix dependency for scsi_id | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | | | | | | | According to udev.mk, the scsi_id package depends on the libvolume_id library, so add this dependency to Config.mk Signed-off-by: Jeremy Kerr <jk@ozlabs.org> | ||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -6/+6 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -4/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -1/+1 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | * udev will not install if you remove project_build_*/uclibc/root and ↵ | Nigel Kukard | 2008-04-06 | 1 | -4/+1 |
| | | | | project_build_*/uclibc/.root ... this sets the dependency on the target binary so if its removed, its installed again | ||||
* | buildroot: use BR2_KERNEL_MIRROR everywhere | Peter Korsgaard | 2008-03-11 | 1 | -1/+1 |
| | | | | Based on patch by Nigel Kukard. | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -3/+3 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - random whitespace cleanup | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -5/+5 |
| | |||||
* | - sed -i -e ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -3/+3 |
| | |||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -5/+5 |
| | |||||
* | Cleanup of udev, build libvolume_id.la | Ulf Samuelsson | 2007-08-15 | 2 | -13/+68 |
| | |||||
* | Sync volume_id version to 0.79.0 matching udev-114 | Ulf Samuelsson | 2007-08-15 | 1 | -8/+10 |
| | |||||
* | Change udev target from udev to udevd. Add .PHONY targets. Rearrange targets | Ulf Samuelsson | 2007-08-14 | 1 | -16/+24 |
| | |||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -2/+2 |
| | |||||
* | Remove udev-install patch (merged into Makefile) | Ulf Samuelsson | 2007-08-11 | 1 | -11/+0 |
| | |||||
* | Bump udev version, add rules | Ulf Samuelsson | 2007-08-11 | 2 | -3/+13 |
| | |||||
* | Replace space by tabs | Ulf Samuelsson | 2007-07-28 | 1 | -16/+16 |
| | |||||
* | Fix install of scripts. | "Steven J. Hill" | 2007-06-16 | 1 | -1/+1 |
| | |||||
* | Rename all INIT scripts to have the numerical prefixes to easily see the ↵ | "Steven J. Hill" | 2007-05-09 | 2 | -1/+1 |
| | | | | start-up order. | ||||
* | Add ability to build 'scsi_id' utility for udev. | "Steven J. Hill" | 2007-05-07 | 2 | -2/+35 |
| | |||||
* | - remove superfluous intermediate target | Bernhard Reutner-Fischer | 2007-01-19 | 1 | -5/+2 |
| | |||||
* | Upgrade to udev-101. We also create and init script that actually works and ↵ | "Steven J. Hill" | 2007-01-14 | 6 | -71/+113 |
| | | | | has been tested in multiple PowerPC embedded platforms. We also add a new config option to build the volume_id library which will be used by D-Bus and HAL. | ||||
* | - Add default udev.conf and fix a mkdir call. | Bernhard Reutner-Fischer | 2006-12-10 | 2 | -1/+8 |
| | | | | Thanks to Petr Stetiar. | ||||
* | - remove patch for "s3c2410_serial*" that doesn't apply anymore. | Bernhard Reutner-Fischer | 2006-12-06 | 1 | -12/+0 |
| | |||||
* | - bump version. Thanks to Petr Stetiar. | Bernhard Reutner-Fischer | 2006-12-01 | 3 | -6/+25 |
| | |||||
* | - build a udev for the target rather than for the host. | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -2/+13 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | version bump | Eric Andersen | 2006-06-23 | 1 | -1/+1 |
| | |||||
* | bjdooks writes: | Eric Andersen | 2006-04-06 | 2 | -0/+13 |
| | | | | | udev creates wrong permissions on /dev/s3c2410_serial devices Attached patch adds a line for s3c2410_serial with the correct MODE/group | ||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | Add the udev init script | Eric Andersen | 2005-06-09 | 1 | -0/+76 |
| | |||||
* | Apply most of | Eric Andersen | 2005-06-09 | 1 | -3/+18 |
| | | | | http://bugs.uclibc.org/view.php?id=290 | ||||
* | Add support for udev, from Nathanael Noblet | Eric Andersen | 2005-03-15 | 2 | -0/+58 |