summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of repeated rebuild of 'at'Ulf Samuelsson2007-07-161-8/+7
|
* Get rid of repeated copy of 'customize'Ulf Samuelsson2007-07-161-2/+17
|
* Use correct script to init lighttpdUlf Samuelsson2007-07-151-1/+1
|
* Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'Ulf Samuelsson2007-07-151-1/+1
|
* Define HOSTLN to allow gzip to build for non-x86 targetUlf Samuelsson2007-07-152-5/+9
|
* Fix acpid version infoUlf Samuelsson2007-07-151-2/+2
|
* Correct JFFS2 Erase Size for AT45 dataflashUlf Samuelsson2007-07-141-13/+36
|
* - use established styleBernhard Reutner-Fischer2007-07-131-3/+6
|
* Make Config.in targets for ARM chips look consistentUlf Samuelsson2007-07-123-3/+17
|
* Fix Document styleUlf Samuelsson2007-07-121-68/+68
|
* Workaround for vi bug in syntax highlightingUlf Samuelsson2007-07-121-3/+3
|
* Fix Document styleUlf Samuelsson2007-07-121-65/+71
|
* Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIRUlf Samuelsson2007-07-121-0/+3
|
* Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAMEUlf Samuelsson2007-07-121-4/+4
|
* Update Instructions for applying for Buildroot write accessUlf Samuelsson2007-07-121-3/+10
|
* Update Documentation for BSP patchUlf Samuelsson2007-07-121-7/+36
|
* BSP Patch:Ulf Samuelsson2007-07-128-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.mkUlf Samuelsson2007-07-112-2/+3
|
* Configure linux within target/linux/Config.in instead of within ↵Ulf Samuelsson2007-07-111-0/+44
| | | | target/device/Config.in
* Configure linux within target/linux/Config.in instead of within ↵Ulf Samuelsson2007-07-112-41/+1
| | | | target/device/Config.in
* Build linux within target/linux/Makefile.in instead of within target/linux26.mkUlf Samuelsson2007-07-112-1/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-112-6/+6
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-11110-387/+410
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - fix building sstripBernhard Reutner-Fischer2007-07-101-1/+2
|
* - cosmetics: rename _VER to _VERSION and touch atBernhard Reutner-Fischer2007-07-091-5/+5
|
* - fix evaluation of HOSTCFLAGS for kconfig. Closes #1415Bernhard Reutner-Fischer2007-07-091-2/+5
|
* - pull from upstreamBernhard Reutner-Fischer2007-07-0911-79/+327
|
* - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer2007-07-0921-25/+28
| | | | Fixes build breakage as seen by Ulf et al.
* - wipe config related files in distcleanBernhard Reutner-Fischer2007-07-091-1/+2
|
* WGET_NOSPIDERS is not defined, use WGET for nowUlf Samuelsson2007-07-091-1/+1
|
* Use hostap release version instead of snapshotUlf Samuelsson2007-07-091-4/+5
|
* sh needs '-c' to run a binaryUlf Samuelsson2007-07-091-5/+5
|
* - add pxelinuxBernhard Reutner-Fischer2007-07-082-6/+18
|
* - apply settings for initramfsBernhard Reutner-Fischer2007-07-081-1/+9
|
* - provide option to build an initramfs out of the current rootfs. Closes #881Bernhard Reutner-Fischer2007-07-084-0/+263
|
* - bump versionBernhard Reutner-Fischer2007-07-081-12/+10
| | | | - misc adjustments while at it
* - make it compile.Bernhard Reutner-Fischer2007-07-081-30/+22
|
* - remove cruftBernhard Reutner-Fischer2007-07-081-4/+0
|
* - bump version and make it compileBernhard Reutner-Fischer2007-07-081-13/+27
|
* - populate some BR2_GCC_TARGET_ARCH, BR2_GCC_TARGET_ABI, BR2_GCC_TARGET_TUNE ↵Bernhard Reutner-Fischer2007-07-081-1/+288
| | | | defaults (hand-waving mode, of course untested.. ;)
* - unify the GCC_WITH_ configure options and make them activeBernhard Reutner-Fischer2007-07-083-14/+19
|
* - add missing dirclean target (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-07-081-4/+10
|
* - update defaultsBernhard Reutner-Fischer2007-07-081-0/+2
|
* - fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-07-081-8/+8
| | | | - bump version
* - factor-out common config options for staging and target compilerBernhard Reutner-Fischer2007-07-081-2/+3
| | | | - take extra options for the respective compilers into account
* - we have to reconfigure iff some compiler-config was changed.Bernhard Reutner-Fischer2007-07-081-3/+6
|
* - add help targetBernhard Reutner-Fischer2007-07-081-2/+18
|
* - CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFSBernhard Reutner-Fischer2007-07-081-1/+2
|