Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-12 | BSP Patch: | Ulf Samuelsson | |
========================================================= 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-08 | - CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFS | Bernhard Reutner-Fischer | |
2007-07-08 | - fdisk was broken in r18727, disable for now. | Bernhard Reutner-Fischer | |
2007-07-08 | - forgot to provide a default config for 1.6.1 | Bernhard Reutner-Fischer | |
Thanks to Cristian Ionescu-Idbohrn for noticing this. | |||
2007-07-02 | - forgot a line | Bernhard Reutner-Fischer | |
2007-07-02 | - bump version | Bernhard Reutner-Fischer | |
2007-06-27 | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | |
2007-06-25 | - add post 1.6.0 fix | Bernhard Reutner-Fischer | |
2007-06-14 | busybox 1.6.0 patches | Peter Korsgaard | |
2007-06-02 | - bump version | Bernhard Reutner-Fischer | |
2007-05-15 | - fixed upstream in r18618 | Bernhard Reutner-Fischer | |
2007-05-07 | This patch increases the maximum host name length for 'dnsd' to 40 ↵ | "Steven J. Hill" | |
characters in length and fixes a resolving bug. For example, if there are two entries in the 'dnsd.conf' file of 'foo1' and 'foo2'. Doing a 'nslookup foo2' the 'dnsd' will always return the IP address of 'foo1' because the string comparison is faulty. | |||
2007-05-07 | If any of the netkit packages were selected, we disable their counterparts ↵ | "Steven J. Hill" | |
in Busybox and warn the user. | |||
2007-04-25 | sed patch | Peter Korsgaard | |
2007-04-05 | busybox 1.5.0 patches | Peter Korsgaard | |
2007-03-24 | - strip quotes. Thanks to Heikki Lindholm for pointing this out. | Bernhard Reutner-Fischer | |
2007-03-23 | - make sure we have a build_$arch dir for -menuconfig even when in a ↵ | Bernhard Reutner-Fischer | |
pristine checkout | |||
2007-03-23 | - bump version | Bernhard Reutner-Fischer | |
2007-03-20 | - simplify busybox version fiddling | Bernhard Reutner-Fischer | |
2007-03-20 | - add busybox-1.4.2 | Bernhard Reutner-Fischer | |
2007-03-15 | tftp patch | Peter Korsgaard | |
2007-03-14 | - fix ptr_to_globals | Bernhard Reutner-Fischer | |
2007-02-27 | tar -t hotfix | Peter Korsgaard | |
2007-02-23 | Set CONFIG_PREFIX for all versions | Peter Korsgaard | |
2007-02-16 | - just reading the first 9 bytes for the maj:min ought to be enough (TM) | Bernhard Reutner-Fischer | |
2007-02-16 | - add skeleton to use busybox and mdev for a rather small skeleton | Bernhard Reutner-Fischer | |
2007-02-12 | Additional 1.4.1 patches | Peter Korsgaard | |
2007-02-06 | Made _DIR/_SOURCE/_SITE common for all non-snapshot versions | Peter Korsgaard | |
2007-02-06 | v1.0.1 tarball is called busybox-1.01 | Peter Korsgaard | |
2007-02-06 | CONFIG_PREFIX hack (r17670) no longer needed | Peter Korsgaard | |
2007-02-06 | hide busybox version selector if disabled | Peter Korsgaard | |
2007-02-06 | busybox 1.4.1 support | Peter Korsgaard | |
2007-02-02 | - there is something wrong in the new buildsys: If one selects ip and has ↵ | Bernhard Reutner-Fischer | |
e..g rule or route unset, ip still wants to build those. This fails (correctly) since rtnl_rttable_n2a and rtnl_rtrealm_n2a aren't available if they were turned off. TODO: Talk to vda about this | |||
2007-02-01 | - the generic x86 busybox config is ment for current busybox trunk | Bernhard Reutner-Fischer | |
2007-01-31 | - fix patch application. Use busybox-$(VER)-\*.patch for versions and ↵ | Bernhard Reutner-Fischer | |
busybox.\*.patch for snapshot | |||
2007-01-30 | busybox 1.4.0 seems to use CONFIG_PREFIX instead of PREFIX | Peter Korsgaard | |
2007-01-30 | busybox 1.4.0 support files | Peter Korsgaard | |
2007-01-30 | Busybox 1.4.0 support | Peter Korsgaard | |
2007-01-28 | - add an experimental BR2_PREFER_IMA. | Bernhard Reutner-Fischer | |
Currently disfunctional for gcc-4.2 due to PR30620 and possibly others | |||
2007-01-19 | - copy the _CONFIG_FILES back | Bernhard Reutner-Fischer | |
- use the BUSYBOX_CONFIG_FILE if specified by the user | |||
2007-01-17 | - add central knob (BR2_PACKAGE_BUSYBOX_HIDE_OTHERS) to hide packages that | Bernhard Reutner-Fischer | |
are potentially provided by busybox. | |||
2006-12-13 | - make sure to agree on the installation CONFIG_PREFIX | Bernhard Reutner-Fischer | |
2006-12-13 | update busybox defaults a bit | Eric Andersen | |
2006-12-13 | let people select different versions of busybox to suit their needs | Eric Andersen | |
2006-12-13 | Use a stable version of busybox by default. The daily snapshot of | Eric Andersen | |
busybox tends to break often and is thus not a great default. | |||
2006-12-07 | - pass the target (kernel-) arch in. | Bernhard Reutner-Fischer | |
2006-12-02 | - provide default config for busybox for a generic i386 target. | Bernhard Reutner-Fischer | |
2006-12-02 | - adjust busybox-source dependencies | Bernhard Reutner-Fischer | |
2006-12-02 | - name the default busybox config-file. | Bernhard Reutner-Fischer | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |