summaryrefslogtreecommitdiffstats
path: root/rules/canutils.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: use the correct include search order for kernel headersMichael Olbrich2018-02-131-1/+1
| | | | | | | | | | | The kernel headers should be used before the toolchain headers but after any local include paths. Use '-isystem' to handle this. Without this, e.g. systemd may fail to build: It has it's own copy of linux/bpf.h but a incompatible version from the toochain may be used instead. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* canutils: /usr mergeMichael Olbrich2017-04-111-6/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* canutils: fix urlMichael Olbrich2012-12-161-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* canutils: add license informationWolfram Sang2012-12-041-0/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* canutils: hardcode version 4.0.6Marc Kleine-Budde2012-11-081-2/+2
| | | | | | | Version 3.x is pre mainline socketcan, so drop it and remove complexity. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* canutils: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* canutils: use kernel-header packageMichael Olbrich2011-06-241-5/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* canutils: fix md5sum handlingMichael Olbrich2011-06-161-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* canutils: get md5sum from ptxconfigMichael Olbrich2011-06-081-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [canutils] fix previous commitMarc Kleine-Budde2010-04-121-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [canutils] fix passing of CPPFLAGSMarc Kleine-Budde2010-04-121-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [canutils] cleanup dynamic version handlingMarc Kleine-Budde2010-02-261-4/+3
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [canutils] modernise prepareMichael Olbrich2010-01-211-12/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [canutils] just cleanupsMarc Kleine-Budde2009-11-061-7/+11
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [canutils] use KERNEL_HEADER_INCLUDE_DIRMarc Kleine-Budde2009-11-041-2/+1
| | | | | | | Moreover it's save now to use the kernel header > 2.6.30, so remove this warning. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [canutils] add option to select between toolchain's and BSP's kernel headersMarc Kleine-Budde2009-08-111-0/+13
| | | | | | | | | | | | | | | | The canutils need the linux/can.h header from the kernel. Normally this header is provided by the toolchain. If the user is using a toolchain based on a kernel < 2.6.25 the header is missing. In the past PTXdist uses the BSP's kernel headers instead, but with kernel > 2.6.30 this may breaks with the following error message: "error: asm/bitsperlong.h: No such file or directory" So we give the user (or rather the BSP integrator) the choice to select between these two..... Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [canutils] don't add KERNEL_DIR to CPPFLAGSMarc Kleine-Budde2009-08-111-9/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * canutils.make:Marc Kleine-Budde2008-12-191-7/+7
| | | | | | | install non config utils to /bin (make install does this too) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9244 33e552b5-05e3-0310-8538-816dae2090ed
* * canutils.make:Marc Kleine-Budde2008-09-291-52/+7
| | | | | | | cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8896 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * fix canutils buildMichael Olbrich2008-02-291-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7804 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Marc Kleine-Budde2006-04-031-1/+0
| | | | https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5330 33e552b5-05e3-0310-8538-816dae2090ed
* new calling convention for install_* macros. see commit 4759 to Rules.makeSascha Hauer2006-02-241-14/+14
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4760 33e552b5-05e3-0310-8538-816dae2090ed
* * make canutils version configurableMarc Kleine-Budde2006-02-241-9/+14
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4750 33e552b5-05e3-0310-8538-816dae2090ed
* fixed dependencyBjoern Buerger2006-01-131-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3904 33e552b5-05e3-0310-8538-816dae2090ed
* dependency fixupRobert Schwebel2006-01-121-5/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3851 33e552b5-05e3-0310-8538-816dae2090ed
* documentation fix and change to autogenerated dependenciesBjoern Buerger2006-01-111-18/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3800 33e552b5-05e3-0310-8538-816dae2090ed
* avoid error message that non-generated make files are not being foundRobert Schwebel2006-01-101-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3766 33e552b5-05e3-0310-8538-816dae2090ed
* added generic call package_depfile rule for autogeneration of default ↵Bjoern Buerger2006-01-091-0/+2
| | | | | | dependencies - this should not break anything, since it just adds some more variables git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3743 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Robert Schwebel2005-12-271-2/+1
| | | | https://svn.pengutronix.de/svn/ptxdist/branches/ptxdist-0.7-destdir-r3569@3574 33e552b5-05e3-0310-8538-816dae2090ed
* hide $(call touch) output with @; replace manual install by $(call install...Robert Schwebel2005-12-111-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3502 33e552b5-05e3-0310-8538-816dae2090ed
* fix: convert all touchs into call touchs; migrate TOPDIR to PTXDIST_TOPDIRRobert Schwebel2005-11-291-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3463 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/canutils.make:Marc Kleine-Budde2005-11-291-6/+5
| | | | | | | version bumo 1.0.5 -> 1.0.6 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3456 33e552b5-05e3-0310-8538-816dae2090ed
* add packages to PACKAGES-yRobert Schwebel2005-11-131-3/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3340 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Sascha Hauer2005-10-121-1/+1
| | | | https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3230 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Sascha Hauer2005-10-121-0/+161
https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3228 33e552b5-05e3-0310-8538-816dae2090ed