diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2014-11-17 14:16:15 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2014-11-17 17:43:42 +0200 |
commit | bef289276abc03cca1e58b7ee392e6c9eef68760 (patch) | |
tree | 14fa21f9b6439193022f5a8af5171a7da0cae258 | |
parent | d8403d109b32eb79b408929e5c1c31c42aa54626 (diff) | |
download | meta-boot2qt-bef289276abc03cca1e58b7ee392e6c9eef68760.tar.gz |
Use Adb over USB by default in Apalis iMX6
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>
-rw-r--r-- | recipes/adbd/files/apalis-imx6/defaults | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes/adbd/files/apalis-imx6/defaults b/recipes/adbd/files/apalis-imx6/defaults deleted file mode 100644 index 9b7edf5..0000000 --- a/recipes/adbd/files/apalis-imx6/defaults +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | VENDOR=0x18d1 | ||
2 | PRODUCT=0x0000 | ||
3 | SERIAL=$(hostname)-$(sed -e 's/://g' /sys/class/net/eth0/address) | ||
4 | USE_ETHERNET=yes | ||
5 | HOME=/data | ||