aboutsummaryrefslogtreecommitdiff
path: root/configs/origen.cfg
diff options
context:
space:
mode:
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"