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
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
5ff7c496e7
- cosmetics: rename _VER to _VERSION and touch at
2007-07-09 18:36:01 +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
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
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
c779748845
- add missing dirclean target (Cristian Ionescu-Idbohrn)
2007-07-08 13:55:49 +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
d99aa31062
- CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFS
2007-07-08 12:10:21 +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
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
c79018c5ef
- mention from which version this copy of kconfig comes from (redundant since i noted it already in the checkin message, but ok).
2007-07-07 18:17:41 +00:00
Bernhard Reutner-Fischer
1904280ac9
- using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include
...
is the proper path for includes (check your host)
2007-07-07 11:06:08 +00:00
Bernhard Reutner-Fischer
2e69d5d162
- bump version
2007-07-07 10:14:30 +00:00
Bernhard Reutner-Fischer
595883a832
- account for setups without wchar support.
2007-07-07 10:11:17 +00:00
"Steven J. Hill"
87f5a311d7
Get rid of leading whitespace to silence warnings from config system.
2007-07-06 11:42:03 +00:00
"Steven J. Hill"
9a0f303cce
Bump versions.
2007-07-06 11:41:27 +00:00
"Steven J. Hill"
6f59d3ce32
Remove more stuff during 'make distclean'.
2007-07-06 04:58:01 +00:00
"Steven J. Hill"
9a4ca08e5f
Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
2007-07-06 04:26:32 +00:00
"Steven J. Hill"
9fba547400
Fix patch filtering and add new patch to disable tests for IPv6 when not selected.
2007-07-06 04:21:22 +00:00
"Steven J. Hill"
e8b93caa82
Bump version of tar and add disabling of IPv6 for psmisc if it is not selected. Submitted by <buraphalinuxserver@gmail.com>.
2007-07-05 17:56:24 +00:00
"Steven J. Hill"
c488d2c681
Add building of m4 for host and fix autoconf dependency. Submitted by Julien Letessier <julien.letessier@technosens.fr>.
2007-07-05 17:54:38 +00:00
"Steven J. Hill"
5e1e636abf
Update version of ed and remove obsoleted patch. Submitted by <buraphalinuxserver@gmail.com>.
2007-07-05 17:52:31 +00:00
Peter Korsgaard
6adb205522
Remove configure cruft
2007-07-05 15:55:23 +00:00
Bernhard Reutner-Fischer
4217651181
- forgot a line
2007-07-02 15:20:05 +00:00
Bernhard Reutner-Fischer
ed438a4f58
- forgot to write out the .config.cmd
2007-07-02 14:35:11 +00:00
Bernhard Reutner-Fischer
1ca33cb117
- bump version
2007-07-02 09:54:18 +00:00
Bernhard Reutner-Fischer
e4e8dc7f73
- udhcp was merged into busybox some years ago; use a recent busybox instead!
2007-07-02 08:58:56 +00:00
Bernhard Reutner-Fischer
2dd6b35498
- change download site to sourceforge
2007-06-29 08:18:13 +00:00
Bernhard Reutner-Fischer
2d8b8c15fe
- fix make defconfig (Rick Foos)
2007-06-28 22:38:48 +00:00
Bernhard Reutner-Fischer
1548b21ce2
- add quagga suite
2007-06-28 15:55:00 +00:00
Bernhard Reutner-Fischer
79e2d802ae
- fix a few -clean targets.
...
- bash build is not parallel-safe
2007-06-28 14:07:13 +00:00
Bernhard Reutner-Fischer
f31f1e4db4
- fix building the utilities that are ment to be run on the _HOST_ (Julien Letessier)
2007-06-28 14:03:04 +00:00
Bernhard Reutner-Fischer
649e4fd808
- provide autotools for the host (Julien Letessier)
2007-06-28 13:51:07 +00:00
Bernhard Reutner-Fischer
efd4bd9a6e
- rm some old files
2007-06-28 13:06:21 +00:00
Bernhard Reutner-Fischer
7dde1b9e71
- respin whole patch for the sake of simplicity
2007-06-28 12:11:12 +00:00
Bernhard Reutner-Fischer
543a89568e
- make it compile with a C89 compiler
2007-06-28 11:53:59 +00:00
Bernhard Reutner-Fischer
afc61c6e8e
- adjust infrastructure for new kconfig
2007-06-28 10:47:05 +00:00