summaryrefslogtreecommitdiffstats
path: root/recipes-qt/b2qt-addons/qdbd/defaults
Commit message (Collapse)AuthorAgeFilesLines
* qdb: use MAC address as serial if availableSamuli Piippo2017-05-221-1/+5
| | | | | | | | | | machine-id is genered during the first boot, which means that flashing same device again produces new serial, which is not what really want. Use MAC address when available, otherwise fallback to machine-id. Change-Id: If95f88ac1c5e85b919b0a57479b6440bc9627594 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* qdb: fix qdb daemon startup problemsSamuli Piippo2017-05-121-1/+1
| | | | | | | | | | - Kernel needs some time before usb_gadget properly loaded and configured. - use basic.target for qdbd, since not all devices have wired network. - use /etc/machine-id for the serial, since not all devices have wired network. Task-number: QTBUG-60774 Change-Id: I84edb1757868611d1562571656e41ea6dbe632f0 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Change USB vendor ID used by qdbdKari Oikarinen2017-01-021-2/+2
| | | | | | | | | | | | | | | Rather than using Google's ID, let's pick an unused one. We are not reserving an official USB vendor ID, since this is only used for development and Qt for Device Creation users will use their own USB IDs in the final devices. Also always use a fixed product ID, since ADB_PRODUCTID value will make no sense with the changed vendor ID. Change-Id: I69ed1bcfbe3e17b5faebf4b3b71f691778776da7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Add qdbd to the imagesKari Oikarinen2016-11-101-0/+3
It's only included in internal builds, since the repository is not public. qdbd not started by default, ADB is still the default. It can be started with `systemctl start qdbd`. It can be started in future boots with `systemctl enable qdbd`. Task-number: QTBUG-56069 Change-Id: I71340cdb31de823e1375986d34f2f07e7be5971b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>