summaryrefslogtreecommitdiffstats
path: root/scripts/test
Commit message (Collapse)AuthorAgeFilesLines
* lzma: remove 'target' from lzma package namePeter Korsgaard2009-10-261-1/+1
| | | | | | We normally don't do this, and it makes using Makefile.autotools.in harder. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* script: use qstripThomas Petazzoni2009-09-051-3/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* buildroot: fix fallout after qtopia4 -> qt renamePeter Korsgaard2009-08-031-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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.
* 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-291-0/+7
|
* Fix buildall script to use testbed in scripts/testUlf Samuelsson2009-01-241-85/+169
|
* Add test configuration but do not include it by defaultUlf Samuelsson2009-01-241-0/+633