Daniel Mack
eed7d8737a
Add support for custom post-build script
...
The config help text says it all:
Specify a script to be run after the build has finished and before
the BR2 starts packing the files into selected packages.
This gives users the oportunity to do board-specific cleanups,
add-ons and the like, so the generated files can be used directly
without further processing.
The script is called with the target directory name as first and
only argument. Make sure the exit code of that script is 0,
otherwise make will stop after calling it.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-25 23:15:18 +02:00
Peter Korsgaard
b6192fb975
target/: remove hurd kernel placeholder
...
Incomplete and unlikely to get completed in the near future - Pretty
much like hurd itself.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-25 20:48:09 +02:00
Peter Korsgaard
261b3fc0f4
target/Config.in: remove reference to target/linux/Config.in.experimental
...
File doesn't exist any more.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-25 20:44:24 +02:00
Peter Korsgaard
4d12298c67
buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu
...
As suggested on the list by Thiago - Makes more sense to have this together
with the stuff using it.
2009-02-04 12:47:13 +00:00
Peter Korsgaard
23152113a9
buildroot: use same defaults for atmel target as everything else
2009-02-01 19:37:06 +00:00
Peter Korsgaard
ab1c8b3943
Kernel build fix related to external toolchain use
...
This patch prevents the user from select "linux (Same version as linux
headers)" as a choice for building the kernel when an external binary
toolchain is used, since "same version as linux headers" doesn't make
sense when an external toolchain is used.
It fixes the issue encountered by Hartley <hartleys@visionengravers.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-11-04 19:58:48 +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
824e0449b7
kernel: default to not build a kernel
2008-04-04 07:24:15 +00:00
Hamish Moffatt
df43e6a890
Add ubifs target
2008-04-04 04:25:18 +00:00
Hamish Moffatt
4b01dfced9
Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>
2008-04-02 00:18:57 +00:00
John Voltz
93256ce2d7
removed duplicate config.in reference
2008-03-11 19:28:06 +00:00
John Voltz
7f4141ae20
separate u-boot for at91 arm and everything else
2008-03-11 18:26:07 +00:00
Ulf Samuelsson
5381e1c486
revert bad U-Boot patch
2008-03-07 07:24:35 +00:00
John Voltz
0a48a6658f
added u-boot location
2008-03-06 19:00:38 +00:00
Ulf Samuelsson
453dca995e
Create Advanced Linux Configuration option/Remove experimental
2007-10-13 18:30:28 +00:00
Bernhard Reutner-Fischer
4b0d5a80f8
- revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live
2007-09-26 21:12:38 +00:00
Bernhard Reutner-Fischer
5010039460
- revert patch that obfuscates the config UI and doesn't reflect the order of config steps
2007-09-25 07:55:45 +00:00
Ulf Samuelsson
34a88f1fb0
Reorganize configs to even more logical positions
2007-09-24 21:10:43 +00:00
Bernhard Reutner-Fischer
ea3aa3aa28
- add a more generic "Kernel" menu instead of "Linux Options"
2007-09-22 14:53:38 +00:00
Ulf Samuelsson
cf254e81d1
Configure linux within target/linux/Config.in instead of within target/device/Config.in
2007-07-11 14:40:56 +00:00
Bernhard Reutner-Fischer
149c552e0f
- provide option to build an initramfs out of the current rootfs. Closes #881
2007-07-08 19:22:18 +00:00
Bernhard Reutner-Fischer
bc8d90683e
- stub for grub2. Needs to be fixed upstream first.
2007-06-27 21:03:42 +00:00
Bernhard Reutner-Fischer
119e9af1b5
- add a simple cpio target, to be used with an initramfs.
...
Thanks to Goetz Bock
2006-11-22 19:10:59 +00:00
Eric Andersen
fbe47cd333
patch from janlana adding an x86 bootable iso9660 CD-ROM target
2006-04-06 18:31:14 +00:00
David Anders
c11d4552d4
add cloop as a new file system image type per case 0000151
2006-01-25 13:54:16 +00:00
Mike Frysinger
2e31d32a0c
touchup target menu display
2005-09-09 00:12:13 +00:00
Eric Andersen
d7d57699ef
Add support for building a few commonly used bootloaders
2005-06-23 05:09:05 +00:00
Eric Andersen
02242b9f3d
move stuff around a little bit more
2005-02-18 19:32:18 +00:00
Eric Andersen
c123fc3ccf
move more stuff around for better board support
2005-02-17 18:49:52 +00:00
Eric Andersen
29704897cd
Add the new device directory
2005-02-17 17:05:47 +00:00
Mike Frysinger
cd0a84da7e
allow users to generate tarballs of the target filesystem
2005-02-09 16:06:06 +00:00
Eric Andersen
4c4768b2f7
Fix it so we once again build the target root_fs
2004-10-09 04:34:21 +00:00
Eric Andersen
44eedc5c44
facelift step number two
2004-10-09 02:49:33 +00:00