aboutsummaryrefslogtreecommitdiff
path: root/configs/origen.cfg
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2013-01-21 11:04:37 -0700
committerJohn Rigby <john.rigby@linaro.org>2013-01-21 11:07:45 -0700
commitdb0b313f74d09c8f363331e4d0b8cbe8af7bbad4 (patch)
tree0c19ef549e37d5f0fca2d04bddf740920fa91699 /configs/origen.cfg
parente03733e44a8585aaad2088237066b6e5f750e2ff (diff)
Add kernel version independent board configs
All have auto_kernel_version="true" so the kernel version will come from the kernel Makefile All use config-boards-tracking and config-core-tracking for config frags with the exception of those that get config frags from kernel tree. Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'configs/origen.cfg')
-rwxr-xr-xconfigs/origen.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/origen.cfg b/configs/origen.cfg
new file mode 100755
index 0000000..e7f4a51
--- /dev/null
+++ b/configs/origen.cfg
@@ -0,0 +1,19 @@
+#!/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/origen.conf"
+export distribution=quantal
+export linaroconfigsboardflavour=origen
+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=origen
+export SOCFAMILY=ORIGEN
+export SOCFLAVOUR=origen
+export SOCVENDOR=Samsung
+export ubuntu_and_base_config_repo=$kernel_repo
+export ubuntu_and_base_config_branch=$kernel_branch
+export ubuntu_config_frag=linaro/configs/ubuntu.conf
+export auto_kernel_version="true"