summaryrefslogtreecommitdiffstats
path: root/recipes/adbd/files
Commit message (Collapse)AuthorAgeFilesLines
* NUC: use the common intel-corei7-64 BSPSamuli Piippo2016-04-081-0/+0
| | | | | | | | meta-intel no longer has specific BSPs for each machine, but they share a common BSP based on the architecture. Change-Id: Ibbb7b8b2153103367168ea37d904ce23bc245108 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Added support for Jetson-tk1-pro device.Teemu Holappa2015-12-142-0/+50
| | | | | | | The configuration has dependency to the interal repositories (meta-tegra and jetson-tk1-pro). Change-Id: I5e13377cf8cfbe4fad3f19215a292b49195f1546 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* adb: set HOME environmentSamuli Piippo2015-12-096-5/+1
| | | | | | Task-number: QTEE-1027 Change-Id: I290777bdaa0f42280681a77423e3430b00746bce Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* adb: make sure serial number is max 32 charactersSamuli Piippo2015-12-091-1/+1
| | | | | | | | | Windows adb cannot handle devices which have longer serial, so limit it to 32 characters. Remove the -linux- part of the hostname to make it a bit shorter. Change-Id: I3f6f811a9ecd8a273576fdef268d5a343edc531e Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* Use Systemd as the init systemSamuli Piippo2015-11-191-0/+11
| | | | | | | | | Remove sysvinit from distro features and add Systemd as the default init system. Add necessary service files to all recipes that need them. Change-Id: I9cd4c0239fe16f35145bd3bed08e27196f30ee82 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Added support for DC3217IYE (nuc) device.Teemu Holappa2015-11-021-0/+5
| | | | | | | Removed imx6 specific wayland configurations from packagegroup-b2qt-embedded-toolchain-target.bb to imx6.inc. Change-Id: I2b700b21bbf23fbaf59dcb8558b0b96b11bb81ec Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Start dbus session bus at bootSamuli Piippo2015-01-291-0/+4
| | | | | | | | | Session address is saved to /var/run/dbus/session_bus_address, which is read in /etc/profile.d/dbus-session-address for interactive login and by adbd for applications launched from QtCreator. Change-Id: I8e1f43bdb2f7a7b0450dacf39890cf149459bbf4 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* adbd: upgrade to android-5.0.1_r1Samuli Piippo2015-01-082-95/+179
| | | | | | | | | Move to latest version of adbd. Enable adb listen to both usb and network sockets. Task-number: QTEE-875 Change-Id: I6439356dc036ed372c17a71168809cf639a326a3 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* Use Adb over USB by default in Apalis iMX6Samuli Piippo2014-11-171-5/+0
| | | | | | | | | Adb over USB work correctly in Toradex Apalis iMX6 as long as the jumper (JP2) is correctly set on the Ixora carrier board. Task-number: QTEE-671 Change-Id: If1e070e532b5a8fe0eff29b125e0a690b4218c8f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Set HOME environment variable for adbdSamuli Piippo2014-09-035-0/+5
| | | | | | | | | Set HOME env variable to /data, so that QSettings uses that as the default location for the settings file. This also what eAndroid is using. Task-number: QTEE-746 Change-Id: I8a47b4ad250ed7febd60e486ee139bfcdabca337 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* adb: enabled network mode for toradexSamuli Piippo2014-06-241-0/+4
| | | | | | | | Currently USB connection does not work on Toradex Apalis iMX6, so defaulting to ethernet connection for the ADB. Change-Id: I06c2bb3fee8a0a4a7825678de4418d6debf1c5ac Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* adbd: use network connection in imx53qsbSamuli Piippo2014-03-191-0/+4
| | | | | | | | The USB connection in imx53qsb is not working correctly, so use network connection for adbd. Change-Id: I04ed29db169a16195d840f7180b9f2eab45c185e Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* adbd: make switching between usb and ethernet easierSamuli Piippo2014-03-146-54/+26
| | | | | | | | | Using settings in /etc/default/adbd, user can easily switch between usb and ethernet connection for the adbd. Task-number: QTEE-172 Change-Id: I8652f85878983d0bc9b9139cee6af874b8207fce Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* adb: use modprobe to load dependency modulesSamuli Piippo2014-01-301-1/+1
| | | | | Change-Id: I311b4945aff87b0851bc2da719025e03ff8e1114 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* raspberrypi: use adb over ethernetv1.0.0Samuli Piippo2013-10-211-0/+21
| | | | | | | For raspberry pi, we don't need to load ffs modules. Change-Id: I80f86e71031c41a4b664ae2a20754881ed7393e0 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* adbd: add emulator specific init scriptSamuli Piippo2013-07-081-0/+21
| | | | | Change-Id: Id5fc2758395d6cfdeb501b4917f55ce16318e9d3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Update on adbd recipesSamuli Piippo2013-06-241-5/+17
| | | | | | | | | | -using hostname + mac address for serialnumber -using start-stop-daemon for adbd -using RRECOMMENDS to include g-ffs module -android sources are Apache licensed Change-Id: Iaec92b93cf22702586d39fa7923b8735f650ea57 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Include Android Debug Bridge Daemon (adbd) to imagesSamuli Piippo2013-06-243-0/+237
Change-Id: I00108d36be95e42b8aa9674d1a86ea7e3a5bcf55 Reviewed-by: Rainer Keller <rainer.keller@digia.com>