summaryrefslogtreecommitdiffstats
path: root/package/aer-inject
Commit message (Collapse)AuthorAgeFilesLines
* package/aer-inject: add hashBernd Kuhls2017-06-111-0/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* aer-inject: remove redundant _SITE_METHODArnout Vandecappelle2017-03-211-1/+0
| | | | | | | | The _SITE has a git:// URL, so _SITE_METHOD is not needed. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Tiago Brusamarello <tiago.brusamarello@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* aer-inject: new packageTiago Brusamarello2016-03-302-0/+35
aer-inject allows to inject PCIE AER errors on the software level into a running Linux kernel. This is intended for validation of the PCIE driver error recovery handler and PCIE AER core handler. Signed-off-by: Tiago Brusamarello <tiago.brusamarello@datacom.ind.br> [Thomas: - tweak commit log - rewrap Config.in help text - remove useless AER_INJECT_MAKE_OPTS variable, use TARGET_CONFIGURE_OPTS directly - add missing newline at end of .mk file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud