android-tools: add new package
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 23 Nov 2015 16:27:12 +0000 (17:27 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Apr 2016 17:04:10 +0000 (19:04 +0200)
commit88cbfd1007f221a40382d8828eb26ebb8b83c173
tree46425f7ba9c50a2daa21d24ba7abc5b9eb71991d
parent644d020b65842fccda158d415359ef24666d2706
android-tools: add new package

This package allows to build the fastboot and adb host utilities,
which can be used to interact with target devices implementing one of
these protocols.

The work behind the host utilities was funded by ECA Group
<http://www.ecagroup.com>. ECA Group is the copyright owner of the
contributed code.

The package also allows to build fastboot, adb and adbd daemon for the
target.

Regarding adbd, the target is required to have the FunctionFS USB Gadget
configuration. Then the following commands enable the use of adb:
 # modprobe g_ffs idVendor=0x18d1 idProduct=0x4e42 \
   iSerialNumber="buildroot"
 # mkdir -p /dev/usb-ffs/adb
 # mount -t functionfs adb /dev/usb-ffs/adb -o uid=2000,gid=2000
 # adbd &

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Tested-by: Julien Corjon <corjon.j@ecagroup.com>
[Thomas:
 - update on top of master.
 - fix Config.in.host prompt, it should have been "host android-tools"
   and not just "android-tools".]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/Config.in.host
package/android-tools/0001-Fix-makefiles-for-out-of-tree-build.patch [new file with mode: 0644]
package/android-tools/0002-Fix-adbd-for-non-Ubuntu-systems.patch [new file with mode: 0644]
package/android-tools/0003-Fix-build-issue-with-uclibc.patch [new file with mode: 0644]
package/android-tools/0004-Fix-build-issue-with-musl.patch [new file with mode: 0644]
package/android-tools/Config.in [new file with mode: 0644]
package/android-tools/Config.in.host [new file with mode: 0644]
package/android-tools/android-tools.hash [new file with mode: 0644]
package/android-tools/android-tools.mk [new file with mode: 0644]