aboutsummaryrefslogtreecommitdiff
path: root/configs/lt-vexpress-3.7.cfg
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-01-22 11:03:43 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-01-22 11:03:43 +0200
commitde5e86aa7d58166a2c6fef53084d7dfc464384c5 (patch)
tree51ac09fa11ab8a98c111aaad010b4d4e136fa977 /configs/lt-vexpress-3.7.cfg
parent2710cc408864318036d1111f5940fbc0df3631ee (diff)
all: avoid multiline variables and herited values.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'configs/lt-vexpress-3.7.cfg')
-rwxr-xr-xconfigs/lt-vexpress-3.7.cfg11
1 files changed, 5 insertions, 6 deletions
diff --git a/configs/lt-vexpress-3.7.cfg b/configs/lt-vexpress-3.7.cfg
index d611584..d4c5d20 100755
--- a/configs/lt-vexpress-3.7.cfg
+++ b/configs/lt-vexpress-3.7.cfg
@@ -3,10 +3,9 @@ export SAMPLEBOARDS=vexpress
export SOCFAMILY=VEXPRESS
export SOCFLAVOUR=lt-vexpress
export SOCVENDOR=ARM
-export board_config_branch=$kernel_branch
-export board_config_frags="linaro/configs/big-LITTLE-MP.conf \
- linaro/configs/vexpress.conf"
-export board_config_repo=$kernel_repo
+export board_config_branch=integration-ubuntu-vexpress
+export board_config_frags="linaro/configs/big-LITTLE-MP.conf linaro/configs/vexpress.conf"
+export board_config_repo=git://git.linaro.org/landing-teams/working/arm/kernel.git
export distribution=quantal
export kernel_branch=integration-ubuntu-vexpress
export kernel_repo=git://git.linaro.org/landing-teams/working/arm/kernel.git
@@ -14,6 +13,6 @@ export linaro_ubuntu_packaging_branch=linaro-ubuntu-packaging-3.7
export linaro_ubuntu_packaging_repo=git://git.linaro.org/ubuntu/linux-linaro-raring.git
export linaroconfigsboardflavour=vexpress
export nearby_git=~/reference-git
-export ubuntu_and_base_config_branch=$kernel_branch
-export ubuntu_and_base_config_repo=$kernel_repo
+export ubuntu_and_base_config_branch=integration-ubuntu-vexpress
+export ubuntu_and_base_config_repo=git://git.linaro.org/landing-teams/working/arm/kernel.git
export ubuntu_config_frag=linaro/configs/ubuntu-minimal.conf