summaryrefslogtreecommitdiffstats
path: root/configs/bsp.ref
Commit message (Collapse)AuthorAgeFilesLines
* reason: disable fixed-partitions check for qemu-mipsRoland Hieber2020-09-161-0/+7
| | | | | Cc: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
* reason: arm64 has pci, but distrokit no pciutilsRobert Schwebel2020-08-271-0/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* bsp.ref: use variants instead of redefining an existing assertionJan Luebbe2020-07-311-9/+10
| | | | | | | | ptxdist_debug_pci is defined in reference/ptxdist_debug.ref and available for all platforms. We only want to get different results for this assertion depending on the platform. Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* bsp.ref: disable lspci reason check on platforms with pciRobert Schwebel2020-07-251-0/+10
| | | | | | | In DistroKit, we have patforms with and without PCI. As long as we don't actively use PCI, disable check for lcpci on platforms with PCI. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* bsp.ref: add vim filetype hint lineRobert Schwebel2020-07-251-0/+2
| | | | | | | To make vim recognize reason .ref files as yaml, add a corresponding filetype hint line. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* reason: remove disabled OPTIMIZE_INLINING checkRobert Schwebel2020-01-141-19/+0
| | | | | | reason does now properly handle this check, so remove the local hack. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* reason: disable OPTIMIZE_INLINING for nowRobert Schwebel2019-11-261-0/+19
| | | | | | | Since Linux 5.4, OPTIMIZE_INLINING is force-on and cannot be configured any more. Change the test to silence the warning, while investigating. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: enable sftp serverRobert Schwebel2019-03-301-7/+0
| | | | | | | | SFTP is used by sshfs, which is a useful tool to directly access files on a target machine from a development host. Enable it. Inspired-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* bsp.ref: remove unused library whitelistMichael Olbrich2018-02-181-51/+0
| | | | | | This is all fixed now. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* don't install liblzmaMichael Olbrich2018-02-181-1/+0
| | | | | | It's not used by anything. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* disable libgudev instead of whitelisting it in reasonMichael Olbrich2018-02-181-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* reason: silence warning for platform librariesRobert Schwebel2017-10-271-1/+52
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* bsp.ref: remove unnecessary hardening overrideJan Luebbe2017-08-181-18/+2
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* ptxconfig: don't use sftp for nowRobert Schwebel2017-07-121-0/+6
| | | | | | reason-ptxdist suggests to enable sftp, but we disable it for now. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* configs: add options suggested by 'reason'Robert Schwebel2017-01-061-0/+21
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>