21 Commits

Author SHA1 Message Date
ae30a50108 target: do not make target/*/install depend on target/*/compile - removes one redundant kernel build dir call on target/install
SVN-Revision: 32091
2012-06-06 17:24:05 +00:00
c9975f6dff imagebuilder: fix parallel building (closes )
SVN-Revision: 30927
2012-03-13 17:29:40 +00:00
6935fc9f8d Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The toolchain will zipped and saved under $(TOPDIR)/bin directory.
Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>

SVN-Revision: 18419
2009-11-14 17:51:32 +00:00
bcd94f3253 some more build system cleanup
SVN-Revision: 12329
2008-08-17 11:14:13 +00:00
bd4b1aadb1 large improvement for parallel builds. works without V=99 now and without warnings. tested with -j on an 2x dual core opteron machine
SVN-Revision: 11414
2008-06-09 15:38:45 +00:00
ab77da7988 fix a dependency bug
SVN-Revision: 8561
2007-08-30 22:43:25 +00:00
036c04f4d1 only build sdk and imagebuilder at target/install time
SVN-Revision: 8257
2007-07-31 08:24:29 +00:00
9f5c37a846 next round of cleanup, convert target/ - make -j works now ;)
SVN-Revision: 8242
2007-07-30 21:14:08 +00:00
7d8c3b07ad don't run the image prereq check if the image directory does not exist
SVN-Revision: 7988
2007-07-16 00:42:19 +00:00
5fe0ca4ebb Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all the patches.
Also added a target package/refresh which will do this to all packages in the buildroot


SVN-Revision: 7488
2007-06-04 11:14:08 +00:00
7a11d25cc3 implement quilt handling for the kernel tree ... and there was much rejoicing!
SVN-Revision: 7474
2007-06-03 08:28:05 +00:00
000087e025 the default_subtargets template was a bad idea, since different makefiles require different types of dependencies for subtargets. nuke it...
SVN-Revision: 7003
2007-04-18 17:35:46 +00:00
00e4cea980 use default_subtargets in package/Makefile and target/Makefile
SVN-Revision: 6380
2007-02-26 00:41:53 +00:00
97878e0f3a clean up a few things in image build makefiles and fix unnecessary grub rebuilds
SVN-Revision: 6360
2007-02-25 18:20:34 +00:00
6a39b891cd Fix config checks for Image Builder and SDK - only build them when requested.
Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package.


SVN-Revision: 6102
2007-01-14 23:37:40 +00:00
a21fee6a43 Add initial version of the new Image Builder
It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested.


SVN-Revision: 6071
2007-01-10 21:52:28 +00:00
789dffd1f5 move target/utils to tools/firmware-utils
SVN-Revision: 5702
2006-12-06 23:41:38 +00:00
425c4973a1 move target/image/platform to target/linux/platform/image
platform directories are now self contained


SVN-Revision: 5669
2006-11-28 20:14:41 +00:00
95ecb1806a add prereq checks for target/linux/* and target/image/*, check for fdisk for the x86 builds
SVN-Revision: 5569
2006-11-18 21:12:18 +00:00
c60b089edb leave out the ccache directory when copying the staging dir into the sdk ()
SVN-Revision: 5081
2006-10-14 14:16:26 +00:00
39ed9eab85 finally move buildroot-ng to trunk
SVN-Revision: 5059
2006-10-13 20:51:49 +00:00