diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2009-02-12 15:37:14 +0100 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2009-02-12 15:37:14 +0100 |
commit | d45d35cc816001254856d0e9113a2d3341bcb5fd (patch) | |
tree | b6bd6c381f0950af9ec2d02fe8c3b1ce6a828f08 /net:osn.sagem | |
parent | d01413beef9284025683256c253b18107ea5ac49 (diff) |
[OSNY] get kernel method with git
Diffstat (limited to 'net:osn.sagem')
-rw-r--r-- | net:osn.sagem/Environment.zsh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net:osn.sagem/Environment.zsh b/net:osn.sagem/Environment.zsh index b67876f..d04fa98 100644 --- a/net:osn.sagem/Environment.zsh +++ b/net:osn.sagem/Environment.zsh @@ -22,8 +22,9 @@ export ST40RELEASE=${ST403RELEASE:-4.1.1} export STLINUXBASE=/opt/STM/STLinux-$STLINUXRELEASE export STLINUXROOT=$STLINUXBASE/devkit/sh4/ -export FORGE=http://g178241@forge-urd44.osn.sagem/svn/ -export GET_KERNEL_METHOD=update +#export FORGE=http://g178241@forge-urd44.osn.sagem/svn/ +#export GET_KERNEL_METHOD=svn +export GET_KERNEL_METHOD=git export KERNEL_PATH_BASE=~work/Kernel/exports/ export COMP=ARCH=sh\ CROSS_COMPILE=sh4-linux- |