summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_template.sh
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* templates: src-meson-prog: introduce version into template projectUlrich Ölmann2019-06-051-1/+1
| | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* templates: add src-meson-prog templateUlrich Ölmann2019-06-051-0/+7
| | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove obsolete and broken klibc/initramfsMichael Olbrich2018-05-301-10/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* newpackages: provide the M4 macro directory to the wizard scriptJuergen Borleis2014-07-111-2/+3
| | | | | | | | | | In order to be able to keep all our cross compile M4 macros at a single location and share it between all autotools based templates we must forward the location of the M4 macros to the wizard script. This change adds a second parameter when calling the template's wizard. Older wizards will ignore it so it should not confuse existing templates. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* add bootloader spec entry templateMichael Olbrich2014-06-171-0/+23
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* templates: allow overwriting template files in the BSPMichael Olbrich2014-03-071-5/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* templates: remove fancy version magicMichael Olbrich2014-03-071-1/+1
| | | | | | | It confuses most people and is rarely used. It's just templates, so if someone needs something like that, it can be added to the generated rules. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_template_new_image_tgz: fix filenameMichael Olbrich2012-10-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* newpackage: add possibility to create extra barebox packagesptxdist-2012.09.0Marc Kleine-Budde2012-09-061-0/+11
| | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_lib_template: image-genimage: use package name as default config nameMichael Olbrich2012-07-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_lib_template: image files should start with 'image-'Michael Olbrich2012-07-031-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_lib_template: print paths relative to $PWDMichael Olbrich2012-07-031-3/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* templates: add image-genimage templateMichael Olbrich2012-06-141-0/+19
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* templates: add image-tgz templateMichael Olbrich2012-06-141-0/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* templates: be more verbose when generating filesMichael Olbrich2012-06-141-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_lib_template: don't use '-' in function namesMichael Olbrich2011-12-191-17/+17
| | | | | | It seems to cause some really strange errors. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add template for extra kernelMichael Olbrich2011-12-171-0/+24
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_template: rewriteMichael Olbrich2011-12-171-200/+321
| | | | | | | - make adding new templates easier - make it possible to add external templates Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* move template generation to a separate scriptMichael Olbrich2011-12-171-0/+226
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>