Commit Graph

2669 Commits

Author SHA1 Message Date
Ulf Samuelsson 7c61ca6f0c Fix Document style 2007-07-12 17:04:05 +00:00
Ulf Samuelsson fe1bd1ae1b Workaround for vi bug in syntax highlighting 2007-07-12 16:57:47 +00:00
Ulf Samuelsson d65d81e06d Fix Document style 2007-07-12 16:53:13 +00:00
Ulf Samuelsson e17c3858c4 Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIR 2007-07-12 15:32:04 +00:00
Ulf Samuelsson e327a1f0a7 Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAME 2007-07-12 15:28:58 +00:00
Ulf Samuelsson be089760c6 Update Instructions for applying for Buildroot write access 2007-07-12 14:46:03 +00:00
Ulf Samuelsson 02616c53c3 Update Documentation for BSP patch 2007-07-12 14:43:44 +00:00
Ulf Samuelsson 412ca2a4d4 BSP Patch:
=========================================================
	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-12 13:11:03 +00:00
Ulf Samuelsson 7def55591d Define date of build as DATE, use in mtd/mtd.mk 2007-07-11 15:01:42 +00:00
Ulf Samuelsson c0c804da6e Configure linux within target/linux/Config.in instead of within target/device/Config.in 2007-07-11 14:42:32 +00:00
Ulf Samuelsson cf254e81d1 Configure linux within target/linux/Config.in instead of within target/device/Config.in 2007-07-11 14:40:56 +00:00
Ulf Samuelsson 0e5715a9d7 Build linux within target/linux/Makefile.in instead of within target/linux26.mk 2007-07-11 14:34:55 +00:00
Ulf Samuelsson 32ea433d09 Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 14:20:47 +00:00
Ulf Samuelsson e1621a4a2a Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 14:06:06 +00:00
Ulf Samuelsson cd599b6114 Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 13:55:55 +00:00
Ulf Samuelsson b40e89ab86 Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 13:55:21 +00:00
Bernhard Reutner-Fischer 60a17626c5 - fix building sstrip 2007-07-10 11:34:22 +00:00
Bernhard Reutner-Fischer 5ff7c496e7 - cosmetics: rename _VER to _VERSION and touch at 2007-07-09 18:36:01 +00:00
Bernhard Reutner-Fischer c0d7d4e035 - fix evaluation of HOSTCFLAGS for kconfig. Closes #1415 2007-07-09 18:23:20 +00:00
Bernhard Reutner-Fischer ead86bff64 - pull from upstream 2007-07-09 17:59:19 +00:00
Bernhard Reutner-Fischer 9bb66ca13e - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
Fixes build breakage as seen by Ulf et al.
2007-07-09 08:30:38 +00:00
Bernhard Reutner-Fischer 81df22641f - wipe config related files in distclean 2007-07-09 08:06:27 +00:00
Ulf Samuelsson ae0af115cd WGET_NOSPIDERS is not defined, use WGET for now 2007-07-09 04:59:45 +00:00
Ulf Samuelsson e47699f952 Use hostap release version instead of snapshot 2007-07-09 04:40:53 +00:00
Ulf Samuelsson 83832cdafd sh needs '-c' to run a binary 2007-07-09 04:26:49 +00:00
Bernhard Reutner-Fischer 9dd07e229c - add pxelinux 2007-07-08 20:51:19 +00:00
Bernhard Reutner-Fischer 649046bd2e - apply settings for initramfs 2007-07-08 19:22:58 +00:00
Bernhard Reutner-Fischer 149c552e0f - provide option to build an initramfs out of the current rootfs. Closes #881 2007-07-08 19:22:18 +00:00
Bernhard Reutner-Fischer 402d710eeb - bump version
- misc adjustments while at it
2007-07-08 19:07:46 +00:00
Bernhard Reutner-Fischer d92e6430d2 - make it compile. 2007-07-08 18:58:48 +00:00
Bernhard Reutner-Fischer 4931753651 - remove cruft 2007-07-08 18:16:12 +00:00
Bernhard Reutner-Fischer 99b812f778 - bump version and make it compile 2007-07-08 18:14:51 +00:00
Bernhard Reutner-Fischer 7d8a59b40e - populate some BR2_GCC_TARGET_ARCH, BR2_GCC_TARGET_ABI, BR2_GCC_TARGET_TUNE defaults (hand-waving mode, of course untested.. ;) 2007-07-08 16:28:54 +00:00
Bernhard Reutner-Fischer 9fbb109506 - unify the GCC_WITH_ configure options and make them active 2007-07-08 16:27:25 +00:00
Bernhard Reutner-Fischer c779748845 - add missing dirclean target (Cristian Ionescu-Idbohrn) 2007-07-08 13:55:49 +00:00
Bernhard Reutner-Fischer ddbaf4dd43 - update defaults 2007-07-08 13:51:15 +00:00
Bernhard Reutner-Fischer fcc96a41bb - fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn)
- bump version
2007-07-08 13:20:46 +00:00
Bernhard Reutner-Fischer fcd4ec5286 - factor-out common config options for staging and target compiler
- take extra options for the respective compilers into account
2007-07-08 13:13:29 +00:00
Bernhard Reutner-Fischer 58ca925353 - we have to reconfigure iff some compiler-config was changed. 2007-07-08 12:50:06 +00:00
Bernhard Reutner-Fischer e491fba221 - add help target 2007-07-08 12:20:58 +00:00
Bernhard Reutner-Fischer d99aa31062 - CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFS 2007-07-08 12:10:21 +00:00
Bernhard Reutner-Fischer 9fc22c025d - provide default for vfprintf 2007-07-08 12:05:03 +00:00
Bernhard Reutner-Fischer d1bd218618 - fdisk was broken in r18727, disable for now. 2007-07-08 12:04:34 +00:00
Bernhard Reutner-Fischer 20dd05b6c3 - forgot to provide a default config for 1.6.1
Thanks to Cristian Ionescu-Idbohrn for noticing this.
2007-07-08 11:56:38 +00:00
Bernhard Reutner-Fischer ab088e8cd1 - iso9660 target does not build target kernel due to missing dependency. Closes #1194 2007-07-08 11:25:25 +00:00
Bernhard Reutner-Fischer c1dc610e0d - bump version and uninstall runlevel script. Closes #1366 2007-07-08 11:03:43 +00:00
Bernhard Reutner-Fischer 8fce4ba864 - pretty print path for brevity 2007-07-08 00:18:51 +00:00
Bernhard Reutner-Fischer f987b7a541 - silence a cosmetic warning (closes several issues in mantis).
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.
2007-07-08 00:00:17 +00:00
Bernhard Reutner-Fischer 5923827262 - adjust for the released 4.2.0 version 2007-07-07 23:55:19 +00:00
Bernhard Reutner-Fischer 7cd9f3da74 - forgot to adjust the path 2007-07-07 23:54:33 +00:00