Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BSP Patch: | Ulf Samuelsson | 2007-07-12 | 8 | -22/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ========================================================= 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. | ||||
* | Define date of build as DATE, use in mtd/mtd.mk | Ulf Samuelsson | 2007-07-11 | 2 | -2/+3 |
| | |||||
* | Configure linux within target/linux/Config.in instead of within ↵ | Ulf Samuelsson | 2007-07-11 | 1 | -0/+44 |
| | | | | target/device/Config.in | ||||
* | Configure linux within target/linux/Config.in instead of within ↵ | Ulf Samuelsson | 2007-07-11 | 2 | -41/+1 |
| | | | | target/device/Config.in | ||||
* | Build linux within target/linux/Makefile.in instead of within target/linux26.mk | Ulf Samuelsson | 2007-07-11 | 2 | -1/+1 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 2 | -6/+6 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 110 | -387/+410 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - fix building sstrip | Bernhard Reutner-Fischer | 2007-07-10 | 1 | -1/+2 |
| | |||||
* | - cosmetics: rename _VER to _VERSION and touch at | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -5/+5 |
| | |||||
* | - fix evaluation of HOSTCFLAGS for kconfig. Closes #1415 | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -2/+5 |
| | |||||
* | - pull from upstream | Bernhard Reutner-Fischer | 2007-07-09 | 11 | -79/+327 |
| | |||||
* | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | 2007-07-09 | 21 | -25/+28 |
| | | | | Fixes build breakage as seen by Ulf et al. | ||||
* | - wipe config related files in distclean | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -1/+2 |
| | |||||
* | WGET_NOSPIDERS is not defined, use WGET for now | Ulf Samuelsson | 2007-07-09 | 1 | -1/+1 |
| | |||||
* | Use hostap release version instead of snapshot | Ulf Samuelsson | 2007-07-09 | 1 | -4/+5 |
| | |||||
* | sh needs '-c' to run a binary | Ulf Samuelsson | 2007-07-09 | 1 | -5/+5 |
| | |||||
* | - add pxelinux | Bernhard Reutner-Fischer | 2007-07-08 | 2 | -6/+18 |
| | |||||
* | - apply settings for initramfs | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -1/+9 |
| | |||||
* | - provide option to build an initramfs out of the current rootfs. Closes #881 | Bernhard Reutner-Fischer | 2007-07-08 | 4 | -0/+263 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -12/+10 |
| | | | | - misc adjustments while at it | ||||
* | - make it compile. | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -30/+22 |
| | |||||
* | - remove cruft | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -4/+0 |
| | |||||
* | - bump version and make it compile | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -13/+27 |
| | |||||
* | - populate some BR2_GCC_TARGET_ARCH, BR2_GCC_TARGET_ABI, BR2_GCC_TARGET_TUNE ↵ | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -1/+288 |
| | | | | defaults (hand-waving mode, of course untested.. ;) | ||||
* | - unify the GCC_WITH_ configure options and make them active | Bernhard Reutner-Fischer | 2007-07-08 | 3 | -14/+19 |
| | |||||
* | - add missing dirclean target (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -4/+10 |
| | |||||
* | - update defaults | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -0/+2 |
| | |||||
* | - fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -8/+8 |
| | | | | - bump version | ||||
* | - factor-out common config options for staging and target compiler | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -2/+3 |
| | | | | - take extra options for the respective compilers into account | ||||
* | - we have to reconfigure iff some compiler-config was changed. | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -3/+6 |
| | |||||
* | - add help target | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -2/+18 |
| | |||||
* | - CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFS | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -1/+2 |
| | |||||
* | - provide default for vfprintf | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -0/+1 |
| | |||||
* | - fdisk was broken in r18727, disable for now. | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -1/+1 |
| | |||||
* | - forgot to provide a default config for 1.6.1 | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -0/+1 |
| | | | | Thanks to Cristian Ionescu-Idbohrn for noticing this. | ||||
* | - iso9660 target does not build target kernel due to missing dependency. ↵ | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -1/+1 |
| | | | | Closes #1194 | ||||
* | - bump version and uninstall runlevel script. Closes #1366 | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -2/+2 |
| | |||||
* | - pretty print path for brevity | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -4/+3 |
| | |||||
* | - silence a cosmetic warning (closes several issues in mantis). | Bernhard Reutner-Fischer | 2007-07-08 | 3 | -16/+109 |
| | | | | This also provides a nice up-to-date filestamp if something got reconfigured (e.g. c++ support got toggled) that can be used in the future to depend accordingly. | ||||
* | - adjust for the released 4.2.0 version | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -1/+1 |
| | |||||
* | - forgot to adjust the path | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -12/+6 |
| | |||||
* | - mention from which version this copy of kconfig comes from (redundant ↵ | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -1/+2 |
| | | | | since i noted it already in the checkin message, but ok). | ||||
* | - use correct path to libstdc++ | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -1/+1 |
| | |||||
* | Avoid stripping scripts | Ulf Samuelsson | 2007-07-07 | 1 | -9/+5 |
| | |||||
* | - using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -2/+1 |
| | | | | is the proper path for includes (check your host) | ||||
* | - pull in missing hunks from the arm-mmap fix. | Bernhard Reutner-Fischer | 2007-07-07 | 2 | -10/+85 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -1/+1 |
| | |||||
* | - account for setups without wchar support. | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -0/+6 |
| |