summaryrefslogtreecommitdiffstats
path: root/rules/project-name.in
Commit message (Collapse)AuthorAgeFilesLines
* ptxd_make_world_report_yaml: add source git commit if requested and availableMichael Olbrich2024-03-161-0/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* treewide: Let codespell fix some spelling errorsAlexander Dahl2024-02-021-1/+1
| | | | | | | | Command run: `codespell -w -i3 platforms/*.in rules/*.in` Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20240131140354.229535-1-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* new license report toolingMichael Olbrich2023-10-291-0/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfig: make reproducible builds configurableMichael Olbrich2019-04-121-0/+61
| | | | | | | | | | | | | | | | | | | | Some PTXdist packages use SOURCE_DATE_EPOCH to make the build more reproducible. Make this behaviour more configurable via a newly introduced ptxdist options. And make it possible to disable the stable SOURCE_DATE_EPOCH via 'ptxdist setup'. By default, this will set SOURCE_DATE_EPOCH to the year and month of the PTXdist version. Using the toolchain version and a custom value is also possible. Move setting SOURCE_DATE_EPOCH to the scripts that are evaluated just before make is called. This way, the toolchain setup and validation already happened. Otherwise ptxd_timestamp_toolchain() may fail early before the relevant checks and errors. Based on a patch from Florian Bäuerle <florian.baeuerle@allegion.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove old base platform codeMichael Olbrich2018-06-041-132/+0
| | | | | | It's obsolete and broken. dev packages should be used instead. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* project-name: add option to check license information when building the packagesMichael Olbrich2015-12-111-0/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* project-name.in: Syntax corrections and the like, mainly around pre-build -> ↵Jochen Frieling2015-02-191-19/+20
| | | | | | | pre-built Signed-off-by: Jochen Frieling <j.frieling@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* project-name: the versions should start with a '-'Michael Olbrich2014-07-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* project-name: let {PROJECT,PLATFORM}_VERSION default to PTXDIST_BSP_AUTOVERSIONMichael Olbrich2014-06-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist getdev: Download dev packages from ${PTXCONF_PROJECT_DEVMIRROR}Jon Ringle2014-01-291-0/+9
| | | | | | | | | | | | | This patch allows you to setup a dev package mirror to hold *-dev.tar.gz packages. Upload your *-dev.tar.gz packages to your mirror, then you can avoid rebuilding all your packages by doing: ptxdist getdev Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* PTXdist: be more helpful using the pre-build archive featureJuergen Beisert2014-01-231-3/+15
| | | | | | | To make use of this helpful PTXdist feature, help a new user to understand how to configure her/his project. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* [platform] add options for an in-BSP base platformMichael Olbrich2010-07-191-0/+17
| | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [production] rename PROD_PLATFORMDIR -> BASE_PLATFORMDIRMichael Olbrich2010-07-191-0/+4
| | | | | | | | This the preparation to have a base platform that is not provided by a production build. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* {PROJECT,PLATFORM}_VERSION: add note about "-" usageMarc Kleine-Budde2010-06-251-0/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [install] use chrpath in ptxd_make_world_install_unpack to fix the rpath of ↵Michael Olbrich2010-04-231-0/+1
| | | | | | host-tools Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [packages] add config options to build/use devel packagesMichael Olbrich2010-04-221-0/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [project-name] support for "production" buildsMarc Kleine-Budde2009-08-171-0/+40
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [project-name] add support to build "production" releasesMarc Kleine-Budde2009-08-071-0/+72
| | | | | | | | In a production release the platformdir doesn't live in the workspace rather it is located in a different location. By default it will be placed in "/opt/OSELAS". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [project-name] re-add project_vendorMarc Kleine-Budde2009-08-071-0/+7
| | | | | | ...which was lost during init system restructuring. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [Kconfig] move "project name" menu into own fileMarc Kleine-Budde2009-08-071-0/+27
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>