Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-24 | This patch allows each project to have a private linux build. | Ulf Samuelsson | |
Split build of kernel headers and kernel image into two source trees. Kernel headers are built in $(TOOL_BUILD_DIR) Kernel build is in $(PROJECT_BUILD_DIR) Make sure that kernel patches are applied to the kernel tree in $(PROJECT_BUILD_DIR) Add board specific patches, if available. | |||
2007-08-24 | Add git command | Ulf Samuelsson | |
2007-08-24 | Fix spelling error in docs | Ulf Samuelsson | |
2007-08-24 | Move VENDOR stuff to project | Ulf Samuelsson | |
2007-08-23 | - fix misplaced @ | Bernhard Reutner-Fischer | |
- fix typos in x11r7 packages | |||
2007-08-22 | - bump version to 4.6p1 | Bernhard Reutner-Fischer | |
- will need some program_invocation_name touchup, from the looks. Sounds like Ulf is supporting this: http://buildroot.uclibc.org/lists/buildroot/2007-August/004651.html Ulf> Go ahead, since it is permanently broken. It was for ARM for the most part. Some others did work, fwiw. | |||
2007-08-22 | bzcat => $(BZCAT) for u-boot and at91bootstrap | Ulf Samuelsson | |
2007-08-22 | Remove whitespace damage | Ulf Samuelsson | |
2007-08-22 | - add GIF and MMG support, fix comments a little bit, small cleanups, and ↵ | Bernhard Reutner-Fischer | |
avoid building Qtopia examples. Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item). | |||
2007-08-22 | - set _SKIP_CONFIGURE since we can just make it | Bernhard Reutner-Fischer | |
2007-08-22 | - if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped | Bernhard Reutner-Fischer | |
2007-08-22 | - don't print the second time autoreconf would be run | Bernhard Reutner-Fischer | |
2007-08-22 | - add some $(Q) here and there | Bernhard Reutner-Fischer | |
2007-08-22 | - reinstate accidentally deleted hunk | Bernhard Reutner-Fischer | |
2007-08-22 | (no commit message) | Bernhard Reutner-Fischer | |
2007-08-22 | - forgot to include the Config.in | Bernhard Reutner-Fischer | |
2007-08-22 | - pass TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
2007-08-22 | - honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES | Bernhard Reutner-Fischer | |
2007-08-22 | - fix typo | Bernhard Reutner-Fischer | |
- Start to add infrastructure to be able to download a patch. | |||
2007-08-22 | - add pptp-linux | Bernhard Reutner-Fischer | |
2007-08-22 | - was broken by the patch omitting the CFLAGS for configure | Bernhard Reutner-Fischer | |
- misc cleanup while at it | |||
2007-08-22 | - use proper include dir (Simon Pasch) | Bernhard Reutner-Fischer | |
- cleanup a little while at it | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-22 | - random whitespace cleanup | Bernhard Reutner-Fischer | |
2007-08-22 | - fix unpacking the tarballs, minor cleanups while at it. | Bernhard Reutner-Fischer | |
2007-08-22 | - use the BZCAT/ZCAT as configured by the user | Bernhard Reutner-Fischer | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-22 | - fix patch regex | Bernhard Reutner-Fischer | |
2007-08-22 | Remove bzero dependencies in bash | Ulf Samuelsson | |
2007-08-22 | Fix bad patch naming scheme | Ulf Samuelsson | |
2007-08-22 | - drop circular dependency | Bernhard Reutner-Fischer | |
2007-08-22 | - improve the way host prerequisites for "dependencies" are established | Bernhard Reutner-Fischer | |
2007-08-22 | - use the correct host compiler | Bernhard Reutner-Fischer | |
2007-08-22 | - fix wrong help-text | Bernhard Reutner-Fischer | |
2007-08-21 | - make sure that sstrip is available early enough | Bernhard Reutner-Fischer | |
2007-08-21 | - add question for Ulf | Bernhard Reutner-Fischer | |
2007-08-21 | - more cleanup (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-08-21 | - fixup whitespace damage after ulf | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | - remove a superfluous semicolon | Bernhard Reutner-Fischer | |
2007-08-21 | - pull in patches from debian. | Bernhard Reutner-Fischer | |
2007-08-21 | - our dependencies are project specific. First (untested) attempt to take ↵ | Bernhard Reutner-Fischer | |
this fact into account. Will need to try to copy eventual pre-existing project-specific deps back to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds).. | |||
2007-08-21 | - move the PROJECT variable setting to a more sensible place | Bernhard Reutner-Fischer | |
2007-08-21 | - honour BR2_HAVE_MANPAGES | Bernhard Reutner-Fischer | |
2007-08-21 | - bump version to 2.2.6 | Bernhard Reutner-Fischer | |
2007-08-21 | - forgot to add this file to go with r19619 | Bernhard Reutner-Fischer | |
2007-08-21 | - add handling of lzma for the host (unconditionally for now) | Bernhard Reutner-Fischer | |
- remove non-working attempt to install an lzma to the host via sudo | |||
2007-08-21 | - start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGES | Bernhard Reutner-Fischer | |
- always error out if ldconfig for the target fails (was inconsistent..) | |||
2007-08-21 | Use $(BZCAT) instead of bzcat | Ulf Samuelsson | |
2007-08-21 | - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the | Bernhard Reutner-Fischer | |
respective documentation on your target filesystem. |