aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-06-26 13:00:13 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-06-26 13:00:30 -0600
commitf7e261cdc39227d5f6ff58345de72a142e91d559 (patch)
tree6e0d6eb38c8f76cbbc9a0d8f172cdc7589af33d5
parent94830dac9eaae65d25b55dc3d9162c74d5117bc6 (diff)
add lt-u8500-3.4
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rwxr-xr-xconfigs/lt-u8500-3.4-config17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/lt-u8500-3.4-config b/configs/lt-u8500-3.4-config
new file mode 100755
index 0000000..c87f977
--- /dev/null
+++ b/configs/lt-u8500-3.4-config
@@ -0,0 +1,17 @@
+#!/bin/bash
+echo "export board_config_branch=config-boards-3.4"
+echo "export board_config_repo=git://git.linaro.org/kernel/configs.git"
+echo "export distribution=precise"
+echo "export kernel_branch=stable-ubuntu-ux500-3.4"
+echo "export kernel_repo=git://igloocommunity.org/git/kernel/igloo-kernel.git"
+echo "export linaroconfigsboardflavour=u8500"
+echo "export linaro_ubuntu_packaging_branch=linaro-ubuntu-packaging-3.4"
+echo "export linaro_ubuntu_packaging_repo=git://git.linaro.org/ubuntu/linux-linaro-quantal.git"
+# this can be remote as well its just the first repo cloned to prime the pump
+echo "export nearby_git=/home/jcrigby/work/git-trees/linaro-q/linaro-q/.git"
+echo "export SAMPLEBOARDS=snowball"
+echo "export SOCFAMILY=UX500"
+echo "export SOCFLAVOUR=lt-u8500"
+echo "export SOCVENDOR=ST-Ericsson"
+echo "export ubuntu_and_base_config_branch=config-core-3.4"
+echo "export ubuntu_and_base_config_repo=git://git.linaro.org/kernel/configs.git"