| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
subdir compile dependencies
In a pristine build, these directories are created as dependencies of
the tools subdir compile, however this step never runs when the tools
compile stamp already exists. Since commit ed6ba2801c0a ("tools: keep
stamp file in $(STAGING_DIR_HOST)"), this will happen after `make clean`:
$(STAGING_DIR) has been deleted, but the tools stamp still exists, so
the next build will fail because $(STAGING_DIR) has not been set up
correctly.
Fix builds after `make clean` by adding the preparation as dependencies
for the target and package directories as well.
Fixes: ed6ba2801c0a ("tools: keep stamp file in $(STAGING_DIR_HOST)")
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
|
|
|
|
|
|
| |
This ensures that the tarball is regenerated after make clean or after switching
to a different target
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
|
|
|
| |
Fixes buildbot errors on running make target/install or
toolchain/install
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
|
|
|
|
|
|
| |
Since commit 484cb91 "sdk: bundle required firmware files" there is an
implicit dependency of the SDK on a prior Kernel compilation.
Change target/Makefile to make this dependency explicit to avoid race
conditions with parallel builds.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
|
|
|
|
| |
one redundant kernel build dir call on target/install
SVN-Revision: 32091
|
|
|
|
| |
SVN-Revision: 30927
|
|
|
|
|
|
|
|
| |
toolchain will zipped and saved under $(TOPDIR)/bin directory.
Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
SVN-Revision: 18419
|
|
|
|
| |
SVN-Revision: 12329
|
|
|
|
|
|
| |
warnings. tested with -j on an 2x dual core opteron machine
SVN-Revision: 11414
|
|
|
|
| |
SVN-Revision: 8561
|
|
|
|
| |
SVN-Revision: 8257
|
|
|
|
| |
SVN-Revision: 8242
|
|
|
|
| |
SVN-Revision: 7988
|
|
|
|
|
|
| |
the patches. Also added a target package/refresh which will do this to all packages in the buildroot
SVN-Revision: 7488
|
|
|
|
| |
SVN-Revision: 7474
|
|
|
|
|
|
| |
require different types of dependencies for subtargets. nuke it...
SVN-Revision: 7003
|
|
|
|
| |
SVN-Revision: 6380
|
|
|
|
| |
SVN-Revision: 6360
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
places, but it seems to work for Broadcom at least - other targets untested.
SVN-Revision: 6071
|
|
|
|
| |
SVN-Revision: 5702
|
|
|
|
|
|
| |
directories are now self contained
SVN-Revision: 5669
|
|
|
|
|
|
| |
the x86 builds
SVN-Revision: 5569
|
|
|
|
| |
SVN-Revision: 5081
|
|
|