summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* make_release: ensure that the debian release version ist correctMichael Olbrich2019-12-081-0/+6
| | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 3b971b2609835b44d6cf75ebd8c204938cc20dc3) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make_release: add test modeMichael Olbrich2019-12-081-0/+5
| | | | | | | | | This allows testing the release prerequisites without creating a new release. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 76b6ffd406241e9e06c4737bd30b7adf29e52235) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add make target to install the toolchainMichael Olbrich2019-09-051-0/+42
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules, scripts: use PTXDIST_SYSROOT_CROSS instead of PTXCONF_DESTDIRMichael Olbrich2019-09-031-1/+1
| | | | | | | It's the same thing and PTXDIST_SYSROOT_CROSS is the correct path that needs to be replaces in the future. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* The CREDITS file in PTXdist is gone and the toolchain never had oneMichael Olbrich2019-09-023-6/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-toolchain-tgz: strip host binaries only for the tarballMichael Olbrich2019-09-021-0/+41
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cleanup: handle cleanup during installMichael Olbrich2019-09-022-0/+100
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_copy_license: handle pkgdir correctlyMichael Olbrich2019-09-021-3/+9
| | | | | | | - find the license files in pkgdir - copy files for target packages directly to sysroot-cross Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_install_pack: customized for relocatable toolchainMichael Olbrich2019-09-021-0/+41
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make_release: add more sanity checksMichael Olbrich2018-12-131-0/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: complete overhaul of debian package generationUwe Kleine-König2018-12-061-97/+0
| | | | | | Make use of modern packaging tools. The most visible benefits are automatic generation of debug packages and meta packages depending on the current toolchain.
* make_deb: use new homepageMichael Olbrich2018-02-091-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* expand debian package versionMichael Olbrich2018-02-091-0/+20
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* scripts: add helper to copy license filesMichael Olbrich2016-06-041-0/+40
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make_deb: make it work with dh_shlibdeps from wheezyMichael Olbrich2015-01-201-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make_deb.sh: rework to add dependenciesMichael Olbrich2014-12-081-13/+47
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make_deb: compress with xzMichael Olbrich2014-04-091-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* exclude gcc-first when packagingMichael Olbrich2012-12-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* scripts/make_release.sh: fix stable release with "v" shemeMarc Kleine-Budde2011-08-021-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* makefile: add make {dist,release} targetMarc Kleine-Budde2011-03-222-0/+203
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [cross-gcc] fix dynamic linking problem with libstdc++OSELAS.Toolchain-1.99.3.5Marc Kleine-Budde2009-11-051-0/+45
| | | | | | | | | | | | | | | | | We must have the 'libstdc++.so' in both '$SYSROOT/usr/lib' and the compiler's '$TARGET/lib' directory. If missing in '$TARGET/lib' linking a C++ application with 'g++' results in linking the 'libstdc++' statically. If missing in '$SYSROOT/usr/lib' the 'ld' of newer binutils won't find the libstdc++ under certain circumstances, e.g.: Linking a C application with 'gcc' against a shared library implemented in C++. With this patch we move the shared libs to '$SYSROOT/usr/lib' and create links in '$TARGET/lib'. So that everybody shoud be happy. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* scripts/make_deb.sh: add some fields to debian/controlUwe Kleine-König2009-08-101-0/+4
| | | | | | | | | | | Without "Section:" reprepro fails to add the resulting debs to the archive. "Bugs:" is to prevent that bug reports go to Debian's bts, "Origin:" and "Homepage:" is to push forward with the world domination project. Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> Cc: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* * scripts/make_deb.sh:Marc Kleine-Budde2008-12-181-2/+1
| | | | | | | remove exit 1 git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@8714 f8d472c7-5700-0410-ac5a-87979cec3adf
* * scripts/make_deb.sh:Marc Kleine-Budde2008-12-161-0/+59
add debian package generater script git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@8649 f8d472c7-5700-0410-ac5a-87979cec3adf