Ulf Samuelsson
ce01a666dc
Avoid rebuilding 'readline-5.1'
2007-07-16 11:14:44 +00:00
Ulf Samuelsson
21f3e48d6c
Avoid rebuild of openntpd
2007-07-16 10:58:58 +00:00
Ulf Samuelsson
5dce7d3005
Temporarily allow static libgettext library option to ensure build can complete for ARM
2007-07-16 10:00:29 +00:00
Ulf Samuelsson
483331462a
Avoid repeated rebuild of libusb
2007-07-16 09:45:39 +00:00
Ulf Samuelsson
144f079cde
Stop repeated build of libcgi
2007-07-16 09:32:07 +00:00
Ulf Samuelsson
1ed4094d61
Get rid of repeated rebuild of 'at'
2007-07-16 08:12:15 +00:00
Ulf Samuelsson
06cc62f9cf
Get rid of repeated copy of 'customize'
2007-07-16 07:55:50 +00:00
Ulf Samuelsson
826f8ef472
Use correct script to init lighttpd
2007-07-15 23:35:31 +00:00
Ulf Samuelsson
f481330866
Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'
2007-07-15 22:01:33 +00:00
Ulf Samuelsson
0f9c5b1129
Define HOSTLN to allow gzip to build for non-x86 target
2007-07-15 21:54:11 +00:00
Ulf Samuelsson
f54e958645
Fix acpid version info
2007-07-15 17:06:15 +00:00
Ulf Samuelsson
7a3bccae42
Correct JFFS2 Erase Size for AT45 dataflash
2007-07-14 07:26:41 +00:00
Bernhard Reutner-Fischer
e0dd5309bd
- use established style
2007-07-13 12:21:19 +00:00
Ulf Samuelsson
3147e777fe
Make Config.in targets for ARM chips look consistent
2007-07-12 18:47:48 +00:00
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