summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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