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
Ulf Samuelsson
5d55e5c3e8
Remove superfluose defaults
2007-09-27 21:17:58 +00:00
Ulf Samuelsson
8d990b7c97
mtd-utils require lzo
2007-09-27 07:38:09 +00:00
Ulf Samuelsson
94de9d3305
Fix some issues with mtdutils
2007-09-27 07:36:42 +00:00
Ulf Samuelsson
f7d8fc8b81
Add mtd-utils-1.1.0 as mtd alternative
2007-09-27 00:48:31 +00:00
Peter Korsgaard
570e88fe1e
Don't limit 2006 version to Atmel targets (why?)
2007-09-25 14:45:26 +00:00
Ulf Samuelsson
476a14f5b8
Late mtd does not support linux-2.4
2007-09-23 14:26:19 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
514cdef23f
- use the BZCAT/ZCAT as configured by the user
2007-08-22 10:06:25 +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
e5af2c8316
Patch mtd from correct directory
2007-07-20 08:08:04 +00:00
Ulf Samuelsson
58ae45f345
Add optional mtd configuration (experimental - only available for Atmel targets)
2007-07-20 08:00:19 +00:00
"Steven J. Hill"
9e7a628293
We need LDFLAGS here.
2007-07-17 00:23:46 +00:00
Ulf Samuelsson
7def55591d
Define date of build as DATE, use in mtd/mtd.mk
2007-07-11 15:01:42 +00:00
Bernhard Reutner-Fischer
9bb66ca13e
- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
...
Fixes build breakage as seen by Ulf et al.
2007-07-09 08:30:38 +00:00
"Steven J. Hill"
9a4ca08e5f
Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
2007-07-06 04:26:32 +00:00
Bernhard Reutner-Fischer
22ec7fc3a2
- fix build for the host
2007-02-16 18:32:20 +00:00
Bernhard Reutner-Fischer
fd0bad3622
- swap order of include paths. Closes #1205 and #1182
2007-02-09 14:18:37 +00:00
"Steven J. Hill"
ceaa6db26e
Wrong sign dufus.
2007-02-06 18:09:54 +00:00
"Steven J. Hill"
aeeab7a686
Update patch.
2007-01-14 04:58:37 +00:00
"Steven J. Hill"
d67d790dd1
Correct spelling error and config option to create symlinks for old naming of MTD utilities. Also add in LDFLAGS and such to building with external toolchains.
2007-01-14 01:01:07 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Mike Frysinger
8e6f27335b
remove duplicate/invalid options in choice
2006-10-07 06:28:23 +00:00
Bernhard Reutner-Fischer
5022f39544
- be gentle to vi syntax color mode
2006-10-06 13:01:29 +00:00
Bernhard Reutner-Fischer
180bc5941a
- jffs2 requires the mtd package for the mtd-host tools.
2006-10-06 13:00:57 +00:00
Bernhard Reutner-Fischer
2ce4d98fad
- use the HOSTCC for building host-tools.
2006-10-03 14:11:12 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Eric Andersen
eada0a459e
per bug 0000786, strip quotes
2006-04-10 23:40:05 +00:00
Eric Andersen
5c08468027
patch from bjdooks:
...
mtd.mk is ignoring the set ($DL_DIR), which means fit will fail when
DL_DIR is set to something other than dl
2006-04-06 17:27:32 +00:00
Mike Frysinger
f36ca6b92b
touchup code and dont define a garbage rule if MTD_SOURCE is undefined
2006-02-15 00:38:55 +00:00
David Anders
ebd6e5467c
fix unzip method based on the difference between daily snapshots and stable release per case 0000662
2006-01-27 12:58:14 +00:00
David Anders
c1846c6566
add option to mtd to select daily snapshot or a default version
2006-01-24 14:20:55 +00:00
David Anders
b0a9738dc2
minor syntax changes plus addition of stripping of binaries
2006-01-23 21:38:01 +00:00
David Anders
ee669f7426
fix mtd typos per case 0000475
2006-01-23 20:48:56 +00:00
"Steven J. Hill"
bb4bed8545
Changes to allow compilation with GCC-4.1.0.
2005-08-18 23:08:19 +00:00
Eric Andersen
318cae634d
patch from pgrayson:
...
This patch does a couple mtd related things:
* Updates to the latest (2005/01/22) mtd from debian.org
* Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir.
* Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected.
* Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images.
* Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities.
2005-03-09 17:27:14 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Mike Frysinger
040f60b3ea
menuconfig -> config
2005-02-10 00:59:47 +00:00
Eric Andersen
dda90723ce
Patch from gtj: http://bugs.uclibc.org/view.php?id=40
...
0000040: Adds options to jffs2 filesystem creation
Brings jffs2 up to the 20041007 build level so it will compile with both 2.4
and 2.6 kernels.
Adds ability to specify eraseblock and pad sizes, permissions squash,
big/little endian and device table in the configuration.
Also adds capability to copy the resulting image to a secondary location like
a tftp server's root directory.
mtd.patch adds capabilities of the previously attached patch plus allows you to
compile a version of the utilities to run on the target system.
So now there's a set of config options under package to compile the utils for
distribution to the target and a set of config options under target to create a
jffs2 filesystem.
2005-01-23 11:16:11 +00:00