summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* libptxdist: fix including scripts/lib/ptxd_make_*.shptxdist-2011.04.1stable/ptxdist-2011.04.xMichael Olbrich2011-04-131-2/+5
* ptxd_make_bootable: do nothing if no bootloader is selectedptxdist-2011.04.0Michael Olbrich2011-03-311-2/+4
* barebox: improve installing barebox on x86Michael Olbrich2011-03-281-1/+23
* image_hd: move bootloader selection into a functionMichael Olbrich2011-03-281-1/+41
* libptxdist: load scripts/lib/ptxd_make_* scripts from the BSPMichael Olbrich2011-03-282-2/+9
* ptxd_make_world_extract: fix typoMichael Olbrich2011-03-211-1/+1
* genhdimg: write as little as possibleMichael Olbrich2011-03-171-90/+15
* image_hd: fix installing grubMichael Olbrich2011-03-171-2/+2
* image_hd: move adding the bootloader to a separate scriptMichael Olbrich2011-03-152-46/+129
* scripts: add ptxd_filter_dirMichael Olbrich2011-03-101-0/+36
* owfs: use '|| ALLYES' when depending on !BUSYBOX_*Michael Olbrich2011-02-021-0/+9
* ptxd_kconfig: export all necessary functionsMichael Olbrich2011-01-262-0/+4
* prepare: add -DCMAKE_TOOLCHAIN_FILE=... to {CROSS,HOST}_CMAKE_*Michael Olbrich2011-01-261-11/+2
* [ptxd_make_world_patchin] use ptxd_in_path to find patch dirMichael Olbrich2011-01-241-5/+3
* [ptxd_lib_dgen] use ptxd_in_path to find existing dirs in PTXDIST_PATH_RULESMichael Olbrich2011-01-241-4/+2
* [ptxd_make_xpkg_finish] use ptxd_in_path to search in PTXDIST_PATH_RULESMichael Olbrich2011-01-241-1/+1
* [ptxd_make_xpkg_prepare] use ptxd_in_path to search in PTXDIST_PATH_RULESMichael Olbrich2011-01-241-1/+1
* [libptxdist] add ptxd_in_path to find files in ":" separated pathsMichael Olbrich2011-01-191-0/+22
* Revert "[dgen] use targetinstall.post instead of targetinstall for package de...Michael Olbrich2011-01-151-2/+2
* [kconfig] update to kconfig from linux 2.6.37-rc7Arnaud Lacombe2010-12-238-338/+391
* [ptxd_make_xpkg_pkg] use 'readelf' to check if a file can be strippedMichael Olbrich2010-11-241-1/+1
* install_tree: add "not stripping" optionMarc Kleine-Budde2010-11-231-2/+4
* [kconfig] don't fail writing deps when the config file is not up to date.Michael Olbrich2010-11-192-2/+2
* [collection] generate valid kconfig files for "ptxdist collectionconfig"Michael Olbrich2010-11-181-16/+3
* [kconfig] fix bug in kconfig dependency output patchMichael Olbrich2010-11-172-2/+2
* Merge branch 'next/kconfig'Michael Olbrich2010-11-1741-1967/+4614
|\
| * ptxdist: enable building nconf and add option to use itMichael Olbrich2010-11-171-0/+4
| * kconfig: update with kconfig from linux-2.6.37-rc2Michael Olbrich2010-11-1741-1967/+4610
* | [devpkg] be smarter when looking for dev packagesMichael Olbrich2010-11-161-4/+14
* | [dgen] add -$(PTXCONF_ARCH_STRING)- to the devpkg namesMichael Olbrich2010-11-161-1/+1
* | [ptxd_lib_dgen] use gawk because 'gensub()' is not POSIX awkMichael Olbrich2010-11-111-1/+1
* | [libptxdist] use set -a for ptxd_source_kconfigMichael Olbrich2010-11-061-9/+6
* | [libptxdist] export ptxd_source_kconfigMichael Olbrich2010-11-051-0/+1
* | [ptxd_make_world_clean] delete dev packagesMichael Olbrich2010-11-051-0/+6
* | [ptxd_make_xpkg_pkg] don't add dependencies for files in PTXDIST_PLATFORMDIRMichael Olbrich2010-11-051-0/+3
* | [ptxd_lib_kgen] resore IFSMichael Olbrich2010-11-041-0/+2
|/
* fix failing cd in prepare stage if <PKG>_CONF_TOOL=NO and empty extractptxdist-2010.11.0Remy Bohmer2010-11-031-1/+1
* [ptxd_make_00-init] prevent endless loop for collections with base platformMichael Olbrich2010-10-291-0/+4
* [kgen] cleanup kconfig menu generationMichael Olbrich2010-10-282-15/+11
* [ptxdist_vars] remove obsolete variablesMichael Olbrich2010-10-281-9/+1
* [rules] define and use PTXDIST_PATH_(PRE|POST)RULESMichael Olbrich2010-10-281-0/+6
* [dgen] cleanup makefile list generationMichael Olbrich2010-10-281-14/+14
* [scripts] define some variables earlierMichael Olbrich2010-10-282-89/+109
* [ptxdist] stricter search algorithm for install_libMichael Olbrich2010-10-271-1/+1
* [install] do nothing in install if the build directory is undefined.Michael Olbrich2010-10-271-2/+12
* [compile] do nothing in compile if the build directory is undefined.Michael Olbrich2010-10-271-0/+5
* [prepare] do nothing in prepare if the conf directory is undefined.Michael Olbrich2010-10-271-0/+5
* [extract] do nothing in extract and patching if both <PKG>_URL and <PKG>_SOUR...Michael Olbrich2010-10-272-0/+10
* [clean] use xargs to remove files from sysroot and delete empty dirsMichael Olbrich2010-10-211-3/+5
* ptxd_make_xpkg_pkg: check if strip parameter contains garbageMarc Kleine-Budde2010-10-141-7/+17