summaryrefslogtreecommitdiffstats
path: root/recipes/base-files
Commit message (Collapse)AuthorAgeFilesLines
* Fix error in /etc/profile when run from a non-ttyKari Oikarinen2017-01-191-0/+3
| | | | | | | | | | | | | The tty command can return "not a tty" and thus contain spaces. The test command invocation in /etc/profile did not take this into account. This led to an error message "/etc/profile: line 34: test: too many arguments" when running a process with Qt Creator RemoteLinux plugin. Change-Id: I892f8ed47a95f41977b7ef49f42c5c3a41cdf848 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update license headersSamuli Piippo2016-05-181-7/+15
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Change all tab characters to spacesSamuli Piippo2015-08-111-4/+4
| | | | | | | Gerrit Sanity Bot does not like tabs, so remove them from recipes. Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Change copyright noticeRainer Keller2014-10-061-1/+1
| | | | | | | URL points to qt.io Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* blacklist evbug kernel moduleSamuli Piippo2014-05-212-2/+11
| | | | | | | | | This was causing lot's of kernel messages from input devices. Task-number: QTEE-565 Change-Id: I9460e2eb972b0201bb2caa5cce064b05619af561 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Update copyright year to 2014Samuli Piippo2014-02-041-1/+1
| | | | | Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add license header to all recipesSamuli Piippo2013-11-251-0/+22
| | | | | | Change-Id: I726d154e54a43d2561969d789709895d4c594da9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Disable cursor blinking on VT with kernel argumentsSamuli Piippo2013-07-232-39/+0
| | | | | Change-Id: I5ff46bba20c574d4d3650de50a1dd696614c02e3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* basefiles: modified bases filesSamuli Piippo2013-04-302-0/+43
Include modified /etc/profile file which disables cursor blinking on VT (which shows through Qt applications) Writes configured hostname to /etc/hostname for DHCP registration Change-Id: I68ab5075c9868858061305c8eb5a9dcd67053a9c Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>