aboutsummaryrefslogtreecommitdiff
path: root/configs/vexpress-3.5-config
blob: f45c517e2d480f51694db6b33d884f3a03775277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
echo "export board_config_branch=config-boards-tracking"
echo "export board_config_repo=git://git.linaro.org/kernel/configs.git"
echo "export distribution=precise"
echo "export kernel_branch=linux-linaro"
echo "export kernel_repo=git://git.linaro.org/kernel/linux-linaro-tracking.git"
echo "export linaroconfigsboardflavour=vexpress"
echo "export linaro_ubuntu_packaging_branch=linaro-ubuntu-packaging-3.5"
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=vexpress"
echo "export SOCFAMILY=VEXPRESS"
echo "export SOCFLAVOUR=vexpress"
echo "export SOCVENDOR=ARM"
echo "export ubuntu_and_base_config_branch=config-core-tracking"
echo "export ubuntu_and_base_config_repo=git://git.linaro.org/kernel/configs.git"
echo "export ubuntu_config_frag=linaro/configs/ubuntu-minimal.conf"