summaryrefslogtreecommitdiffstats
path: root/scripts/ptxdist_vars.sh
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete and broken klibc/initramfsMichael Olbrich2018-05-301-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* root-debug: remove it everywhereMichael Olbrich2016-07-231-1/+0
| | | | | | | | | | | Separate debug files in .debug/ directories in root/ have been available for some time. This is supported by all modern toolchains and much less confusing. Remove all references to root-debug except for cleaning: This way there won't be old root-debug/ directories lying around after upgrading and running 'ptxdist clean' or 'ptxdist clean root'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* improve PTXdist release for license reporting mechanismMichael Olbrich2015-10-271-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* templates: allow overwriting template files in the BSPMichael Olbrich2014-03-071-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: don't create the logfile until the platformdir is verifiedMichael Olbrich2014-02-251-3/+0
| | | | | | | This way ptxdist won't create platform/logfile before the correct platformconfig is selected. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxdist_vars] remove obsolete variablesMichael Olbrich2010-10-281-9/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxdist_vars] rename build-target-klibc -> build-klibc-targetMarc Kleine-Budde2009-12-251-1/+1
| | | | | | | This helps people using tab completion a lot. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Acked-by: Jon Ringle <jon@ringle.org>
* [ptxdist] add klibc- packages infrastructureJon Ringle2009-11-041-0/+1
| | | | | | Signed-off-by: Jon Ringle <jon@ringle.org> [mkl: split into smaller patches, add support for generic extract stage] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [dgen] updates to support dependencies in ipkg filesMarc Kleine-Budde2009-06-141-2/+1
| | | | | | | | | - fix generation of package to filename mapping - generate package to dependecy mapping Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10773 33e552b5-05e3-0310-8538-816dae2090ed
* [ptxdist_vars] namespace cleanup: PTX_LIBDIR -> PTXDIST_LIB_DIRMarc Kleine-Budde2009-06-141-1/+1
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10771 33e552b5-05e3-0310-8538-816dae2090ed
* add variable PTXDIST_GEN_CONFIG_DIRMarc Kleine-Budde2009-05-311-0/+3
| | | | | | | | | | | | | | introduced variable pointing to directory where generated config files should be stored. to be more precise, config files, that are interesting not only in ptxdist, e.g.: - gdbinit - toolchain.cmake this directory is created automatically by ptxdist Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10618 33e552b5-05e3-0310-8538-816dae2090ed
* * ptxdist_vars.sh:Marc Kleine-Budde2009-01-041-0/+1
| | | | | | | add migration dir git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9366 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh, scripts/lib/ptxd_lib_kgen.sh, scripts/dgen.sh, ↵Marc Kleine-Budde2008-11-121-8/+8
| | | | | | | | | | scripts/libptxdist.sh, rules/post/world.make, rules/other/Toplevel.make, bin/ptxdist: dependency generator v3 activated new menuconfig package feature added git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9106 33e552b5-05e3-0310-8538-816dae2090ed
* * move template files into templates-dirWolfram Sang2008-08-261-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8782 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh, scripts/dgen.sh, scripts/libptxdist.sh, bin/ptxdist:Marc Kleine-Budde2008-07-081-3/+0
| | | | | | | menuconfig, oldconfig simplification git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8622 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh, scripts/dgen.sh, scripts/libptxdist.sh, ↵Marc Kleine-Budde2008-06-091-2/+0
| | | | | | | | | bin/ptxdist, rules/other/Definitions.make: introduce "--" option parser, that allows overwriting of toolchain, platformconfig and ptxconfig git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8477 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh:Marc Kleine-Budde2008-06-051-1/+0
| | | | | | | removed dgendir git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8413 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh, scripts/dgen.sh, scripts/libptxdist.sh, ↵Marc Kleine-Budde2008-05-131-0/+1
| | | | | | | | | config/setup/Kconfig, config/setup/ptxdistrc.default, bin/ptxdist: simplified usage of kconfig git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8154 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh, scripts/libptxdist.sh, bin/ptxdist:Marc Kleine-Budde2008-04-171-0/+3
| | | | | | | | added marks to logfile to identify the individual ptxdist calls thanks to Enrik Berkhan for the implementation and inspiration git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8065 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh, scripts/dgen.sh:Marc Kleine-Budde2008-04-161-0/+2
| | | | | | | introduced PTX_MAP_ALL_MAKE git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8036 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh:Marc Kleine-Budde2008-04-121-0/+1
| | | | | | | moved PKGDIR here git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7961 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh, scripts/dgen.sh, scripts/libptxdist.sh, bin/ptxdist:Marc Kleine-Budde2008-04-111-10/+10
| | | | | | | cleaned up platform stuff git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7935 33e552b5-05e3-0310-8538-816dae2090ed
* * platform support: added pending changesRobert Schwebel2008-04-101-8/+10
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7931 33e552b5-05e3-0310-8538-816dae2090ed
* * ptxdist: add platformconfigRobert Schwebel2008-02-121-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7745 33e552b5-05e3-0310-8538-816dae2090ed
* * ptxdist_vars: take care of pre- and post files.Robert Schwebel2007-01-021-2/+5
| | | | | | | Merged from branches/ptxdist-trunk-mkl by rsc. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6666 33e552b5-05e3-0310-8538-816dae2090ed
* Use directory names from ptxdist_vars.sh rather than hardcoded values.Ladislav Michl2006-10-181-1/+2
| | | | | | | Create working directories in check_dirs git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6175 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh, rules/pre/Rules.make, rules/other/Toplevel.make:Marc Kleine-Budde2006-08-011-0/+2
| | | | | | | added project specific prerulesfiles git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@5966 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/ptxdist_vars.sh:Marc Kleine-Budde2006-06-091-1/+1
| | | | | | | adjusted dgen dir, dgen.sh lives now in scripts git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5689 33e552b5-05e3-0310-8538-816dae2090ed
* * put ptxdist version stuff into separate file; merged fromRobert Schwebel2006-05-211-0/+25
mkl-trunk. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5531 33e552b5-05e3-0310-8538-816dae2090ed