aboutsummaryrefslogtreecommitdiff
path: root/configs/vexpress.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'configs/vexpress.cfg')
-rwxr-xr-xconfigs/vexpress.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/vexpress.cfg b/configs/vexpress.cfg
new file mode 100755
index 0000000..e6ed617
--- /dev/null
+++ b/configs/vexpress.cfg
@@ -0,0 +1,20 @@
+#!/bin/bash
+export kernel_repo=git://git.linaro.org/kernel/linux-linaro-tracking.git
+export kernel_branch=linux-linaro
+export board_config_repo=$kernel_repo
+export board_config_branch=$kernel_branch
+export board_config_frags="linaro/configs/big-LITTLE-MP.conf \
+ linaro/configs/vexpress.conf"
+export distribution=quantal
+export linaroconfigsboardflavour=vexpress
+export linaro_ubuntu_packaging_repo=git://git.linaro.org/ubuntu/linux-linaro-raring.git
+export linaro_ubuntu_packaging_branch=linaro-ubuntu-packaging-3.7
+export nearby_git=~/reference-git
+export SAMPLEBOARDS=vexpress
+export SOCFAMILY=VEXPRESS
+export SOCFLAVOUR=vexpress
+export SOCVENDOR=ARM
+export ubuntu_and_base_config_repo=$kernel_repo
+export ubuntu_and_base_config_branch=$kernel_branch
+export ubuntu_config_frag=linaro/configs/ubuntu-minimal.conf
+export auto_kernel_version="true"