summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts/package wizard: clarify the steps after the wizardMarkus Heidelberg2009-05-031-9/+21
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scripts/package wizard: add support for subdirsMarkus Heidelberg2009-05-031-5/+22
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scripts/package wizard: delete trailing whitespace and empty linesMarkus Heidelberg2009-05-031-3/+1
| | | | | | | | In this script and in the .mk output. Let's avoid unnecessary whitespace issues in new packages created with this wizard. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scripts/package wizard: make workable from TOPDIRMarkus Heidelberg2009-05-031-3/+4
| | | | | | | | Before you to had to be in a subdirectory, for example package/ Now you can call it from anywhere. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scripts/setlocalversion: Renamed 'git-svn' to 'git svn'Peter Korsgaard2009-03-261-1/+1
| | | | | | Git 1.6.x+ got rid of git-<subcommand> in the normal path. Signed-off-by: Michael Roth <mroth@nessie.de>
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-181-1/+0
| | | | | | | | | | | | | 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.
* setlocalversion: sync with HEAD of kernel gitPeter Korsgaard2009-02-031-5/+9
| | | | Outputs correct svn revision (latest change, not repo version).
* Update buildall.sh with result of latest ARM tests + whitespace cleanupsUlf Samuelsson2009-02-021-346/+324
|
* Create a log file as well as stdout during testUlf Samuelsson2009-02-021-35/+36
|
* Do not build target compiler during testUlf Samuelsson2009-02-021-2/+1
|
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-301-1/+1
| | | | Package configs should start with BR2_PACKAGE_.
* run test with some knowledge of ARCHUlf Samuelsson2009-01-292-0/+9
|
* Update verification scripts and status for ARM buildUlf Samuelsson2009-01-253-51/+147
|
* Fix buildall script to use testbed in scripts/testUlf Samuelsson2009-01-242-85/+178
|
* Add test configuration but do not include it by defaultUlf Samuelsson2009-01-241-0/+633
|
* package/: remove deprecated and broken raidtool2 packagePeter Korsgaard2009-01-231-1/+0
|
* Update tester scriptUlf Samuelsson2009-01-221-514/+323
|
* Add help script for testingUlf Samuelsson2009-01-221-0/+111
|
* Update buildall.sh scriptUlf Samuelsson2009-01-161-44/+96
|
* Update package buildscriptUlf Samuelsson2009-01-151-4/+32
|
* Update buildall.sh scriptUlf Samuelsson2009-01-131-6/+7
|
* Remove conditional clause which disables building some packagesUlf Samuelsson2009-01-121-6/+9
|
* Add some whitespace to output, aligning comments, when addedUlf Samuelsson2009-01-121-2/+2
|
* Add buildall script for testing many/most packages separately with build ↵Ulf Samuelsson2009-01-111-0/+460
| | | | logs and documentation for this and mkpkg
* Bug fix for mkpkg scriptUlf Samuelsson2009-01-111-4/+4
|
* Add script allowing better overview of build status of single packagesUlf Samuelsson2009-01-101-0/+45
|
* Do not copy linux config with higher minor version than current kernelUlf Samuelsson2009-01-031-6/+25
|
* Apply some care, when copying the linux configuration fileUlf Samuelsson2009-01-021-9/+51
|
* scripts/setlocalversion: update deprecated git-<command> usageWade Berrier2008-12-231-1/+1
| | | | | | Git is moving away from the git-<command> to git <command> git-svn -> git svn
* new package wizard: change bash-specific constructPeter Korsgaard2008-10-221-2/+1
| | | | | | | | 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.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* some enhancements to the build-ext3-img scriptJohn Voltz2008-05-011-5/+5
|
* Fix bad use of symbolUlf Samuelsson2008-04-061-0/+1
|
* setlocalversion: add git-svn supportPeter Korsgaard2008-04-011-1/+6
|
* buildroot: add /etc/br-version with version info to target dirPeter Korsgaard2008-03-311-0/+63
|
* Add some robustness to linux configurationUlf Samuelsson2008-03-291-0/+14
|
* fixed typo in scriptJohn Voltz2008-03-111-1/+1
|
* more robust development files in target handlerJohn Voltz2008-03-111-0/+20
|
* some buildroot helper scriptsJohn Voltz2008-03-063-0/+328