summaryrefslogtreecommitdiffstats
path: root/package/can-utils
Commit message (Collapse)AuthorAgeFilesLines
* package/can-utils: add license informationWolfgang Grandegger2017-04-091-0/+1
| | | | | | Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> [Thomas: use SPDX license codes.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* can-utils: bump versionRahul Bedarkar2016-12-202-2/+2
| | | | | | | | | This version bump also fixes: http://autobuild.buildroot.net/results/0e5/0e5242376ff6aa82e89ed1172350e05009d48156 Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Cc: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* can-utils: add dependency on NPTLYegor Yefremov2016-12-191-0/+5
| | | | | | | | | | | | | | | | canfdtest.c assumes that clock_nanosleep() is always available. But it is only available with NPTL. Since it unconditionally uses it, we add dependency on NPTL. Fixes: http://autobuild.buildroot.net/results/fd97aa57747a546c799caf094aafe0d1d1225863 http://autobuild.buildroot.net/results/1313f91df134035159e677c6b4a63838c75d074c http://autobuild.buildroot.net/results/a1ac495c5e38e5d0777c431fc6a2e4b5bff7c2ad http://autobuild.buildroot.net/results/978bee40049896bd6e093fa31c5eb7673e05a6b8 http://autobuild.buildroot.net/results/c692e96de1b4fdadf720ead8249a44c21fe945f1 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* can-utils: bump versionYegor Yefremov2016-12-172-2/+2
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/can-utils: add hashBernd Kuhls2016-06-061-0/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/can-utils: bump versionBernd Kuhls2016-06-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* can-utils: bump versionYegor Yefremov2015-07-263-71/+1
| | | | | | | Remove upstreamed patches. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* can-utils: fix musl buildYegor Yefremov2015-07-162-0/+70
| | | | | | | | | | | Include additional headers like <sys/time.h> and <linux/sockios.h> to resolve undefined symbols. Fixes following autobuild failure: http://autobuild.buildroot.net/results/0dd/0ddb5a70358bdbb491fbee670c7843c15217e78d/ Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* can-utils: bump versionYegor Yefremov2015-03-081-1/+1
| | | | | | | | | | Fixes following autobuild failure, via defining N_SLCAN, if not already declared: http://autobuild.buildroot.net/results/799/799561c928d711ada4070ae5e09f4097dd4091e3/ Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* can-utils: bump versionYegor Yefremov2015-03-041-2/+2
| | | | | | | Change download location as the package has moved to GitHub. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* can-utils: switch homepage now that berlios is goneGustavo Zacarias2014-06-181-1/+1
| | | | | | | | Unfortunately the gitorious page/wiki says nothing useful so use the elinux.org page for now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* can-utils: bump versionYegor Yefremov2014-01-251-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* can-utils: bump versionYegor Yefremov2013-09-171-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* can-utils: needs mmu supportPeter Korsgaard2013-01-221-0/+1
| | | | | | Fixes http://autobuild.buildroot.org/results/2a06aecd58bb465f5e3c2610d34162b48c9ebba4/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* can-utils: add CAN FD supportYegor Yefremov2012-11-161-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* can-utils: bump version and change download locationYegor Yefremov2012-03-121-2/+2
| | | | | | | SocketCAN repository moved from Berlios.de to gitorious Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add can-utilsPeter Korsgaard2011-04-212-0/+19
Add SocketCAN utilities. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud