summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-08-07 00:32:02 +0530
committerAmit Pundir <amit.pundir@linaro.org>2013-08-07 00:32:02 +0530
commit236e09ec04805cf5df1880c90c2cf12e03393f9d (patch)
tree1b69c8abbfb35f0f974f5892f36fe04b22772054
parentb162e223b5042800af5fd5572cbe7d9249f6cebe (diff)
downloadmanifest-descriptions-236e09ec04805cf5df1880c90c2cf12e03393f9d.tar.gz
update manifest descriptions for missing projects
Also added a new description file for projects pulled from non-linaro repositories e.g. github Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--git_description_aglo.json24
-rw-r--r--git_description_external.json16
-rw-r--r--git_description_glo.json6
3 files changed, 46 insertions, 0 deletions
diff --git a/git_description_aglo.json b/git_description_aglo.json
index b8bd8d7..16f9b74 100644
--- a/git_description_aglo.json
+++ b/git_description_aglo.json
@@ -241,6 +241,18 @@
]
},
{
+ "name": "platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7-linaro",
+ "branch": [
+ {"description": "Non AOSP project. Linaro's prebuilt gcc-4.7 toolchain."}
+ ]
+ },
+ {
+ "name": "platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8-linaro",
+ "branch": [
+ {"description": "Non AOSP project. Linaro's prebuilt gcc-4.8 toolchain."}
+ ]
+ },
+ {
"name": "kernel/panda",
"branch": [
{"description": "Non AOSP kernel. linaro-TI-landing-team Pandaboard kernel."}
@@ -253,6 +265,12 @@
]
},
{
+ "name": "kernel/omap",
+ "branch": [
+ {"name": "android-omap-tuna-3.0-jb-mr2+fixes", "description": "Linaro modified Galaxy Nexus kernel. Modifications include fixing memset related crashes and enabling modules and IPv6."}
+ ]
+ },
+ {
"name": "kernel/msm",
"branch": [
{"name": "android-msm-mako-3.4-jb-mr2+fixes", "description": "Linaro modified Nexus4 kernel. Modifications include gcc-4.8 compilation fixes."}
@@ -501,6 +519,12 @@
]
},
{
+ "name": "platform/frameworks/opt/net/voip",
+ "branch": [
+ {"name": "linaro_android_4.3", "description": "Linaro modifications include using -fno-strict-aliasing."}
+ ]
+ },
+ {
"name": "platform/external/skia",
"branch": [
{"name": "linaro_android_4.3", "description": "Linaro modifications including fixed aliasing violations, and ISO C++11 support."}
diff --git a/git_description_external.json b/git_description_external.json
new file mode 100644
index 0000000..8c64449
--- /dev/null
+++ b/git_description_external.json
@@ -0,0 +1,16 @@
+{
+ "project": [
+ {
+ "name": "lava-blackbox",
+ "branch": [
+ {"description": "Non AOSP project. Part of lava-blackbox project to preload lava tests in build images which run tests and store results locally."}
+ ]
+ },
+ {
+ "name": "git/kernel/igloo-kernel",
+ "branch": [
+ {"description": "Non AOSP kernel for Snowball from igloo community."}
+ ]
+ }
+ ]
+}
diff --git a/git_description_glo.json b/git_description_glo.json
index 12d5d43..c68ffc4 100644
--- a/git_description_glo.json
+++ b/git_description_glo.json
@@ -103,6 +103,12 @@
]
},
{
+ "name": "kernel/linux-linaro-stable",
+ "branch": [
+ {"name": "linux-linaro-lsk-android", "description": "Linaro stable kernel release branch for Android"}
+ ]
+ },
+ {
"name": "people/bernhardrosenkranzer/kernel-nexus10",
"branch": [
{"name": "android-exynos-manta-3.4-jb-mr2+fixes", "description": "Linaro modified Nexus-10 kernel. Modifications include adding out-of-source build."}