Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-26 | scripts/setlocalversion: Renamed 'git-svn' to 'git svn' | Peter Korsgaard | |
Git 1.6.x+ got rid of git-<subcommand> in the normal path. Signed-off-by: Michael Roth <mroth@nessie.de> | |||
2009-03-18 | pkgconfig: add pkgconfig package for target | Peter Korsgaard | |
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target. | |||
2009-02-03 | setlocalversion: sync with HEAD of kernel git | Peter Korsgaard | |
Outputs correct svn revision (latest change, not repo version). | |||
2009-02-02 | Update buildall.sh with result of latest ARM tests + whitespace cleanups | Ulf Samuelsson | |
2009-02-02 | Create a log file as well as stdout during test | Ulf Samuelsson | |
2009-02-02 | Do not build target compiler during test | Ulf Samuelsson | |
2009-01-30 | readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ | Peter Korsgaard | |
Package configs should start with BR2_PACKAGE_. | |||
2009-01-29 | run test with some knowledge of ARCH | Ulf Samuelsson | |
2009-01-25 | Update verification scripts and status for ARM build | Ulf Samuelsson | |
2009-01-24 | Fix buildall script to use testbed in scripts/test | Ulf Samuelsson | |
2009-01-24 | Add test configuration but do not include it by default | Ulf Samuelsson | |
2009-01-23 | package/: remove deprecated and broken raidtool2 package | Peter Korsgaard | |
2009-01-22 | Update tester script | Ulf Samuelsson | |
2009-01-22 | Add help script for testing | Ulf Samuelsson | |
2009-01-16 | Update buildall.sh script | Ulf Samuelsson | |
2009-01-15 | Update package buildscript | Ulf Samuelsson | |
2009-01-13 | Update buildall.sh script | Ulf Samuelsson | |
2009-01-12 | Remove conditional clause which disables building some packages | Ulf Samuelsson | |
2009-01-12 | Add some whitespace to output, aligning comments, when added | Ulf Samuelsson | |
2009-01-11 | Add buildall script for testing many/most packages separately with build ↵ | Ulf Samuelsson | |
logs and documentation for this and mkpkg | |||
2009-01-11 | Bug fix for mkpkg script | Ulf Samuelsson | |
2009-01-10 | Add script allowing better overview of build status of single packages | Ulf Samuelsson | |
2009-01-03 | Do not copy linux config with higher minor version than current kernel | Ulf Samuelsson | |
2009-01-02 | Apply some care, when copying the linux configuration file | Ulf Samuelsson | |
2008-12-23 | scripts/setlocalversion: update deprecated git-<command> usage | Wade Berrier | |
Git is moving away from the git-<command> to git <command> git-svn -> git svn | |||
2008-10-22 | new package wizard: change bash-specific construct | Peter Korsgaard | |
Patch by Markus Heidelberg. ${VAR//-/_} which replaces - with _ aborts with "syntax error" on a system where /bin/sh points to dash. Use tr therefor as already done in the line above rather than changing the shebang to bash. | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-05-01 | some enhancements to the build-ext3-img script | John Voltz | |
2008-04-06 | Fix bad use of symbol | Ulf Samuelsson | |
2008-04-01 | setlocalversion: add git-svn support | Peter Korsgaard | |
2008-03-31 | buildroot: add /etc/br-version with version info to target dir | Peter Korsgaard | |
2008-03-29 | Add some robustness to linux configuration | Ulf Samuelsson | |
2008-03-11 | fixed typo in script | John Voltz | |
2008-03-11 | more robust development files in target handler | John Voltz | |
2008-03-06 | some buildroot helper scripts | John Voltz | |