aboutsummaryrefslogtreecommitdiff
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
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>
-rwxr-xr-xconfigs/arndale.cfg19
-rwxr-xr-xconfigs/highbank.cfg19
-rwxr-xr-xconfigs/lt-origen.cfg19
-rwxr-xr-xconfigs/lt-vexpress.cfg20
-rwxr-xr-xconfigs/origen.cfg19
-rwxr-xr-xconfigs/vexpress.cfg20
6 files changed, 116 insertions, 0 deletions
diff --git a/configs/arndale.cfg b/configs/arndale.cfg
new file mode 100755
index 0000000..a2f249c
--- /dev/null
+++ b/configs/arndale.cfg
@@ -0,0 +1,19 @@
+#!/bin/bash
+export SAMPLEBOARDS=arndale
+export SOCFAMILY=ARNDALE
+export SOCFLAVOUR=arndale
+export SOCVENDOR=Samsung
+export board_config_branch=config-boards-tracking
+export board_config_frags=linaro/configs/arndale.conf
+export board_config_repo=git://git.linaro.org/kernel/configs.git
+export distribution=quantal
+export kernel_branch=lue_arndale_3.7
+export kernel_repo=git://git.linaro.org/people/ronynandy/linux_stable.git
+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=arndale
+export nearby_git=~/reference-git
+export ubuntu_and_base_config_branch=config-core-tracking
+export ubuntu_and_base_config_repo=git://git.linaro.org/kernel/configs.git
+export ubuntu_config_frag=linaro/configs/ubuntu-minimal.conf
+export auto_kernel_version="true"
diff --git a/configs/highbank.cfg b/configs/highbank.cfg
new file mode 100755
index 0000000..cada300
--- /dev/null
+++ b/configs/highbank.cfg
@@ -0,0 +1,19 @@
+#!/bin/bash
+export SAMPLEBOARDS=highbank
+export SOCFAMILY=HIGHBANK
+export SOCFLAVOUR=highbank
+export SOCVENDOR=Calxeda
+export board_config_branch=config-boards-tracking
+export board_config_frags=linaro/configs/highbank.conf
+export board_config_repo=git://git.linaro.org/kernel/configs.git
+export distribution=quantal
+export kernel_branch=linux-linaro
+export kernel_repo=git://git.linaro.org/kernel/linux-linaro-tracking.git
+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=highbank
+export nearby_git=~/reference-git
+export ubuntu_and_base_config_branch=config-core-tracking
+export ubuntu_and_base_config_repo=git://git.linaro.org/kernel/configs.git
+export ubuntu_config_frag=linaro/configs/ubuntu-minimal.conf
+export auto_kernel_version="true"
diff --git a/configs/lt-origen.cfg b/configs/lt-origen.cfg
new file mode 100755
index 0000000..6646357
--- /dev/null
+++ b/configs/lt-origen.cfg
@@ -0,0 +1,19 @@
+#!/bin/bash
+export kernel_repo=git://git.linaro.org/landing-teams/working/samsung/kernel.git
+export kernel_branch=tracking
+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=lt-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"
diff --git a/configs/lt-vexpress.cfg b/configs/lt-vexpress.cfg
new file mode 100755
index 0000000..fb86b20
--- /dev/null
+++ b/configs/lt-vexpress.cfg
@@ -0,0 +1,20 @@
+#!/bin/bash
+export kernel_repo=git://git.linaro.org/landing-teams/working/arm/kernel.git
+export kernel_branch=integration-ubuntu-vexpress
+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=lt-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"
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"
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"