aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Habibulla <moch@google.com>2015-10-28 13:31:09 -0700
committerMohammed Habibulla <moch@google.com>2015-10-28 16:45:11 -0700
commitc00b6970b19e748b94a6a0c582278696b9ad02b4 (patch)
tree910437229fef3d342ce09f0a245a43808ad455f1
parentd4f8fae8c4e305a189af15f081f9e0df525083bf (diff)
downloadbdk-c00b6970b19e748b94a6a0c582278696b9ad02b4.tar.gz
[brunch] Add required Dragonboard binary tarball
Download the Dragonboard binaries tarball from the Qualcomm developer site Change-Id: I48c5fb626210d163c783010534f90689519516cc
-rw-r--r--brunch/lib/bsp/manifest.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/brunch/lib/bsp/manifest.json b/brunch/lib/bsp/manifest.json
index ea219ef..adf2c5c 100644
--- a/brunch/lib/bsp/manifest.json
+++ b/brunch/lib/bsp/manifest.json
@@ -1,5 +1,19 @@
{
- "andromeda" : {
+ "dragonboard" : {
+ "device_name" : "Qualcomm Dragonboard 410c",
+ "packages" : [
+ {
+ "package_type" : "tar",
+ "name" : "Dragonboard binaries",
+ "path" : "vendor/bsp/qcom/device/dragonboard",
+ "subdir" : "dragonboard410c_brillo-v0.3",
+ "remote" : "https://developer.qualcomm.com/qfile/29477/dragonboard410c_brillo-v0.3.tar.gz",
+ "licenses" : [],
+ "version" : ""
+ }
+ ]
+ },
+ "andromeda" : {
"device_name" : "Marvell Andromeda Edge",
"packages" : [
{