summaryrefslogtreecommitdiffstats
path: root/package/android-tools/android-tools.hash
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-23 17:27:12 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-30 19:04:10 +0200
commit88cbfd1007f221a40382d8828eb26ebb8b83c173 (patch)
tree46425f7ba9c50a2daa21d24ba7abc5b9eb71991d /package/android-tools/android-tools.hash
parent644d020b65842fccda158d415359ef24666d2706 (diff)
downloadbuildroot-88cbfd1007f221a40382d8828eb26ebb8b83c173.tar.gz
buildroot-88cbfd1007f221a40382d8828eb26ebb8b83c173.zip
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>
Diffstat (limited to 'package/android-tools/android-tools.hash')
-rw-r--r--package/android-tools/android-tools.hash3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/android-tools/android-tools.hash b/package/android-tools/android-tools.hash
new file mode 100644
index 0000000000..7afa04430b
--- /dev/null
+++ b/package/android-tools/android-tools.hash
@@ -0,0 +1,3 @@
+# locally computed
+sha256 9bfba987e1351b12aa983787b9ae4424ab752e9e646d8e93771538dc1e5d932f android-tools_4.2.2+git20130218.orig.tar.xz
+sha256 73c3078de3e44d8a3cadf7a360863c63155d9d558c2f0933cf38ad901a3f5998 android-tools_4.2.2+git20130218-3ubuntu41.debian.tar.gz
OpenPOWER on IntegriCloud