Will Newton
422ce6536b
package: Remove unnecessary dependencies on uclibc.
...
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>
2009-09-03 20:22:38 +02:00
Peter Korsgaard
7892b23ae7
udev: options for path_id and firmware.sh
...
Patch by Mike Crowe.
2009-02-13 19:57:59 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
38abffd280
udev: use $@ instead of hardcoding target name
2008-12-08 13:48:37 +00:00
Peter Korsgaard
a222edcbcf
package/udev: create base device nodes after mounting a new /dev
...
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>
2008-12-08 13:41:59 +00:00
Peter Korsgaard
a8b501baee
package/udev: fix CFLAGS for udev extras
...
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>
2008-12-08 13:41:56 +00:00
Peter Korsgaard
47fc81ca4f
package/udev: fix dependency for scsi_id
...
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>
2008-12-08 13:41:53 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Peter Korsgaard
a5ac61715b
buildroot: s/depends/depends on/
...
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00
Nigel Kukard
296a0308e0
* udev will not install if you remove project_build_*/uclibc/root and project_build_*/uclibc/.root ... this sets the dependency on the target binary so if its removed, its installed again
2008-04-06 10:35:22 +00:00
Peter Korsgaard
25a7363f5d
buildroot: use BR2_KERNEL_MIRROR everywhere
...
Based on patch by Nigel Kukard.
2008-03-11 18:54:17 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Bernhard Reutner-Fischer
3471ebe0a3
- random whitespace cleanup
2007-08-22 11:47:22 +00:00
Bernhard Reutner-Fischer
7b403ada37
- sed -i -e "/\-[[: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
2007-08-21 11:25:30 +00:00
Ulf Samuelsson
e4ead9c13c
Remove switches if sstrip is run
2007-08-21 01:53:57 +00:00
Ulf Samuelsson
cf55419b3f
SED away some whitespace
2007-08-20 17:21:16 +00:00
Ulf Samuelsson
e4bbaa38c3
Cleanup of udev, build libvolume_id.la
2007-08-15 22:31:25 +00:00
Ulf Samuelsson
5350f5931e
Sync volume_id version to 0.79.0 matching udev-114
2007-08-15 15:47:51 +00:00
Ulf Samuelsson
3966e30541
Change udev target from udev to udevd. Add .PHONY targets. Rearrange targets
2007-08-14 06:16:08 +00:00
Ulf Samuelsson
a2e5113512
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
2007-08-11 22:26:56 +00:00
Ulf Samuelsson
a0fb5669a7
Remove udev-install patch (merged into Makefile)
2007-08-11 16:52:57 +00:00
Ulf Samuelsson
673e3ca2e4
Bump udev version, add rules
2007-08-11 16:50:49 +00:00
Ulf Samuelsson
fa9fc5aafa
Replace space by tabs
2007-07-28 23:02:26 +00:00
"Steven J. Hill"
8f8e19df58
Fix install of scripts.
2007-06-16 17:54:38 +00:00
"Steven J. Hill"
6b00c90d70
Rename all INIT scripts to have the numerical prefixes to easily see the start-up order.
2007-05-09 22:48:41 +00:00
"Steven J. Hill"
458aa92696
Add ability to build 'scsi_id' utility for udev.
2007-05-07 04:02:31 +00:00
Bernhard Reutner-Fischer
c03469d3ca
- remove superfluous intermediate target
2007-01-19 16:23:35 +00:00
"Steven J. Hill"
0a4b6a3bc7
Upgrade to udev-101. We also create and init script that actually works and 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.
2007-01-14 00:59:10 +00:00
Bernhard Reutner-Fischer
f4d23f7ead
- Add default udev.conf and fix a mkdir call.
...
Thanks to Petr Stetiar.
2006-12-10 13:53:28 +00:00
Bernhard Reutner-Fischer
103ff3fb31
- remove patch for "s3c2410_serial*" that doesn't apply anymore.
2006-12-06 08:29:40 +00:00
Bernhard Reutner-Fischer
b9d31ddac5
- bump version. Thanks to Petr Stetiar.
2006-12-01 17:49:42 +00:00
Bernhard Reutner-Fischer
3888c95838
- build a udev for the target rather than for the host.
2006-11-29 18:59:43 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Eric Andersen
12ab8c7595
version bump
2006-06-23 07:05:02 +00:00
Eric Andersen
1718a20602
bjdooks writes:
...
udev creates wrong permissions on /dev/s3c2410_serial devices
Attached patch adds a line for s3c2410_serial with the correct MODE/group
2006-04-06 18:21:51 +00:00
Mike Frysinger
dfebda0014
remove extra space after touch
2005-11-24 06:53:24 +00:00
Eric Andersen
926e2c0293
Add the udev init script
2005-06-09 11:16:29 +00:00
Eric Andersen
246d05c718
Apply most of
...
http://bugs.uclibc.org/view.php?id=290
2005-06-09 10:09:25 +00:00
Eric Andersen
aa915009fc
Add support for udev, from Nathanael Noblet
2005-03-15 19:16:00 +00:00