summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* ptxd_make_meson_cross_file: set corect meson architecture for x86, aarch64 an...Michael Olbrich2020-02-051-0/+5
* configure_helper: allow passing --force to ptxdistRoland Hieber2020-01-241-2/+7
* ptxd_make_world_common: allow python3 == host-system-python3 as build toolMichael Olbrich2020-01-241-0/+2
* ptxd_get_ipkg_files: resolve globs when calling ptxd_get_path()Michael Olbrich2020-01-231-1/+1
* ptxd_install_setup_src: fail if the file is not foundMichael Olbrich2020-01-231-0/+1
* ptxd_get_path: don't use 'eval'Michael Olbrich2020-01-231-1/+5
* wrapper: add python wrapperMichael Olbrich2020-01-231-0/+45
* ptxd_lib_dgen: also provide all (recursive) deps for each packageMichael Olbrich2020-01-231-0/+34
* ptxd_lib_dgen: add helper to get depsMichael Olbrich2020-01-231-7/+7
* ptxd_kconfig: fix line continuationptxdist-2020.01.0Ulrich Ölmann2020-01-231-1/+1
* ptxd_make_world_patchin: make sure no quiltrc is usedMichael Olbrich2020-01-221-1/+1
* ptxd_make_world_common: allow explicit parallel building for python packagesMichael Olbrich2019-12-062-2/+5
* git-ptx-patches: call git in a pristine environmentRoland Hieber2019-12-051-2/+17
* bash_completion: use '_have' instead of 'have'Roland Hieber2019-11-281-1/+1
* ptxd_make_nfsd: fix typo in variable nameMichael Olbrich2019-11-261-4/+4
* ptxd_lib_dgen: handle missing config files betterMichael Olbrich2019-11-261-0/+5
* ptxd_make_kconfig_setup: print error message if something goes wrongMichael Olbrich2019-11-261-0/+7
* package templates: Add barebox-imx-habv4 templateSascha Hauer2019-11-262-0/+65
* image-kernel-fit: Add packageSascha Hauer2019-11-261-0/+132
* Add initial code signing supportSascha Hauer2019-11-261-0/+259
* config: boardsetup: add nfs client specificationsAlexander Aring2019-11-241-1/+6
* handle PTXCONF_KERNEL_ARCH_STRING removal for upgradesMichael Olbrich2019-11-241-0/+8
* scripts/lib: fix indentionMichael Olbrich2019-11-176-28/+28
* ptxd_make_world_init: rework parallel building optionsMichael Olbrich2019-11-172-8/+33
* configure_helper: blacklist Meson builtin optionsPhilipp Zabel2019-11-151-0/+13
* add scons conf toolLadislav Michl2019-11-154-2/+31
* ptxd_make_world_clean: delete images if definedMichael Olbrich2019-10-291-0/+7
* libptxdist: add new function ptxd_execMichael Olbrich2019-10-291-0/+10
* ptxd_lib_dgen: propagate config changes for virtual packagesMichael Olbrich2019-10-291-2/+4
* configure_helper: blacklist --wrap-mode optionPhilipp Zabel2019-10-171-1/+1
* configure_helper.py: be more verbose when calling ptxdist failsRoland Hieber2019-10-171-4/+9
* ptxd_lib_dgen: fix <PKG>_CONFIG handlingMichael Olbrich2019-10-151-3/+4
* ptxd_make_world_init: unset MAKELEVELMichael Olbrich2019-10-101-0/+3
* ptxd_lib_dgen: make sure the package license report is regenerated as neededMichael Olbrich2019-10-101-1/+4
* pkg-config-wrapper: remove sysroot only from specified variablesMichael Tretter2019-10-081-3/+3
* ptxd_lib_dgen: make sure <PKG>_CONFIG is only evaluated onceMichael Olbrich2019-10-061-0/+3
* ptxd_lib_dgen: remove unnecessary dependency on the config filesMichael Olbrich2019-10-061-9/+0
* ptxd_lib_dgen: speed up hash generationMichael Olbrich2019-10-062-7/+77
* ptxd_make_world_patchin: allow specifying a custom patch directoryMichael Olbrich2019-10-032-5/+10
* rules: add PTX_PACKAGES_ALL and PTX_PACKAGES_DISABLEDMichael Olbrich2019-10-031-0/+3
* ptxd_make_world_kconfig: handle oot builds correctlyMichael Olbrich2019-09-281-0/+1
* host-meson: version bump 0.49.2 -> 0.51.1Lucas Stach2019-09-281-1/+1
* ptxd_make_world_init: fix parallel building with ninja without jobserverMichael Olbrich2019-09-281-2/+4
* ptxd_normalize_config: fix typo in variable nameRoland Hieber2019-09-191-11/+11
* ptxd_make_world_prepare_init: allow keeping the build tree during prepare for...Michael Olbrich2019-09-162-4/+8
* ptxd_make_world_install_post: check the correct path before replacing itMichael Olbrich2019-09-161-1/+1
* ptxd_make_world_clean_sysroot: don't change the current directoryMichael Olbrich2019-09-161-5/+4
* ptxd_make_meson_cross_file: use ptxd_get_alternative to allow a custom cross-...Michael Olbrich2019-09-111-1/+3
* ptxd_lib_dgen: handle removed patches betterMichael Olbrich2019-09-081-2/+3
* wrapper: add support for clang with OSELAS.ToolchainMichael Olbrich2019-09-078-10/+64