summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Makefile: add "make_release" target to create a release in gitMarc Kleine-Budde2010-11-191-0/+95
* [ptxd_make_world_patchin] alias: call git-ptx-patches directlyMarc Kleine-Budde2010-08-021-1/+1
* [dgen] don't define convenience variables for host/cross package without corr...ptxdist-2010.08.0Michael Olbrich2010-08-021-4/+7
* [ptxd_make_world_init] sanatize pkg_pkg_dir for host/cross packagesMichael Olbrich2010-08-021-0/+2
* [ptxd_make_import] add standard headerMarc Kleine-Budde2010-07-311-0/+8
* [migrate] add patterns for rc.d link changesMichael Olbrich2010-07-271-0/+17
* [extract] explicitly disallow <PKG>_SOURCE for file:// URLsMichael Olbrich2010-07-271-1/+4
* [ptxd_make_import] cope with commentsMarc Kleine-Budde2010-07-261-6/+6
* [dgen] create non-existing source stagesMichael Olbrich2010-07-191-0/+27
* [platform] make it possible to use a collectionconfig with a base platformMichael Olbrich2010-07-193-16/+31
* [platform] add options for an in-BSP base platformMichael Olbrich2010-07-191-10/+16
* [production] rename PROD_PLATFORMDIR -> BASE_PLATFORMDIRMichael Olbrich2010-07-192-14/+14
* Merge branch 'next/image_cleanups' of git://git.pengutronix.de/git/mkl/ptxdistMarc Kleine-Budde2010-07-1611-252/+366
|\
| * [ptxd_make_image_prepare_work_dir] provide function to prepare the image work...Marc Kleine-Budde2010-07-161-0/+74
| * [ptxd_make_image_fix_permissions] clean up implementationMarc Kleine-Budde2010-07-161-16/+19
| * [ptxd_make_image_fix_permissions] get rid of cmd line option -pMarc Kleine-Budde2010-07-161-14/+7
| * [ptxd_make_image_fix_permissions] get rid of cmd line option -rMarc Kleine-Budde2010-07-161-8/+4
| * [ptxd_make_image_fix_permissions] refactore function names to match file nameMarc Kleine-Budde2010-07-161-9/+8
| * [fix permissions] rename ptxd_make_fixpermissions.sh -> ptxd_make_image_fix_p...Marc Kleine-Budde2010-07-161-0/+0
| * [ptxd_make_image_common] provide function to get selected ipkg filesMarc Kleine-Budde2010-07-161-0/+77
| * [ptxd_make_xpkg_common] introduce ptxd_do_xpkg_mapMarc Kleine-Budde2010-07-161-0/+24
| * [ptxd_make_xpkg_prepare] use pkg_xpkg_version for ipkg control fileMarc Kleine-Budde2010-07-152-5/+4
| * [ptxd_make_xpkg_prepare] provide a sanitized pkg_xpkg_versionMarc Kleine-Budde2010-07-151-1/+11
| * [ptxd_make_xpkg_fixup] use pkg_xpkg for ipkg control fileMarc Kleine-Budde2010-07-153-40/+29
| * [targetinstall] sanitize xpkg variableMarc Kleine-Budde2010-07-151-0/+7
| * [ptxd_make_xpkg_fixup] rename ptxd_make_install_fixup to ptxd_make_xpkg_fixupMarc Kleine-Budde2010-07-151-2/+2
| * [ptxd_make_xpkg_fixup] ged rid of cmd line options -f and -tMarc Kleine-Budde2010-07-151-24/+9
| * [ptxd_make_xpkg_fixup] ged rid of cmd line options -p and -sMarc Kleine-Budde2010-07-151-16/+2
| * [ptxd_make_xpkg_fixup] remove obsolete sourcing of "ptxdist_vars.sh"Marc Kleine-Budde2010-07-151-2/+0
| * [ptxd_make_xpkg_fixup] remove PTXCONF_PROJECT_BUILDMarc Kleine-Budde2010-07-151-1/+1
| * [ptxd_make_xpkg_fixup] move ptxd_make_xpkg_fixup.shMarc Kleine-Budde2010-07-151-0/+0
| * [ptxd_make_xpkg_finish] use ptx_nfsroot instead of ROOTDIRMarc Kleine-Budde2010-07-151-3/+3
| * [ptxd_make_xpkg_finish] use PTXDIST_PATH_RULESMichael Olbrich2010-07-151-5/+2
| * [ptxd_make_xpkg_prepare] move default.ipkg to config/xpkg/ipkg.controlMarc Kleine-Budde2010-07-151-1/+1
| * [ptxd_make_xpkg_prepare] clean up shell implementationMarc Kleine-Budde2010-07-151-33/+17
| * [ptxd_make_xpkg_prepare] ged rid of cmd line options -p and -tMarc Kleine-Budde2010-07-151-25/+2
| * [ptxd_make_install_init] move into ptxd_make_xpkg_prepare.shMarc Kleine-Budde2010-07-152-86/+95
| * [ptxd_make_00-init] introduce PTXDIST_PATH_RULESMarc Kleine-Budde2010-07-151-0/+3
| * [ptxd_get_path] return with error if first argument is emptyMarc Kleine-Budde2010-07-151-0/+2
| * [libptxdist] rename "ptxd_get_dirs" -> "ptxd_get_path"Marc Kleine-Budde2010-07-152-5/+8
| * [libptxdist] ptxd_replace_magic: don't replace unset MAGICsMarc Kleine-Budde2010-07-151-4/+10
| * [libptxdist] remove obsolete DOPERMISSIONS definitionMarc Kleine-Budde2010-07-151-7/+0
* | [pkg-config-wrapper] add bit of documentation to the codeMarc Kleine-Budde2010-07-161-4/+11
* | [git-ptx-patches] add -N to 'git format-patch'Michael Olbrich2010-07-091-1/+1
* | [ptxd_lib_cfgchg] avoid false positives when checking for changed optionsMichael Olbrich2010-07-081-3/+12
* | [patchin] define git alias 'ptx-patches' to update the ptxist patch seriesMichael Olbrich2010-07-082-0/+85
* | [udev] version bump 150 -> 158Michael Olbrich2010-07-021-0/+6
* | [dgen] use targetinstall.post instead of targetinstall for package dependenciesMichael Olbrich2010-07-011-2/+2
* | Fix dependencies to files in projectrootRemy Bohmer2010-07-013-1/+13
|/
* [collection] the '-q' option breaks 'ptxdist -q allyesconfig collection'Remy Bohmer2010-06-271-0/+5