summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* release 2023.07.0v2023.07.0Michael Olbrich2023-07-051-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: drop clang hackMichael Olbrich2023-06-281-7/+1
| | | | | | We can now build all toolchains on all distros Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfig: update version to 2023.XX.0 do distinguish devel builds from last ↵Michael Olbrich2023-06-081-0/+6
| | | | | | release Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2022.10.0v2022.10.0Michael Olbrich2022-10-281-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfig: update version to 2022.XX.0 do distinguish devel builds from last ↵Michael Olbrich2022-09-291-0/+6
| | | | | | release Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2021.07.0v2021.07.0Michael Olbrich2021-07-061-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: add excludes for rustMichael Olbrich2021-07-051-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gdb: always build with python supportMichael Olbrich2021-05-211-3/+2
| | | | | | | | Disabling Python support was a crude hack to minimize dependencies for binary tarballs. This doesn't make sense any more since there are now several other dependencies anyways. So just drop the hack. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfig: update version to 2021.XX.0 do distinguish devel builds from last ↵Michael Olbrich2021-05-211-0/+6
| | | | | | release Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2020.08.0v2020.08.0Michael Olbrich2020-08-281-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gencontrol.sh: don't build all toolchains by defaultMichael Olbrich2020-08-271-1/+7
| | | | | | | | | | The clang toolchains fail to build on Ubuntu Xenial. So we have several toolchains that come in pairs: one with clang and one without but otherwise identical. Build only one of them. The non-clang version on Ubuntu Xenial and the clang version everywhere else. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: recommend dev packages needed for gcc plugin developmentMichael Olbrich2020-08-271-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: build.sh: add version sanity checkMichael Olbrich2020-05-111-0/+8
| | | | | | | Creating the Debian packages will fail if the version does not match, so check it first. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2019.09.0v2019.09.0Michael Olbrich2019-09-051-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gencontrol.sh: update latest version from sidMichael Olbrich2019-09-051-1/+1
| | | | | | | | We have on explicit Python version in the dependencies. This is needed to build that 'sid' packages with a Python version that is not yet the default. Update this version to 3.8. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove special DESTDIR handlingMichael Olbrich2019-09-032-7/+9
| | | | | | | | Use the regular <platform>/sysroot-cross instead. The toolchain is relocatable. Building it in /opt is not necessary and it is currently broken anyways. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian/rules: add exclude list to dh_makeshlibs as wellMichael Olbrich2019-09-021-0/+4
| | | | | | It should ignore target libs as well. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-toolchain-tgz: strip host binaries only for the tarballMichael Olbrich2019-09-021-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: WIP versionMichael Olbrich2019-07-041-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gencontrol.sh: make sure the package name does not contain upper-case lettersMichael Olbrich2019-07-041-2/+3
| | | | | | | | Otherwise dpkg-gencontrol will abort the build. This can happen when the Version contains XX before an official release. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* allow building toolchains for UbuntuMichael Olbrich2019-03-212-5/+18
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2018.12.0v2018.12.0Michael Olbrich2018-12-131-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: allow python3.7-devMichael Olbrich2018-12-131-1/+1
| | | | | | | | The default python in buster is currently Python 3.6 but that will probably change in the near future. Allow python3.7-dev as build dependency so we can use it to build the debian packages for buster/sid. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: improve debian packagingMichael Olbrich2018-12-136-47/+66
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: complete overhaul of debian package generationUwe Kleine-König2018-12-0610-0/+142
Make use of modern packaging tools. The most visible benefits are automatic generation of debug packages and meta packages depending on the current toolchain.