Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-07 | Do not create new directories in external toolchain | Ulf Samuelsson | |
2007-09-29 | - Nowadays there is no need to strip the config symbols anymore | Bernhard Reutner-Fischer | |
2007-09-28 | - add FC, remove some duplicate entries, cleanup | Bernhard Reutner-Fischer | |
- fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS | |||
2007-09-28 | Add some more host tools | Ulf Samuelsson | |
2007-09-28 | Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵ | Ulf Samuelsson | |
uclibc-update to avoid overwriting board support file | |||
2007-09-28 | Add administration for linux,uclibc and main | Ulf Samuelsson | |
2007-09-27 | - for various reasons i will need an explicit ordering of the toolchain includes | Bernhard Reutner-Fischer | |
2007-09-26 | - revert some bad checkins, fixup bad settings in atmel targets and move the ↵ | Bernhard Reutner-Fischer | |
gcc target abi back to a place where the other arch-specific settings live | |||
2007-09-23 | Ensure make %_defconfig works without error - now silently | Ulf Samuelsson | |
2007-09-23 | fix error when doing 'make %_defconfig | Ulf Samuelsson | |
2007-09-22 | - rename the gcc base_target to the more appropriate term cross_compiler | Bernhard Reutner-Fischer | |
2007-09-22 | - set and export VERBOSE if V= was requested | Bernhard Reutner-Fischer | |
2007-09-18 | - forgot to put base-target's sources into the source target. | Bernhard Reutner-Fischer | |
Thanks to Ulf for pointing out this error of mine.. | |||
2007-09-17 | Remove some debug info + add uclibc-target-utils-source target | Ulf Samuelsson | |
2007-09-17 | make source should include BASE_TARGETS | Ulf Samuelsson | |
2007-09-12 | Add hooks for creating your own board support package | Ulf Samuelsson | |
2007-09-01 | - whitespace cleanup (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-09-01 | - rephrase r19284 -- explicitely list base targets for World | Bernhard Reutner-Fischer | |
Needed for toplevel parallel builds to work properly. | |||
2007-08-27 | - README even. | Bernhard Reutner-Fischer | |
2007-08-27 | - allow me to point people at 'make help' | Bernhard Reutner-Fischer | |
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-21 | - our dependencies are project specific. First (untested) attempt to take ↵ | Bernhard Reutner-Fischer | |
this fact into account. Will need to try to copy eventual pre-existing project-specific deps back to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds).. | |||
2007-08-21 | - sed -i -e ↵ | Bernhard Reutner-Fischer | |
"/\-[[: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 | - fix incorrect invocation of non-existing binary named "-find" | Bernhard Reutner-Fischer | |
This bloated the target needlessly (and used to work before) | |||
2007-08-21 | - fix whitespace damage.. | Bernhard Reutner-Fischer | |
2007-08-21 | - cosmetic adjustment in help text | Bernhard Reutner-Fischer | |
2007-08-20 | Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry) | Ulf Samuelsson | |
2007-08-19 | Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIR | Ulf Samuelsson | |
2007-08-16 | Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR | Ulf Samuelsson | |
2007-08-16 | Dont create TARGET_DIR if it exists | Ulf Samuelsson | |
2007-08-16 | Avoid copying TARGET_SKELETON on every 'make' | Ulf Samuelsson | |
2007-08-15 | Remove fakeroot files after use to avoid rerun | Ulf Samuelsson | |
2007-08-14 | Move project related info from main Makefile to project dir | Ulf Samuelsson | |
2007-08-14 | Avoid continuous rebuilds of TARGET_DIR and /etc/* project files | Ulf Samuelsson | |
2007-07-31 | - add variable BR2_DEPENDS_DIR to point to the Kconfig depend hierarchy | Bernhard Reutner-Fischer | |
2007-07-27 | - explicitely list base targets for World | Bernhard Reutner-Fischer | |
2007-07-27 | - put dependency checking right to the start where any later stages can rely ↵ | Bernhard Reutner-Fischer | |
on the being ok. | |||
2007-07-27 | - fix directory dependencies | Bernhard Reutner-Fischer | |
- BASE_TARGET depends on dirs | |||
2007-07-27 | - remove passing down the goals | Bernhard Reutner-Fischer | |
2007-07-27 | - fix building mconf with curses flags | Bernhard Reutner-Fischer | |
- make sure to rm .config when the first 'make menuconfig' was interrupted and thus no .config.cmd was created. | |||
2007-07-23 | - the external-toolchain.mk is not parallel-safe, so ignore it. | Bernhard Reutner-Fischer | |
- first step of minor adjustments to allow for a toplevel 'make -j128' (regardless of BR2_JLEVEL) | |||
2007-07-20 | make source-check without permanently changing WGET command | Ulf Samuelsson | |
2007-07-18 | Fix INITRAMFS target that was broken. Get rid of config stuff out of the ↵ | "Steven J. Hill" | |
top-level directory. Finally fix Linux kernel module building such that modules are built and installed first followed by rest of packages. This allows for packages to build external Linux kernel modules. | |||
2007-07-15 | Define HOSTLN to allow gzip to build for non-x86 target | Ulf Samuelsson | |
2007-07-13 | - use established style | Bernhard Reutner-Fischer | |
2007-07-12 | Workaround for vi bug in syntax highlighting | Ulf Samuelsson | |
2007-07-12 | Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAME | Ulf Samuelsson | |
2007-07-12 | BSP Patch: | Ulf Samuelsson | |
========================================================= The purpose of the BSP patch is to allow building several boards inside the same buildroot tree. For this to work, each board has to have its own "$(TARGET_DIR)" and all *configurable* packages must be rebuilt for each board. They are now built in the "$(PROJECT_BUILD_DIR)" All non configurable packages can and should still be built in the "$(BUILD_DIR)". If a package is built for one board, then when you build for a second board of the same architecture the build becomes a simple copy of the resulting binaries. ----- Define BR2_PROJECT which will be used as the selector between different boards. Note that BR2_PROJECT allow you to build multiple root file systems for a single board, and should not be confused with BR2_BOARD_NAME which relates to the H/W. ----- Define PROJECT_BUILD_DIR as "PROJECT_BUILD_DIR/$(PROJECT)" Define BINARIES_DIR as "binaries/$(PROJECT)" Define TARGET_DIR as "$(PROJECT_BUILD_DIR)/root" (some prefix/postfix may apply) Resulting images are stored in "$(BINARIES_DIR)" ----- Define a few new environment variables in Makefile PROJECT: Stripped BR2_PROJECT DATE: Date of build in YYYY-MM-DD format HOSTNAME: Stripped BR2_HOSTNAME => /etc/hostname BANNER: Stripped BR2_BANNER => /etc/issue Linux and Busybox will be built in $(PROJECT_BUILD_DIR) More patches will be needed later to ensure all configurable packages are built in this directory. | |||
2007-07-11 | Define date of build as DATE, use in mtd/mtd.mk | Ulf Samuelsson | |
2007-07-09 | - fix evaluation of HOSTCFLAGS for kconfig. Closes #1415 | Bernhard Reutner-Fischer | |